Add an upstream .pc files fix for a libebook split

This commit is contained in:
Milan Crha 2013-02-18 13:26:32 +01:00
parent 26d3134c8b
commit 0fb4032173
2 changed files with 41 additions and 1 deletions

View File

@ -0,0 +1,34 @@
commit 794f538befedadaded6f19004738cf3babd5e9c5
Author: Tristan Van Berkom <tristanvb@openismus.com>
Date: Mon Feb 18 21:05:22 2013 +0900
Fixing pkg-config files for libebook & libedata-book
This part was missed while the libebook / libebook-contacts library
splitup was done manually.
diff --git a/addressbook/libebook/libebook.pc.in b/addressbook/libebook/libebook.pc.in
index 993870b..293cdc0 100644
--- a/addressbook/libebook/libebook.pc.in
+++ b/addressbook/libebook/libebook.pc.in
@@ -10,7 +10,7 @@ privincludedir=@privincludedir@
Name: libebook
Description: Client library for evolution address books
Version: @VERSION@
-Requires: libedataserver-1.2
+Requires: libedataserver-1.2 libebook-contacts-1.2 libedata-book-1.2
Requires.private: camel-1.2
Libs: -L${libdir} -lebook-1.2
Cflags: -I${privincludedir}
diff --git a/addressbook/libedata-book/libedata-book.pc.in b/addressbook/libedata-book/libedata-book.pc.in
index 0a1aa9a..b1f871b 100644
--- a/addressbook/libedata-book/libedata-book.pc.in
+++ b/addressbook/libedata-book/libedata-book.pc.in
@@ -14,6 +14,6 @@ backenddir=@ebook_backenddir@
Name: libedatabook
Description: Backend library for evolution address books
Version: @VERSION@
-Requires: libebackend-1.2 libebook-1.2
+Requires: libebackend-1.2 libebook-contacts-1.2
Libs: -L${libdir} -ledata-book-1.2
Cflags: -I${privincludedir}

View File

@ -27,7 +27,7 @@
Name: evolution-data-server Name: evolution-data-server
Version: 3.7.90 Version: 3.7.90
Release: 1%{?dist} Release: 2%{?dist}
Group: System Environment/Libraries Group: System Environment/Libraries
Summary: Backend data server for Evolution Summary: Backend data server for Evolution
License: LGPLv2+ License: LGPLv2+
@ -43,6 +43,8 @@ Obsoletes: evolution-webcal < 2.24.0
# RH bug #243296 # RH bug #243296
Patch01: evolution-data-server-1.11.5-fix-64bit-acinclude.patch Patch01: evolution-data-server-1.11.5-fix-64bit-acinclude.patch
Patch02: evolution-data-server-3.7.90-pc-files-fix.patch
### Build Dependencies ### ### Build Dependencies ###
BuildRequires: libdb-devel BuildRequires: libdb-devel
@ -118,6 +120,7 @@ This package contains developer documentation for %{name}.
%setup -q %setup -q
%patch01 -p1 -b .fix-64bit-acinclude %patch01 -p1 -b .fix-64bit-acinclude
%patch02 -p1 -b .pc-files-fix
mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib mkdir -p krb5-fakeprefix/lib
@ -365,6 +368,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
%{_datadir}/gtk-doc/html/libedataserver %{_datadir}/gtk-doc/html/libedataserver
%changelog %changelog
* Mon Feb 18 2013 Milan Crha <mcrha@redhat.com> - 3.7.90-2
- Add an upstream .pc files fix for a libebook split
* Mon Feb 18 2013 Milan Crha <mcrha@redhat.com> - 3.7.90-1 * Mon Feb 18 2013 Milan Crha <mcrha@redhat.com> - 3.7.90-1
- Update to 3.7.90 - Update to 3.7.90