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