SPECS: compiz.spec - separated kconfig plugin (build if with kde) ...

qboosh qboosh at pld-linux.org
Wed Aug 22 19:05:19 CEST 2007


Author: qboosh                       Date: Wed Aug 22 17:05:19 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- separated kconfig plugin (build if with kde)
- *.xml files are always installed, so exclude them regardless of bconds

---- Files affected:
SPECS:
   compiz.spec (1.71 -> 1.72) 

---- Diffs:

================================================================
Index: SPECS/compiz.spec
diff -u SPECS/compiz.spec:1.71 SPECS/compiz.spec:1.72
--- SPECS/compiz.spec:1.71	Wed Aug 22 18:47:48 2007
+++ SPECS/compiz.spec	Wed Aug 22 19:05:14 2007
@@ -140,6 +140,18 @@
 %description gconf -l pl.UTF-8
 Wtyczka GConf dla Compiza (backend sterujący oparty na GConfie).
 
+%package kconfig
+Summary:	Kconfig plugin for Compiz
+Summary(pl.UTF-8):	Wtyczka Kconfig dla Compiza
+Group:		X11/Applications
+Requires:	%{name} = %{version}-%{release}
+
+%description kconfig
+Kconfig plugin for Compiz (Kconfig control backend).
+
+%description kconfig -l pl.UTF-8
+Wtyczka Kconfig dla Compiza (backend sterujący oparty na Kconfigu).
+
 %package gnome-settings
 Summary:	Compiz settings for GNOME control panel
 Summary(pl.UTF-8):	Ustawienia compiza dla panelu sterowania GNOME
@@ -211,6 +223,9 @@
 	DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/compiz/*.la
+%if %{with gnome}
+rm -f $RPM_BUILD_ROOT%{_libdir}/window-manager-settings/*.la
+%endif
 
 %find_lang %{name}
 
@@ -241,8 +256,11 @@
 %attr(755,root,root) %{_libdir}/compiz/*.so
 %exclude %{_libdir}/compiz/libfs.so
 %{?with_gconf:%exclude %{_libdir}/compiz/libgconf.so}
+%{?with_kde:%exclude %{_libdir}/compiz/libkconfig.so}
 %{_datadir}/compiz
-%{?with_gconf:%exclude %{_datadir}/compiz/gconf.xml}
+%exclude %{_datadir}/compiz/fs.xml
+%exclude %{_datadir}/compiz/gconf.xml
+%exclude %{_datadir}/compiz/kconfig.xml
 
 %files libs
 %defattr(644,root,root,755)
@@ -263,6 +281,7 @@
 %files fuse
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/compiz/libfs.so
+%{_datadir}/compiz/fs.xml
 
 %if %{with gconf}
 %files gconf
@@ -274,10 +293,22 @@
 %{_pkgconfigdir}/compiz-gconf.pc
 %endif
 
+%if %{with kde}
+%files kconfig
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/compiz/libkconfig.so
+%{_datadir}/compiz/kconfig.xml
+%{_datadir}/config.kcfg/compiz-*.kcfg
+%{_datadir}/config/compizrc
+# what for?
+%{_pkgconfigdir}/compiz-kconfig.pc
+%endif
+
 %if %{with gnome}
 %files gnome-settings
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/window-manager-settings/libcompiz.so
+%{_datadir}/wm-properties/compiz.desktop
 %endif
 
 %if %{with gtk}
@@ -301,6 +332,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.72  2007/08/22 17:05:14  qboosh
+- separated kconfig plugin (build if with kde)
+- *.xml files are always installed, so exclude them regardless of bconds
+
 Revision 1.71  2007/08/22 16:47:48  qboosh
 - versioned intltool BR
 - BR libfuse-devel with fuse.pc (>= 2.2)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/compiz.spec?r1=1.71&r2=1.72&f=u



More information about the pld-cvs-commit mailing list