- Add sqlite3 to Camel's pkgconfig requirements.

This commit is contained in:
Matthew Barnes 2008-08-04 20:34:24 +00:00
parent 317422418d
commit 0e5aeb128f
2 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,11 @@
diff -up evolution-data-server-2.23.6/camel/camel.pc.in.missing-pkgconfig-requirement evolution-data-server-2.23.6/camel/camel.pc.in
--- evolution-data-server-2.23.6/camel/camel.pc.in.missing-pkgconfig-requirement 2008-08-04 16:29:57.000000000 -0400
+++ evolution-data-server-2.23.6/camel/camel.pc.in 2008-08-04 16:29:02.000000000 -0400
@@ -9,6 +9,6 @@ privincludedir=@privincludedir@
Name: camel
Description: the Evolution MIME message handling library
Version: @VERSION@
-Requires: glib-2.0, libedataserver-@API_VERSION@
+Requires: glib-2.0, libedataserver-@API_VERSION@ sqlite3
Libs: -L${libdir} -lcamel-@API_VERSION@
Cflags: -I${privincludedir}

View File

@ -29,7 +29,7 @@
Name: evolution-data-server
Version: 2.23.6
Release: 1%{?dist}
Release: 2%{?dist}
License: LGPLv2
Group: System Environment/Libraries
Summary: Backend data server for Evolution
@ -51,6 +51,9 @@ Patch12: evolution-data-server-1.10.1-camel-folder-summary-crash.patch
# RH bug #243296
Patch13: evolution-data-server-1.11.5-fix-64bit-acinclude.patch
# Fix Camel's pkgconfig metadata
Patch14: evolution-data-server-2.23.6-missing-pkgconfig-requirement.patch
### Build Dependencies ###
BuildRequires: GConf2-devel
@ -128,6 +131,7 @@ This package contains developer documentation for %{name}.
%patch11 -p1 -b .fix-ldap-query
%patch12 -p1 -b .camel-folder-summary-crash
%patch13 -p1 -b .fix-64bit-acinclude
%patch14 -p1 -b .missing-pkgconfig-requirement
mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib
@ -373,6 +377,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/libedataserverui
%changelog
* Mon Aug 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.6-2.fc10
- Add sqlite3 to Camel's pkgconfig requirements.
* Mon Aug 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.6-1.fc10
- Update to 2.23.6
- Add build requirement for sqlite.