rpms/evolution-exchange/F-13 evolution-exchange-2.30.1-missing-linker-flags.patch, NONE, 1.1 evolution-exchange.spec, 1.94, 1.95

Matthew Barnes mbarnes at fedoraproject.org
Wed Apr 28 13:01:14 UTC 2010


Author: mbarnes

Update of /cvs/pkgs/rpms/evolution-exchange/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29632

Modified Files:
	evolution-exchange.spec 
Added Files:
	evolution-exchange-2.30.1-missing-linker-flags.patch 
Log Message:

* Wed Apr 28 2010 Matthew Barnes <mbarnes at redhat.com> - 2.30.1-2.fc13
- Add missing LDAP build flags (RH bug #586470).


evolution-exchange-2.30.1-missing-linker-flags.patch:
 Makefile.am |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

--- NEW FILE evolution-exchange-2.30.1-missing-linker-flags.patch ---
diff -up evolution-exchange-2.30.1/eplugin/Makefile.am.missing-linker-flags evolution-exchange-2.30.1/eplugin/Makefile.am
--- evolution-exchange-2.30.1/eplugin/Makefile.am.missing-linker-flags	2010-04-28 08:41:19.372084623 -0400
+++ evolution-exchange-2.30.1/eplugin/Makefile.am	2010-04-28 08:40:46.447434525 -0400
@@ -27,7 +27,8 @@ liborg_gnome_exchange_operations_la_CPPF
 	$(EVOLUTION_DATA_SERVER_CFLAGS) \
 	$(EVOLUTION_PLUGIN_CFLAGS) \
 	$(EVOLUTION_SHELL_CFLAGS) \
-	$(EVOLUTION_MAIL_CFLAGS)
+	$(EVOLUTION_MAIL_CFLAGS) \
+	$(LDAP_CFLAGS)
 
 
 liborg_gnome_exchange_operations_la_SOURCES = \
@@ -65,6 +66,7 @@ liborg_gnome_exchange_operations_la_LIBA
 	$(EVOLUTION_SHELL_LIBS) \
 	$(EVOLUTION_MAIL_LIBS) \
 	$(PTHREAD_LIB) \
+	$(LDAP_LIBS) \
 	$(DNS_LIBS)
 
 liborg_gnome_exchange_operations_la_LDFLAGS = \


Index: evolution-exchange.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-exchange/F-13/evolution-exchange.spec,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -p -r1.94 -r1.95
--- evolution-exchange.spec	26 Apr 2010 08:03:25 -0000	1.94
+++ evolution-exchange.spec	28 Apr 2010 13:01:13 -0000	1.95
@@ -17,7 +17,7 @@
 
 Name: evolution-exchange
 Version: 2.30.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Applications/Productivity
 Summary: Evolution plugin to interact with MS Exchange Server
 License: GPLv2+
@@ -31,6 +31,9 @@ Obsoletes: evolution-connector < %{versi
 ### Patches ###
 
 Patch11: evolution-exchange-2.10.1-fix-64bit-acinclude.patch
+
+Patch12: evolution-exchange-2.30.1-missing-linker-flags.patch
+
 ### Dependencies ###
 
 Requires: gnutls
@@ -52,7 +55,7 @@ BuildRequires: libsoup-devel >= %{libsou
 BuildRequires: libtool >= 1.5
 BuildRequires: openldap-evolution-devel
 BuildRequires: openssl-devel
-BuildRequires: krb5-devel 
+BuildRequires: krb5-devel
 # tweak for krb5 1.2 vs 1.3
 %define krb5dir /usr/kerberos
 #define krb5dir `pwd`/krb5-fakeprefix
@@ -63,8 +66,8 @@ Microsoft Exchange Server.
 
 %prep
 %setup -q -n evolution-exchange-%{version}
-
 %patch11 -p1 -b .fix-64bit-acinclude
+%patch12 -p1 -b .missing-linker-flags
 
 mkdir -p krb5-fakeprefix/include
 mkdir -p krb5-fakeprefix/lib
@@ -135,6 +138,9 @@ gconftool-2 --makefile-install-rule %{_s
 %{_sysconfdir}/gconf/schemas/apps_exchange_addressbook-%{evo_major}.schemas
 
 %changelog
+* Wed Apr 28 2010 Matthew Barnes <mbarnes at redhat.com> - 2.30.1-2.fc13
+- Add missing LDAP build flags (RH bug #586470).
+
 * Mon Apr 26 2010 Milan Crha <mcrha at redhat.com> - 2.30.1-1.fc13
 - Update to 2.30.1
 



More information about the scm-commits mailing list