SPECS: recordmydesktop.spec (NEW) - new, NFY - TODO: BR's, descs

vip vip at pld-linux.org
Tue Dec 19 02:27:11 CET 2006


Author: vip                          Date: Tue Dec 19 01:27:11 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, NFY
- TODO: BR's, descs

---- Files affected:
SPECS:
   recordmydesktop.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/recordmydesktop.spec
diff -u /dev/null SPECS/recordmydesktop.spec:1.1
--- /dev/null	Tue Dec 19 02:27:11 2006
+++ SPECS/recordmydesktop.spec	Tue Dec 19 02:27:06 2006
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+Summary:	Desktop session recorder
+Summary(pl):	Rejestrator pulpitu
+Name:		recordmydesktop
+Version:	0.3.1
+Release:	0.1
+License:	GPL v2+
+Group:		Applications
+Source0:	http://dl.sourceforge.net/recordmydesktop/%{name}-%{version}.tar.gz
+# Source0-md5:	780dae22c7f02addfc3c666eaf2ef29c
+URL:		http://recordmydesktop.sourceforge.net/
+#BuildRequires:	-
+# alsa (libasound)
+#X
+#libICE-dev
+#libSM-dev
+#libXext
+#libXdamage
+#libXfixes
+#libogg
+#libvorbis
+#libtheora
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+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
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/recordmydesktop.1*
+
+%define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/12/19 01:27:06  vip
+- new, NFY
+- TODO: BR's, descs
+
================================================================


More information about the pld-cvs-commit mailing list