Author: patrys Date: Sun Nov 5 19:25:44 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - initial PLD release
---- Files affected: SPECS: cankiri.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/cankiri.spec diff -u /dev/null SPECS/cankiri.spec:1.1 --- /dev/null Sun Nov 5 20:25:44 2006 +++ SPECS/cankiri.spec Sun Nov 5 20:25:39 2006 @@ -0,0 +1,49 @@ +# $Revision$, $Date$ +Summary: A single file screen recorder for Linux +Name: cankiri +Version: 0.2 +Release: 1 +License: GPL v2 +Group: Applications +Source0: http://www.tortall.net/~mu/releases/%{name}-%{version}.tar.gz +# Source0-md5: fcdc903284cfad5c115cb3164b67cd8a +URL: http://www.tortall.net/mu/wiki/Cankiri +%pyrequires_eq python-libs +Requires: gstreamer-theora +Requires: gstreamer-ximagesrc +Requires: python-gnome-extras-egg +Requires: python-gstreamer +Requires: python-pygtk-gtk +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Cankiri is a single file screen recorder for Linux and other +systems that run GStreamer 0.10 and PyGTK 2.8 + +%prep +%setup -q + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} + +install cankiri.py $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc NEWS README + +%attr(755,root,root) %{_bindir}/cankiri.py + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/11/05 19:25:39 patrys +- initial PLD release + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
