rpms/evolution/devel evolution-2.8.0-uninstall.patch, NONE, 1.1 evolution.spec, 1.192, 1.193

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Sep 20 16:22:04 UTC 2006


Author: mbarnes

Update of /cvs/dist/rpms/evolution/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13792

Modified Files:
	evolution.spec 
Added Files:
	evolution-2.8.0-uninstall.patch 
Log Message:

* Wed Sep 20 2006 Matthew Barnes <mbarnes at redhat.com> - 2.8.0-5.fc6
- Add patch for Gnome.org bug #356811 (lingering file on uninstall).


evolution-2.8.0-uninstall.patch:
 Makefile.am |    3 +++
 1 files changed, 3 insertions(+)

--- NEW FILE evolution-2.8.0-uninstall.patch ---
--- evolution-2.8.0/art/Makefile.am.uninstall	2006-09-20 10:38:01.000000000 -0400
+++ evolution-2.8.0/art/Makefile.am	2006-09-20 10:38:06.000000000 -0400
@@ -17,6 +17,9 @@
 	cd $(DESTDIR)$(datadir)/pixmaps && rm -f evolution.png && $(LN_S) evolution-$(BASE_VERSION).png evolution.png
 endif
 
+uninstall-local:
+	rm -f $(DESTDIR)$(datadir)/pixmaps/evolution-$(BASE_VERSION).png
+
 EXTRA_DIST = 				\
 	ChangeLog			\
 	ChangeLog.pre-1-4		\


Index: evolution.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution/devel/evolution.spec,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- evolution.spec	19 Sep 2006 19:34:29 -0000	1.192
+++ evolution.spec	20 Sep 2006 16:22:02 -0000	1.193
@@ -45,7 +45,7 @@
 
 Name: evolution
 Version: 2.8.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPL
 Group: Applications/Productivity
 Summary: GNOME's next-generation groupware suite
@@ -124,6 +124,9 @@
 # RH bug #161885 / Gnome.org bug #309166
 Patch32: evolution-2.8.0-indic-cursor-movement.patch
 
+# Gnome.org bug #356811
+Patch33: evolution-2.8.0-uninstall.patch
+
 ### Dependencies ###
 
 Requires: ORBit2 >= %{orbit2_version}
@@ -258,6 +261,7 @@
 %patch30 -p1 -b .fix-missing-declarations
 %patch31 -p1 -b .search-on-folder-change
 %patch32 -p1 -b .indic-cursor-movement
+%patch33 -p1 -b .uninstall
 
 mkdir -p krb5-fakeprefix/include
 mkdir -p krb5-fakeprefix/lib
@@ -648,6 +652,9 @@
 %{_libdir}/evolution/%{evo_major}/libmenus.so
 
 %changelog
+* Wed Sep 20 2006 Matthew Barnes <mbarnes at redhat.com> - 2.8.0-5.fc6
+- Add patch for Gnome.org bug #356811 (lingering file on uninstall).
+
 * Tue Sep 19 2006 Matthew Barnes <mbarnes at redhat.com> - 2.8.0-4.fc6
 - Bump eds_version to 1.8.0.
 




More information about the fedora-cvs-commits mailing list