rpms/evolution-mapi/devel evolution-mapi-0.27.3-fix-pkg-config.patch, NONE, 1.1 evolution-mapi.spec, 1.10, 1.11

Matthew Barnes mbarnes at fedoraproject.org
Fri Jul 3 00:22:01 UTC 2009


Author: mbarnes

Update of /cvs/pkgs/rpms/evolution-mapi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31185

Modified Files:
	evolution-mapi.spec 
Added Files:
	evolution-mapi-0.27.3-fix-pkg-config.patch 
Log Message:

* Thu Jul 02 2009 Matthew Barnes <mbarnes at redhat.com> - 0.27.3-4
- Remove redundant library flag from pkg-config file.


evolution-mapi-0.27.3-fix-pkg-config.patch:

--- NEW FILE evolution-mapi-0.27.3-fix-pkg-config.patch ---
diff -up evolution-mapi-0.27.3/src/libexchangemapi/libexchangemapi.pc.in.fix-pkg-config evolution-mapi-0.27.3/src/libexchangemapi/libexchangemapi.pc.in
--- evolution-mapi-0.27.3/src/libexchangemapi/libexchangemapi.pc.in.fix-pkg-config	2009-07-02 20:18:58.000000000 -0400
+++ evolution-mapi-0.27.3/src/libexchangemapi/libexchangemapi.pc.in	2009-07-02 20:19:06.000000000 -0400
@@ -11,5 +11,5 @@ Name: libexchangemapi
 Description: Client library for accessing Exchange with LibMAPI
 Version: @VERSION@
 Requires: evolution-data-server- at API_VERSION@ >= @EDS_REQUIRED@ evolution-plugin >= @EVO_REQUIRED@ libmapi = @LIBMAPI_REQUIRED@
-Libs: -L${libdir} -lexchangemapi-1.0 -lmapi
+Libs: -L${libdir} -lexchangemapi-1.0
 Cflags: -I${privincludedir}/mapi


Index: evolution-mapi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-mapi/devel/evolution-mapi.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- evolution-mapi.spec	29 Jun 2009 18:26:24 -0000	1.10
+++ evolution-mapi.spec	3 Jul 2009 00:22:01 -0000	1.11
@@ -12,7 +12,7 @@
 
 Name: evolution-mapi
 Version: 0.27.3
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: Applications/Productivity
 Summary: Evolution extension for MS Exchange 2007 servers
 License: LGPLv2+
@@ -20,6 +20,11 @@ URL: http://www.gnome.org/projects/evolu
 Source: http://ftp.gnome.org/pub/gnome/sources/evolution-mapi/0.25/evolution-mapi-%{version}.tar.bz2
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
+### Patches ###
+
+# Remove redundant library flag from pkg-config file. */
+Patch1: evolution-mapi-0.27.3-fix-pkg-config.patch
+
 ### Dependencies ###
 
 Requires: evolution >= %{evo_version}
@@ -51,6 +56,7 @@ Development files needed for building th
 
 %prep
 %setup -q
+%patch1 -p1 -b .fix-pkg-config
 
 %build
 
@@ -107,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/libexchangemapi-1.0.pc
 
 %changelog
+* Thu Jul 02 2009 Matthew Barnes <mbarnes at redhat.com> - 0.27.3-4
+- Remove redundant library flag from pkg-config file.
+
 * Mon Jun 29 2009 Matthew Barnes <mbarnes at redhat.com> - 0.27.3-3
 - Rebuild against mutated openchange (see RH bug #503783).
 




More information about the scm-commits mailing list