michael@19: Name: recordmydesktop michael@19: Version: 0.3.8.1 michael@19: Release: msvb.1 michael@19: License: GNU General Public License version 2 (GPLv2) michael@19: Vendor: Europalab Software michael@19: Packager: Michael Schloh von Bennewitz michael@19: Summary: Graphical desktop session recorder michael@19: Group: Productivity/Multimedia/Video michael@19: URL: http://recordmydesktop.sourceforge.net/ michael@19: BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot michael@19: Source: recordmydesktop-%{version}.tar.gz michael@19: BuildRequires: gcc michael@19: BuildRequires: make michael@19: Requires: libvorbis0 michael@19: michael@19: %description michael@19: RecordMyDesktop is a desktop session recorder for GNU/Linux and similar michael@19: operating systems that attemps to be easy to use, yet also effective at michael@19: it's primary task. michael@19: michael@19: As such, the program is separated in two parts; a simple command line michael@19: tool that performs the basic tasks of capturing and encoding and an michael@19: interface that exposes the program functionality in a usable way. michael@19: michael@19: %prep michael@19: %setup -q -n recordmydesktop-%{version} michael@19: michael@19: %build michael@19: %configure michael@19: %__make %{?jobs:-j%{jobs}} michael@19: michael@19: %install michael@19: %makeinstall michael@19: michael@19: %clean michael@19: %{?buildroot:%__rm -rf "%{buildroot}"} michael@19: michael@19: %files michael@19: %defattr(-, root, root) michael@19: %doc %{_mandir}/man1/recordmydesktop.1%{ext_man} michael@19: %{_bindir}/recordmydesktop michael@19: michael@19: %changelog michael@19: * Fri Sep 9 2011 Michael Schloh von Bennewitz michael@19: - initial build