rpms/evolution-data-server/devel evolution-data-server-1.8.0-uninstall.patch, NONE, 1.1 evolution-data-server.spec, 1.124, 1.125

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Sep 20 11:41:24 UTC 2006


Author: mbarnes

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

Modified Files:
	evolution-data-server.spec 
Added Files:
	evolution-data-server-1.8.0-uninstall.patch 
Log Message:

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


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

--- NEW FILE evolution-data-server-1.8.0-uninstall.patch ---
--- evolution-data-server-1.8.0/src/Makefile.am.uninstall	2006-09-20 07:34:39.000000000 -0400
+++ evolution-data-server-1.8.0/src/Makefile.am	2006-09-20 07:34:53.000000000 -0400
@@ -79,6 +79,9 @@
 
 install-exec-local: install-evolution-data-servers
 
+uninstall-local:
+	rm -f $(DESTDIR)$(libexecdir)/evolution-data-server-$(BASE_VERSION)
+
 dist-hook:
 	cd $(distdir); rm -f $(BUILT_SOURCES)
 


Index: evolution-data-server.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution-data-server/devel/evolution-data-server.spec,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- evolution-data-server.spec	18 Sep 2006 16:58:17 -0000	1.124
+++ evolution-data-server.spec	20 Sep 2006 11:41:22 -0000	1.125
@@ -22,7 +22,7 @@
 
 Name: evolution-data-server
 Version: 1.8.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: LGPL
 Group: System Environment/Libraries
 Summary: Backend data server for Evolution
@@ -56,6 +56,9 @@
 # RH bug #205187 / Gnome.org bug #356927
 Patch19: evolution-data-server-1.8.0-fix-ecal-crash.patch
 
+# Gnome.org bug #356828
+Patch20: evolution-data-server-1.8.0-uninstall.patch
+
 ### Dependencies ###
 
 Requires: GConf2
@@ -142,6 +145,7 @@
 %patch17 -p1 -b .chain-finalize
 %patch18 -p1 -b .emsgport
 %patch19 -p1 -b .fix-ecal-crash
+%patch20 -p1 -b .uninstall
 
 mkdir -p krb5-fakeprefix/include
 mkdir -p krb5-fakeprefix/lib
@@ -344,6 +348,9 @@
 %{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
 
 %changelog
+* Wed Sep 20 2006 Matthew Barnes <mbarnes at redhat.com> - 1.8.0-6.fc6
+- Add patch for Gnome.org bug #356828 (lingering file on uninstall).
+
 * Mon Sep 18 2006 Matthew Barnes <mbarnes at redhat.com> - 1.8.0-5.fc6
 - Revise patch for RH bug #205187 (use upstream's version).
 




More information about the fedora-cvs-commits mailing list