Fri, 09 Sep 2011 16:58:20 +0200
Import new package spec for introduction into repository.
michael@19 | 1 | Name: recordmydesktop |
michael@19 | 2 | Version: 0.3.8.1 |
michael@19 | 3 | Release: msvb.1 |
michael@19 | 4 | License: GNU General Public License version 2 (GPLv2) |
michael@19 | 5 | Vendor: Europalab Software |
michael@19 | 6 | Packager: Michael Schloh von Bennewitz |
michael@19 | 7 | Summary: Graphical desktop session recorder |
michael@19 | 8 | Group: Productivity/Multimedia/Video |
michael@19 | 9 | URL: http://recordmydesktop.sourceforge.net/ |
michael@19 | 10 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot |
michael@19 | 11 | Source: recordmydesktop-%{version}.tar.gz |
michael@19 | 12 | BuildRequires: gcc |
michael@19 | 13 | BuildRequires: make |
michael@19 | 14 | Requires: libvorbis0 |
michael@19 | 15 | |
michael@19 | 16 | %description |
michael@19 | 17 | RecordMyDesktop is a desktop session recorder for GNU/Linux and similar |
michael@19 | 18 | operating systems that attemps to be easy to use, yet also effective at |
michael@19 | 19 | it's primary task. |
michael@19 | 20 | |
michael@19 | 21 | As such, the program is separated in two parts; a simple command line |
michael@19 | 22 | tool that performs the basic tasks of capturing and encoding and an |
michael@19 | 23 | interface that exposes the program functionality in a usable way. |
michael@19 | 24 | |
michael@19 | 25 | %prep |
michael@19 | 26 | %setup -q -n recordmydesktop-%{version} |
michael@19 | 27 | |
michael@19 | 28 | %build |
michael@19 | 29 | %configure |
michael@19 | 30 | %__make %{?jobs:-j%{jobs}} |
michael@19 | 31 | |
michael@19 | 32 | %install |
michael@19 | 33 | %makeinstall |
michael@19 | 34 | |
michael@19 | 35 | %clean |
michael@19 | 36 | %{?buildroot:%__rm -rf "%{buildroot}"} |
michael@19 | 37 | |
michael@19 | 38 | %files |
michael@19 | 39 | %defattr(-, root, root) |
michael@19 | 40 | %doc %{_mandir}/man1/recordmydesktop.1%{ext_man} |
michael@19 | 41 | %{_bindir}/recordmydesktop |
michael@19 | 42 | |
michael@19 | 43 | %changelog |
michael@19 | 44 | * Fri Sep 9 2011 Michael Schloh von Bennewitz <michael@schloh.com> |
michael@19 | 45 | - initial build |