72 lines
2.2 KiB
RPMSpec
72 lines
2.2 KiB
RPMSpec
Name: recordmydesktop
|
|
Version: 0.3.7
|
|
Release: 1%{?dist}
|
|
Summary: Desktop session recorder with audio and video
|
|
|
|
Group: Applications/Multimedia
|
|
License: GPL
|
|
URL: http://recordmydesktop.iovar.org/
|
|
Source0: http://dl.sourceforge.net/recordmydesktop/%{name}-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRequires: libXdamage-devel, libSM-devel
|
|
BuildRequires: libXext-devel
|
|
BuildRequires: alsa-lib-devel, zlib-devel
|
|
BuildRequires: libtheora-devel, libvorbis-devel, jack-audio-connection-kit-devel
|
|
|
|
|
|
%description
|
|
recordMyDesktop is a desktop session recorder for linux that attempts to be
|
|
easy to use, yet also effective at it's primary task.
|
|
|
|
As such, the program is separated in two parts; a simple command line tool that
|
|
performs the basic tasks of capturing and encoding and an interface that
|
|
exposes the program functionality in a usable way.
|
|
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
chmod -x $RPM_BUILD_DIR/%{name}-%{version}/src/load_cache.c \
|
|
$RPM_BUILD_DIR/%{name}-%{version}/include/rmdtypes.h \
|
|
$RPM_BUILD_DIR/%{name}-%{version}/src/cache_frame.c
|
|
|
|
%build
|
|
%configure
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -c -p"
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc AUTHORS COPYING README ChangeLog
|
|
%{_bindir}/*
|
|
%{_mandir}/man?/*
|
|
|
|
|
|
%changelog
|
|
* Thu Jan 17 2008 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.3.7-1
|
|
- New upstream release
|
|
* Sun Dec 02 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.3.6-2
|
|
- Add jack support
|
|
* Sun Oct 21 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.3.6-1
|
|
- New version
|
|
- Update URL
|
|
* Sat Jun 02 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.3.4-1
|
|
- New version 0.3.4
|
|
* Mon Mar 05 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.3.3.1-3
|
|
- chmod +x on source files to make rpmlint happy
|
|
* Mon Mar 05 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.3.3.1-2
|
|
- Remove duplicate BR
|
|
- Add missing zlib-devel BR
|
|
- Preserve timestamps
|
|
* Sun Mar 04 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.3.3.1-1
|
|
- Initial build
|
|
|