From 36b0eac21897ccc53693f832e264cd16fe871afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sindre=20Pedersen=20Bj=C3=B8rdal?= Date: Tue, 6 Mar 2007 07:31:52 +0000 Subject: [PATCH] auto-import recordmydesktop-0.3.3.1-3 on branch devel from recordmydesktop-0.3.3.1-3.src.rpm --- .cvsignore | 1 + recordmydesktop.spec | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 65 insertions(+) create mode 100644 recordmydesktop.spec diff --git a/.cvsignore b/.cvsignore index e69de29..c37f1f5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +recordmydesktop-0.3.3.1.tar.gz diff --git a/recordmydesktop.spec b/recordmydesktop.spec new file mode 100644 index 0000000..1f62b9f --- /dev/null +++ b/recordmydesktop.spec @@ -0,0 +1,63 @@ +Name: recordmydesktop +Version: 0.3.3.1 +Release: 3%{?dist} +Summary: Desktop session recorder with audio and video + +Group: Applications/Multimedia +License: GPL +URL: http://recordmydesktop.sourceforge.net/ +Source0: http://dl.sourceforge.net/recordmydesktop/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: libXdamage-devel, libSM-devel +BuildRequires: libXext-devel +BuildRequires: alsa-lib-devel, zlib-devel +BuildRequires: libtheora-devel, libvorbis-devel + + +%description +recordMyDesktop is a desktop session recorder for linux that attempts to be +easy to use, yet also effective at it's primary task. + +As such, the program is separated in two parts; a simple command line tool that +performs the basic tasks of capturing and encoding and an interface that +exposes the program functionality in a usable way. + + +%prep +%setup -q + +chmod -x $RPM_BUILD_DIR/%{name}-%{version}/src/load_cache.c \ + $RPM_BUILD_DIR/%{name}-%{version}/include/rmdtypes.h \ + $RPM_BUILD_DIR/%{name}-%{version}/src/cache_frame.c + +%build +%configure +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -c -p" + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc AUTHORS COPYING README ChangeLog +%{_bindir}/* +%{_mandir}/man?/* + + +%changelog +* Mon Mar 05 2007 Sindre Pedersen Bjørdal - 0.3.3.1-3 +- chmod +x on source files to make rpmlint happy +* Mon Mar 05 2007 Sindre Pedersen Bjørdal - 0.3.3.1-2 +- Remove duplicate BR +- Add missing zlib-devel BR +- Preserve timestamps + +* Sun Mar 04 2007 Sindre Pedersen Bjørdal - 0.3.3.1-1 +- Initial build + diff --git a/sources b/sources index e69de29..ef73b25 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +b56e0326b604d097951e165fdd15f0ba recordmydesktop-0.3.3.1.tar.gz