SPECS: xscreensaver.spec - common subpackage for holding dirs and ...
havner
havner at pld-linux.org
Tue Aug 8 21:09:24 CEST 2006
Author: havner Date: Tue Aug 8 19:09:24 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- common subpackage for holding dirs and gl-helper (this way GLE is
independent as xscreensaver-savers too)
- with-shadow is back (it builds with it anyway)
---- Files affected:
SPECS:
xscreensaver.spec (1.142 -> 1.143)
---- Diffs:
================================================================
Index: SPECS/xscreensaver.spec
diff -u SPECS/xscreensaver.spec:1.142 SPECS/xscreensaver.spec:1.143
--- SPECS/xscreensaver.spec:1.142 Tue Aug 8 19:11:52 2006
+++ SPECS/xscreensaver.spec Tue Aug 8 21:09:19 2006
@@ -95,11 +95,24 @@
%description -l uk
đÁËĹÔ xscreensaver ÍŚÓÔÉÔŘ ŇŚÚÎĎÍÁÎŚÔÎŚ ĐŇĎÇŇÁÍÉ ÚÂĹŇĹÖĹÎÎŃ ĹËŇÁÎŐ.
+%package common
+Summary: Common X screen savers files
+Summary(pl): Pliki wspólne dla podpakietów wygaszaczy ekranu
+Group: X11/Applications
+Requires: OpenGL
+
+%description common
+Common X screen savers files.
+
+%description common -l pl
+Pliki wspólne dla podpakietów wygaszaczy ekranu.
+
%package base
Summary: Base X screen savers
Summary(pl): Podstawowe wygaszacze ekranu pod X Window
Group: X11/Applications
Provides: %{name}-savers = %{epoch}:%{version}-%{release}
+Requires: %{name}-common = %{epoch}:%{version}-%{release}
%description base
Base screen savers for X Window.
@@ -113,7 +126,7 @@
Summary(pt_BR): Protetores de tela GL
Group: X11/Applications
Provides: %{name}-savers = %{epoch}:%{version}-%{release}
-Requires: OpenGL
+Requires: %{name}-common = %{epoch}:%{version}-%{release}
%description GL
Screen savers which uses OpenGL libraries.
@@ -129,8 +142,7 @@
Summary(pl): Wygaszacze ekranu pod X Window używające OpenGL && GLE
Group: X11/Applications
Provides: %{name}-savers = %{epoch}:%{version}-%{release}
-# for gl-helper:
-Requires: %{name}-GL = %{epoch}:%{version}-%{release}
+Requires: %{name}-common = %{epoch}:%{version}-%{release}
%description GLE
Screen savers which uses OpenGL and GLE libraries.
@@ -179,6 +191,7 @@
--with-mit-ext \
--with-proc-interrupts \
--with-pam \
+ --with-shadow \
--without-motif \
--with-xml \
--with-gl \
@@ -273,9 +286,7 @@
%attr(755,root,root) %{_bindir}/xscreensaver-text
#%attr(755,root,root) %{_bindir}/xscreensaver.kss
%config(noreplace) %verify(not md5 mtime size) /etc/pam.d/xscreensaver
-%dir %{_libdir}/xscreensaver
%{_appdefsdir}/*
-%dir %{_datadir}/%{name}
%{_datadir}/%{name}/glade
%{_desktopdir}/xscreensaver.desktop
%{_desktopdir}/xscreensaver-lock.desktop
@@ -300,13 +311,17 @@
#%{_datadir}/%{name}/xplanet.xml
#%{_datadir}/%{name}/xsnow.xml
+%files common
+%attr(755,root,root) %{_bindir}/xscreensaver-gl-helper
+%{_mandir}/man1/xscreensaver-gl-helper.1*
+%dir %{_libdir}/%{name}
+%dir %{_datadir}/%{name}
+
%files base -f files.base
%defattr(644,root,root,755)
%files GL -f files.gl
%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/xscreensaver-gl-helper
-%{_mandir}/man1/xscreensaver-gl-helper.1*
%files GLE -f files.gle
%defattr(644,root,root,755)
@@ -321,6 +336,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.143 2006/08/08 19:09:19 havner
+- common subpackage for holding dirs and gl-helper (this way GLE is
+ independent as xscreensaver-savers too)
+- with-shadow is back (it builds with it anyway)
+
Revision 1.142 2006/08/08 17:11:52 havner
- mutual obsoletes (gnome-screensaver<->xscreensaver-gnome2), those
packages theoreticaly can coexist but gnome xdg-menus/control-center
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/xscreensaver.spec?r1=1.142&r2=1.143&f=u
More information about the pld-cvs-commit
mailing list