]> git.pld-linux.org Git - packages/compiz.git/blobdiff - compiz.spec
- updated DESTDIR patch
[packages/compiz.git] / 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.109955 seconds and 4 git commands to generate.