diff --git a/README.md b/README.md index e17df18..3f119fb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # recordmydesktop +recordMyDesktop is a desktop session recorder for linux that attempts to be easy to use, yet also effective at it's primary task. + diff --git a/recordmydesktop.spec b/recordmydesktop.spec new file mode 100644 index 0000000..267de8d --- /dev/null +++ b/recordmydesktop.spec @@ -0,0 +1,70 @@ +Name: recordmydesktop +Version: 0.3.8.1 +Release: 2mamba +Summary: Desktop session recorder with audio and video +Group: Applications/Multimedia +Vendor: openmamba +Distribution: openmamba +Packager: Fabio Giani +URL: http://recordmydesktop.iovar.org/ +Source: http://downloads.sourceforge.net/recordmydesktop/recordmydesktop-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libalsa-devel +BuildRequires: libICE-devel +BuildRequires: libogg-devel +BuildRequires: libSM-devel +BuildRequires: libtheora-devel +BuildRequires: libvorbis-devel +BuildRequires: libX11-devel +BuildRequires: libXdamage-devel +BuildRequires: libXext-devel +BuildRequires: libXfixes-devel +BuildRequires: libz-devel +## AUTOBUILDREQ-END +BuildRequires: libjack-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +recordMyDesktop is a desktop session recorder for linux that attempts to be easy to use, yet also effective at it's primary task. + +%prep +%setup -q + +%build +%configure \ + --enable-jack=yes +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_mandir}/man1/recordmydesktop.1.gz +%{_bindir}/recordmydesktop +%doc AUTHORS COPYING ChangeLog NEWS README TODO + +%changelog +* Thu Jul 11 2013 Automatic Build System 0.3.8.1-2mamba +- automatic rebuild by autodist + +* Sat Feb 28 2009 Silvan Calarco 0.3.8.1-1mamba +- automatic update by autodist + +* Wed Dec 10 2008 Silvan Calarco 0.3.8-1mamba +- automatic update by autodist + +* Fri May 30 2008 Silvan Calarco 0.3.7.3-1mamba +- update to 0.3.7.3 + +* Fri Sep 21 2007 Silvan Calarco 0.3.6-2mamba +- rebuilt with jack support + +* Thu Aug 30 2007 Fabio Giani 0.3.6-1mamba +- package created by autospec