recordmydesktop/recordmydesktop.spec

Fri, 09 Sep 2011 16:58:20 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 09 Sep 2011 16:58:20 +0200
changeset 19
84eb74235175
permissions
-rw-r--r--

Import new package spec for introduction into repository.

     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
    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.
    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.
    25 %prep
    26 %setup -q -n recordmydesktop-%{version}
    28 %build
    29 %configure
    30 %__make %{?jobs:-j%{jobs}}
    32 %install
    33 %makeinstall
    35 %clean
    36 %{?buildroot:%__rm -rf "%{buildroot}"}
    38 %files
    39 %defattr(-, root, root)
    40 %doc %{_mandir}/man1/recordmydesktop.1%{ext_man}
    41 %{_bindir}/recordmydesktop
    43 %changelog
    44 * Fri Sep  9 2011 Michael Schloh von Bennewitz <michael@schloh.com>
    45 - initial build

mercurial