rpms/evolution-connector/FC-5 evolution-exchange-2.6.3-no-gnome-common.patch, NONE, 1.1 evolution-connector.spec, 1.62, 1.63

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Aug 4 14:54:30 UTC 2006


Author: mbarnes

Update of /cvs/dist/rpms/evolution-connector/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv28727

Modified Files:
	evolution-connector.spec 
Added Files:
	evolution-exchange-2.6.3-no-gnome-common.patch 
Log Message:
- Add patch to not require gnome-common, since we don't ship it.


evolution-exchange-2.6.3-no-gnome-common.patch:
 configure.in |    2 --
 1 files changed, 2 deletions(-)

--- NEW FILE evolution-exchange-2.6.3-no-gnome-common.patch ---
--- evolution-exchange-2.6.3/configure.in.no_gnome_common	2006-08-02 09:45:41.000000000 -0400
+++ evolution-exchange-2.6.3/configure.in	2006-08-02 09:45:54.000000000 -0400
@@ -96,8 +96,6 @@
 dnl CFLAGS and LIBS and stuff
 dnl *************************
 
-GNOME_COMPILE_WARNINGS(maximum)
-CFLAGS="$CFLAGS $WARN_CFLAGS"
 case $CFLAGS in
 *-Wall*)
 	CFLAGS="$CFLAGS -Wno-sign-compare"


Index: evolution-connector.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution-connector/FC-5/evolution-connector.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- evolution-connector.spec	4 Aug 2006 14:36:27 -0000	1.62
+++ evolution-connector.spec	4 Aug 2006 14:54:27 -0000	1.63
@@ -26,6 +26,10 @@
 Patch101: evolution-exchange-2.5.3-fix-marshaller.patch
 Patch102: evolution-exchange-2.5.91-fix-missing-declarations-2.5.91.patch
 
+# Remove gnome-common macros from configure.in.
+# We do not ship gnome-common (or at least we're not supposed to).
+Patch103: evolution-exchange-2.6.3-no-gnome-common.patch
+
 ### Dependencies ###
 
 Requires: evolution >= %{evolution_version}
@@ -58,6 +62,7 @@
 %patch100 -p1 -b .64bit-fix-acinclude.m4
 %patch101 -p1 -b .fix-marshaller
 %patch102 -p1 -b .fix-missing-declarations-2.5.91
+%patch103 -p1 -b .no-gnome-common
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -Werror-implicit-function-declaration -DLDAP_DEPRECATED"; export CFLAGS
@@ -114,6 +119,7 @@
 - Update to 2.6.3
 - Bump required evolution version to 2.6.3.
 - Add BuildRequires for GNU Autotool packages.
+- Add patch to not require gnome-common, since we don't ship it.
 - Clean up spec file, renumber patches.
 - No longer packaging unused patches.
 




More information about the fedora-cvs-commits mailing list