SPECS: compiz.spec - updated DESTDIR patch - compiz-gconf.pc moved...

qboosh qboosh at pld-linux.org
Sat Aug 4 21:59:11 CEST 2007


Author: qboosh                       Date: Sat Aug  4 19:59:11 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated DESTDIR patch
- compiz-gconf.pc moved to -gconf (although not sure about its purpose)
- no need to bcond post/preun when package creation is conditional

---- Files affected:
SPECS:
   compiz.spec (1.62 -> 1.63) 

---- Diffs:

================================================================
Index: SPECS/compiz.spec
diff -u SPECS/compiz.spec:1.62 SPECS/compiz.spec:1.63
--- SPECS/compiz.spec:1.62	Sat Aug  4 00:15:49 2007
+++ SPECS/compiz.spec	Sat Aug  4 21:59:06 2007
@@ -153,7 +153,7 @@
 
 %prep
 %setup -q
-#%patch0 -p1
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -190,21 +190,19 @@
 %post	-p /sbin/ldconfig
 %postun	-p /sbin/ldconfig
 
-%if %{with gconf}
 %post gconf
 %gconf_schema_install
 
 %preun gconf
 %gconf_schema_uninstall
 
-%if %{with gtk}
+%if %{with gconf}
 %post gtk-decorator
 %gconf_schema_install gwd.schemas
 
 %preun gtk-decorator
 %gconf_schema_uninstall gwd.schemas
 %endif
-%endif
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
@@ -222,7 +220,11 @@
 %attr(755,root,root) %{_libdir}/libdecoration.so
 %{_libdir}/libdecoration.la
 %{_includedir}/compiz
-%{_pkgconfigdir}/*.pc
+%{_pkgconfigdir}/compiz.pc
+%{_pkgconfigdir}/libdecoration.pc
+# what is the purpose of these files? development or runtime?
+%{_pkgconfigdir}/compiz-cube.pc
+%{_pkgconfigdir}/compiz-scale.pc
 
 %if %{with gconf}
 %files gconf
@@ -230,6 +232,8 @@
 %attr(755,root,root) %{_libdir}/compiz/libgconf.so
 %{_sysconfdir}/gconf/schemas/compiz-*.schemas
 %{_datadir}/compiz/gconf.xml
+# what for?
+%{_pkgconfigdir}/compiz-gconf.pc
 %endif
 
 %if %{with gnome}
@@ -259,6 +263,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.63  2007/08/04 19:59:06  qboosh
+- updated DESTDIR patch
+- compiz-gconf.pc moved to -gconf (although not sure about its purpose)
+- no need to bcond post/preun when package creation is conditional
+
 Revision 1.62  2007/08/03 22:15:49  wolf
 - 0.5.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/compiz.spec?r1=1.62&r2=1.63&f=u



More information about the pld-cvs-commit mailing list