pkgconfig and -devel fixes
This commit is contained in:
parent
16e5a24d1b
commit
a7e652b5ec
@ -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
|
||||
|
@ -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 <ivazquez@ivazquez.net> 0.12.2-7
|
||||
- pkgconfig and -devel fixes
|
||||
|
||||
* Wed Mar 23 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 0.12.2-6
|
||||
- Fix build on x86_64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user