rpms/opencore-amr/devel opencore-amr-0.1.3-fix_pc.patch, NONE, 1.1 opencore-amr.spec, 1.5, 1.6

Nicolas Chauvet kwizart at rpmfusion.org
Fri May 18 13:10:39 CEST 2012


Author: kwizart

Update of /cvs/free/rpms/opencore-amr/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1586/devel

Modified Files:
	opencore-amr.spec 
Added Files:
	opencore-amr-0.1.3-fix_pc.patch 
Log Message:
Fix opencore-amr pkgconfig include


opencore-amr-0.1.3-fix_pc.patch:
 amrnb/opencore-amrnb.pc.in |    2 +-
 amrwb/opencore-amrwb.pc.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE opencore-amr-0.1.3-fix_pc.patch ---
diff -up opencore-amr-0.1.3/amrnb/opencore-amrnb.pc.in.fix opencore-amr-0.1.3/amrnb/opencore-amrnb.pc.in
--- opencore-amr-0.1.3/amrnb/opencore-amrnb.pc.in.fix	2011-04-06 22:30:37.000000000 +0200
+++ opencore-amr-0.1.3/amrnb/opencore-amrnb.pc.in	2012-05-18 13:05:36.469324787 +0200
@@ -7,4 +7,4 @@ Name: OpenCORE AMR-NB
 Description: Adaptive Multi-Rate speech codec library
 Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -lopencore-amrnb
-Cflags: -I${includedir}
+Cflags: -I${includedir}/opencore-amrnb
diff -up opencore-amr-0.1.3/amrwb/opencore-amrwb.pc.in.fix opencore-amr-0.1.3/amrwb/opencore-amrwb.pc.in
--- opencore-amr-0.1.3/amrwb/opencore-amrwb.pc.in.fix	2011-04-06 22:30:37.000000000 +0200
+++ opencore-amr-0.1.3/amrwb/opencore-amrwb.pc.in	2012-05-18 13:06:01.901435760 +0200
@@ -7,4 +7,4 @@ Name: OpenCORE AMR-WB
 Description: Adaptive Multi-Rate Wideband speech codec library
 Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -lopencore-amrwb
-Cflags: -I${includedir}
+Cflags: -I${includedir}/opencore-amrwb


Index: opencore-amr.spec
===================================================================
RCS file: /cvs/free/rpms/opencore-amr/devel/opencore-amr.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- opencore-amr.spec	13 May 2012 22:48:05 -0000	1.5
+++ opencore-amr.spec	18 May 2012 11:10:39 -0000	1.6
@@ -1,11 +1,12 @@
 Name:           opencore-amr
 Version:        0.1.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        OpenCORE Adaptive Multi Rate Narrowband and Wideband speech lib
 Group:          System Environment/Libraries
 License:        ASL 2.0
 URL:            http://sourceforge.net/projects/opencore-amr/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Patch0:         opencore-amr-0.1.3-fix_pc.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -25,6 +26,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .fix
 mv opencore/README opencore/README.opencore
 
 
@@ -60,6 +62,9 @@
 %{_libdir}/pkgconfig/opencore-amr??.pc
 
 %changelog
+* Fri May 18 2012 Nicolas Chauvet <kwizart at gmail.com> - 0.1.3-2
+- Fix pkgconfig include
+
 * Sun May 13 2012 Nicolas Chauvet <kwizart at gmail.com> - 0.1.3-1
 - Update to 0.1.3
 


More information about the rpmfusion-commits mailing list