Author: wolvverine Date: Sat Apr 21 01:50:30 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - add package for X Window frontends
---- Files affected: SPECS: recordmydesktop.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: SPECS/recordmydesktop.spec diff -u SPECS/recordmydesktop.spec:1.11 SPECS/recordmydesktop.spec:1.12 --- SPECS/recordmydesktop.spec:1.11 Sat Apr 7 16:58:02 2007 +++ SPECS/recordmydesktop.spec Sat Apr 21 03:50:22 2007 @@ -2,12 +2,14 @@ # # Conditional build %bcond_without gtk # don't build GTK+ frontend +%bcond_without x # don't build for X +%define module recordMyDesktop # Summary: Desktop session recorder Summary(pl.UTF-8): Rejestrator pulpitu Name: recordmydesktop Version: 0.3.4 -Release: 1 +Release: 2 License: GPL v2+ Group: X11/Applications Source0: http://dl.sourceforge.net/recordmydesktop/%{name}-%{version}.tar.gz @@ -49,6 +51,7 @@ Summary(pl.UTF-8): Frontend do recordmydesktop oparty na GTK+ Group: X11/Applications Requires: %{name} = %{version}-%{release} +Requires: %{name}-x = %{version}-%{release} %description gtk GTK+ frontend for recordmydesktop. @@ -56,6 +59,18 @@ %description gtk -l pl.UTF-8 Frontend do recordmydesktop oparty na GTK+. +%package x +Summary: X Window System resource for recordmydesktop +Summary(pl.UTF-8): Zasoby X Window System do recordmydesktop +Group: X11/Applications +Requires: %{name} = %{version}-%{release} + +%description x +X Window System resource for recordmydesktop. + +%description x -l pl.UTF-8 +Zasoby X Window System do recordmydesktop. + %prep %setup -q -a 1 @@ -63,7 +78,8 @@ %{__aclocal} %{__autoconf} %{__automake} -%configure +%configure \ + --with-x %{__make} %if %{with gtk} @@ -93,6 +109,12 @@ %attr(755,root,root) %{_bindir}/%{name} %{_mandir}/man1/recordmydesktop.1* +%if %{with x} +%files x +%dir %{py_sitescriptdir}/%{module} +%{py_sitescriptdir}/%{module}/* +%endif + %if %{with gtk} %files -f %{name}-gtk.lang gtk %defattr(644,root,root,755) @@ -107,6 +129,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2007/04/21 01:50:22 wolvverine +- add package for X Window frontends + Revision 1.11 2007/04/07 14:58:02 qboosh - unified ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/recordmydesktop.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
