From a7e652b5ecfe33d46c0df0de0e7bd31d53897048 Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Thu, 24 Mar 2005 02:17:47 +0000 Subject: [PATCH] pkgconfig and -devel fixes --- linphone-0.12.2-pkgconfig.patch | 14 ++++++++++++++ linphone.spec | 7 +++++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/linphone-0.12.2-pkgconfig.patch b/linphone-0.12.2-pkgconfig.patch index b6058be..0bb61a9 100644 --- a/linphone-0.12.2-pkgconfig.patch +++ b/linphone-0.12.2-pkgconfig.patch @@ -9,3 +9,17 @@ pkgconfig_DATA = linphone.pc EXTRA_DIST = $(LINPHONE_SOUNDS) \ +--- linphone-0.12.2/share/linphone.pc.in.orig 2005-03-23 21:10:49.392763407 -0500 ++++ linphone-0.12.2/share/linphone.pc.in 2005-03-23 21:11:21.983938389 -0500 +@@ -1,7 +1,7 @@ +-prefix=@prefix@ +-exec_prefix=${prefix} +-libdir=${exec_prefix}/lib +-includedir=${prefix}/include ++prefix=@prefix@ ++exec_prefix=@exec_prefix@ ++libdir=@libdir@ ++includedir=@includedir@ + + + Name: liblinphone diff --git a/linphone.spec b/linphone.spec index 76ed1a6..4d37fbe 100644 --- a/linphone.spec +++ b/linphone.spec @@ -1,6 +1,6 @@ Name: linphone Version: 0.12.2 -Release: 6 +Release: 7 Summary: Phone anywhere in the whole world by using the Internet Group: Applications/Communications @@ -34,7 +34,7 @@ Linphone may work also with other sip phones, but this has not been tested yet. %package devel Summary: Development libraries for linphone Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{version}-%{release} glib2-devel %description devel Libraries required to develop software with linphone @@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/* %changelog +* Wed Mar 23 2005 Ignacio Vazquez-Abrams 0.12.2-7 +- pkgconfig and -devel fixes + * Wed Mar 23 2005 Ignacio Vazquez-Abrams 0.12.2-6 - Fix build on x86_64