SPECS: beryl-core.spec - separated gconf settings backend

qboosh qboosh at pld-linux.org
Sun Dec 10 16:05:54 CET 2006


Author: qboosh                       Date: Sun Dec 10 15:05:54 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- separated gconf settings backend

---- Files affected:
SPECS:
   beryl-core.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/beryl-core.spec
diff -u SPECS/beryl-core.spec:1.20 SPECS/beryl-core.spec:1.21
--- SPECS/beryl-core.spec:1.20	Sun Dec 10 15:38:24 2006
+++ SPECS/beryl-core.spec	Sun Dec 10 16:05:49 2006
@@ -81,6 +81,18 @@
 %description devel -l pl
 Pliki nagłówkowe dla beryla.
 
+%package gconf
+Summary:	GConf settings plugin for beryl
+Summary(pl):	Wtyczka ustawień GConf dla beryla
+Group:		Libraries
+Requires:	%{name} = %{epoch}:%{version}-%{release}
+
+%description gconf
+GConf settings plugin for beryl.
+
+%description gconf -l pl
+Wtyczka ustawień GConf dla beryla.
+
 %prep
 %setup -q %{?with_beryl_mesa: -a1}
 %patch0 -p1
@@ -157,7 +169,7 @@
 %attr(755,root,root) %{_libdir}/libberylsettings.so.*.*.*
 %dir %{_libdir}/beryl
 %dir %{_libdir}/beryl/backends
-%attr(755,root,root) %{_libdir}/beryl/backends/*.so
+%attr(755,root,root) %{_libdir}/beryl/backends/libini.so
 %{_datadir}/beryl
 %{_mandir}/man1/beryl.1*
 %if %{with beryl_mesa}
@@ -174,12 +186,19 @@
 %{_pkgconfigdir}/berylsettings.pc
 %{_mandir}/man3/*.3*
 
+%files gconf
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/beryl/backends/libgconf.so
+
 %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.21  2006/12/10 15:05:49  qboosh
+- separated gconf settings backend
+
 Revision 1.20  2006/12/10 14:38:24  qboosh
 - updated bcond desc; sed did nothing anyway
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/beryl-core.spec?r1=1.20&r2=1.21&f=u



More information about the pld-cvs-commit mailing list