# HG changeset patch # User Michael Schloh von Bennewitz # Date 1315580300 -7200 # Node ID 84eb74235175d620d81367da641afbd61e95189e # Parent 1ae0aa395adf6311efe7a3a92468747cc247ed76 Import new package spec for introduction into repository. diff -r 1ae0aa395adf -r 84eb74235175 recordmydesktop/recordmydesktop.spec --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/recordmydesktop/recordmydesktop.spec Fri Sep 09 16:58:20 2011 +0200 @@ -0,0 +1,45 @@ +Name: recordmydesktop +Version: 0.3.8.1 +Release: msvb.1 +License: GNU General Public License version 2 (GPLv2) +Vendor: Europalab Software +Packager: Michael Schloh von Bennewitz +Summary: Graphical desktop session recorder +Group: Productivity/Multimedia/Video +URL: http://recordmydesktop.sourceforge.net/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot +Source: recordmydesktop-%{version}.tar.gz +BuildRequires: gcc +BuildRequires: make +Requires: libvorbis0 + +%description +RecordMyDesktop is a desktop session recorder for GNU/Linux and similar +operating systems that attemps 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 -n recordmydesktop-%{version} + +%build +%configure +%__make %{?jobs:-j%{jobs}} + +%install +%makeinstall + +%clean +%{?buildroot:%__rm -rf "%{buildroot}"} + +%files +%defattr(-, root, root) +%doc %{_mandir}/man1/recordmydesktop.1%{ext_man} +%{_bindir}/recordmydesktop + +%changelog +* Fri Sep 9 2011 Michael Schloh von Bennewitz +- initial build