rpms/xfwm4/devel xfwm4.spec,1.15,1.16

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Fri Oct 6 06:33:27 UTC 2006


Author: kevin

Update of /cvs/extras/rpms/xfwm4/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv362

Modified Files:
	xfwm4.spec 
Log Message:
Fix defattr
Add gtk-update-icon-cache



Index: xfwm4.spec
===================================================================
RCS file: /cvs/extras/rpms/xfwm4/devel/xfwm4.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- xfwm4.spec	5 Oct 2006 03:11:10 -0000	1.15
+++ xfwm4.spec	6 Oct 2006 06:33:27 -0000	1.16
@@ -1,15 +1,11 @@
 Summary: Next generation window manager for Xfce
 Name: xfwm4
 Version: 4.3.99.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPL
 URL: http://www.xfce.org/
 Source0: http://www.xfce.org/archive/xfce-4.3.99.1/src/xfwm4-4.3.99.1.tar.bz2
 
-# Change default for Fedora
-#Patch0: xfwm4-bluecurve-prep-4.2.3.1.patch
-#Patch1: xfwm4-bluecurve.patch
-
 Group: User Interface/Desktops
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -34,9 +30,6 @@
 %prep
 %setup -q
 
-#%patch0 -p1 -b .bluecurve-prep
-#%patch1 -p1 -b .bluecurve
-
 %build
 %configure
 
@@ -54,8 +47,16 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+touch --no-create %{_datadir}/icons/hicolor || :
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+
+%postun
+touch --no-create %{_datadir}/icons/hicolor || :
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+
 %files -f %{name}.lang
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc example.gtkrc-2.0 README TODO COPYING AUTHORS COMPOSITOR
 %{_bindir}/xfwm4
 %{_libdir}/xfce4/mcs-plugins/*
@@ -68,6 +69,10 @@
 %{_datadir}/themes
 
 %changelog
+* Thu Oct  5 2006 Kevin Fenzi <kevin at tummy.com> - 4.3.99.1-6
+- Fix defattr
+- Add gtk-update-icon-cache
+
 * Wed Oct  4 2006 Kevin Fenzi <kevin at tummy.com> - 4.3.99.1-5
 - Bump release for devel checkin
 




More information about the scm-commits mailing list