rpms/rssowl/FC-5 rssowl.spec,1.8,1.9

Anthony Green (green) fedora-extras-commits at redhat.com
Mon May 8 13:46:36 UTC 2006


Author: green

Update of /cvs/extras/rpms/rssowl/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26123

Modified Files:
	rssowl.spec 
Log Message:
Fix bugzilla 191044.  Release -2.



Index: rssowl.spec
===================================================================
RCS file: /cvs/extras/rpms/rssowl/FC-5/rssowl.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rssowl.spec	6 May 2006 17:24:01 -0000	1.8
+++ rssowl.spec	8 May 2006 13:46:36 -0000	1.9
@@ -1,6 +1,6 @@
 %define name    rssowl
 %define version 1.2.1
-%define release 1%{?dist}
+%define release 2%{?dist}
 %define jdk     java
 
 Name:           %name
@@ -110,7 +110,7 @@
 
 %post 
 %{_bindir}/rebuild-gcj-db
-update-desktop-database %{_datadir}/application
+update-desktop-database %{_datadir}/applications
 # update icon themes
 touch %{_datadir}/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
@@ -140,6 +140,10 @@
 %{_libdir}/gcj/%{name}
 
 %changelog
+* Mon May  8 2006 Anthony Green <green at redhat.com> - 1.2.1-2
+- Fix bugzilla #191044 - postinstall scriptlet typo error.  
+  Thanks to Chien-Chung Yeh for the fix. 
+
 * Sat May  6 2006 Anthony Green <green at redhat.com> - 1.2.1-1
 - Update sources.
 




More information about the fedora-extras-commits mailing list