]> git.pld-linux.org Git - packages/compiz.git/commitdiff
- updated DESTDIR patch auto/th/compiz-0_5_2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 4 Aug 2007 19:59:06 +0000 (19:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- compiz-gconf.pc moved to -gconf (although not sure about its purpose)
- no need to bcond post/preun when package creation is conditional

Changed files:
    compiz.spec -> 1.63

compiz.spec

index 37180dd7cb43851459311d21b1155d1624f3ee0e..02292a5bc98817857af9d1ff6ffa9d763d78b9a7 100644 (file)
@@ -152,7 +152,7 @@ Dekorator okien dla KDE.
 
 %prep
 %setup -q
-#%patch0 -p1
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -189,21 +189,19 @@ rm -rf $RPM_BUILD_ROOT
 %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)
@@ -221,7 +219,11 @@ rm -rf $RPM_BUILD_ROOT
 %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
@@ -229,6 +231,8 @@ rm -rf $RPM_BUILD_ROOT
 %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}
This page took 0.032487 seconds and 4 git commands to generate.