rpms/gnucash/devel gnucash.spec,1.74,1.75

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Mon Jul 23 13:59:11 UTC 2007


Author: notting

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

Modified Files:
	gnucash.spec 
Log Message:
fix icon (#248492)



Index: gnucash.spec
===================================================================
RCS file: /cvs/extras/rpms/gnucash/devel/gnucash.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- gnucash.spec	16 Jul 2007 15:19:32 -0000	1.74
+++ gnucash.spec	23 Jul 2007 13:58:39 -0000	1.75
@@ -4,7 +4,7 @@
 Summary: GnuCash is an application to keep track of your finances
 Version: 2.2.0
 URL: http://gnucash.org/
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 Group: Applications/Productivity
 Source: http://www.gnucash.org/pub/gnucash/sources/stable/gnucash-%{version}.tar.bz2
@@ -62,6 +62,7 @@
 	--add-category Office \
 	$RPM_BUILD_ROOT%{_datadir}/applications/gnucash.desktop
 echo "StartupWMClass=GnuCash" >> $RPM_BUILD_ROOT%{_datadir}/applications/gnome-gnucash.desktop
+sed -is 's|Icon=gnucash-icon|Icon=gnucash-icon-48x48|g' $RPM_BUILD_ROOT%{_datadir}/applications/gnome-gnucash.desktop
 
 rm -rf $RPM_BUILD_ROOT/%{_infodir} \
 	$RPM_BUILD_ROOT/%{_includedir} \
@@ -116,6 +117,9 @@
 %doc doc/README.german doc/README.francais doc/guile-hackers.txt
 
 %changelog
+* Mon Jul 23 2007 Bill Nottingham <notting at redhat.com> - 2.2.0-2
+- fix icon (#248492)
+
 * Mon Jul 16 2007 Bill Nottingham <notting at redhat.com> - 2.2.0-1
 - update to 2.2.0
 




More information about the fedora-extras-commits mailing list