rpms/orage/devel orage.spec,1.1,1.2

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


Author: kevin

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

Modified Files:
	orage.spec 
Log Message:
Add period at the end of description. 
Fix defattr
Add gtk-update-icon-cache



Index: orage.spec
===================================================================
RCS file: /cvs/extras/rpms/orage/devel/orage.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- orage.spec	5 Oct 2006 03:32:29 -0000	1.1
+++ orage.spec	6 Oct 2006 06:37:23 -0000	1.2
@@ -1,7 +1,7 @@
 Summary: Time-managing application for Xfce4
 Name: orage
 Version: 4.3.99.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL
 URL: http://www.xfce.org/
 Source0: http://www.xfce.org/archive/xfce-4.3.99.1/src/orage-4.3.99.1.tar.bz2
@@ -23,7 +23,7 @@
 Obsoletes: xfce4-datetime-plugin <= 4.2.3-3
 
 %description
-Time-managing application for Xfce4
+Time-managing application for Xfce4.
 
 %prep
 %setup -q
@@ -50,8 +50,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 README ChangeLog COPYING AUTHORS
 %{_bindir}/orage
 %{_libdir}/xfce4/mcs-plugins/orage_plugin.so
@@ -64,6 +72,11 @@
 %{_datadir}/xfce4/panel-plugins/orageclock.desktop
 
 %changelog
+* Thu Oct  5 2006 Kevin Fenzi <kevin at tummy.com> - 4.3.99.1-4
+- Add period at the end of description. 
+- Fix defattr
+- Add gtk-update-icon-cache
+
 * Wed Oct  4 2006 Kevin Fenzi <kevin at tummy.com> - 4.3.99.1-3
 - Bump release for devel checkin
 




More information about the fedora-extras-commits mailing list