1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/recordmydesktop/recordmydesktop.spec Fri Sep 09 16:58:20 2011 +0200 1.3 @@ -0,0 +1,45 @@ 1.4 +Name: recordmydesktop 1.5 +Version: 0.3.8.1 1.6 +Release: msvb.1 1.7 +License: GNU General Public License version 2 (GPLv2) 1.8 +Vendor: Europalab Software 1.9 +Packager: Michael Schloh von Bennewitz 1.10 +Summary: Graphical desktop session recorder 1.11 +Group: Productivity/Multimedia/Video 1.12 +URL: http://recordmydesktop.sourceforge.net/ 1.13 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot 1.14 +Source: recordmydesktop-%{version}.tar.gz 1.15 +BuildRequires: gcc 1.16 +BuildRequires: make 1.17 +Requires: libvorbis0 1.18 + 1.19 +%description 1.20 +RecordMyDesktop is a desktop session recorder for GNU/Linux and similar 1.21 +operating systems that attemps to be easy to use, yet also effective at 1.22 +it's primary task. 1.23 + 1.24 +As such, the program is separated in two parts; a simple command line 1.25 +tool that performs the basic tasks of capturing and encoding and an 1.26 +interface that exposes the program functionality in a usable way. 1.27 + 1.28 +%prep 1.29 +%setup -q -n recordmydesktop-%{version} 1.30 + 1.31 +%build 1.32 +%configure 1.33 +%__make %{?jobs:-j%{jobs}} 1.34 + 1.35 +%install 1.36 +%makeinstall 1.37 + 1.38 +%clean 1.39 +%{?buildroot:%__rm -rf "%{buildroot}"} 1.40 + 1.41 +%files 1.42 +%defattr(-, root, root) 1.43 +%doc %{_mandir}/man1/recordmydesktop.1%{ext_man} 1.44 +%{_bindir}/recordmydesktop 1.45 + 1.46 +%changelog 1.47 +* Fri Sep 9 2011 Michael Schloh von Bennewitz <michael@schloh.com> 1.48 +- initial build