rpms/taglib-sharp/devel import.log, NONE, 1.1 taglib-sharp-2.0.3.2-libdir.patch, 1.1, 1.2 taglib-sharp.spec, 1.6, 1.7 add_extensions_mimetypes_thorough_mpeg_checking.patch, 1.1, NONE taglib-sharp-2.0.3.0-docsfix.patch, 1.1, NONE taglib-sharp-2.0.3.0-fix-xml.patch, 1.1, NONE taglib-sharp-2.0.3.0-noInjectMenuItem.patch, 1.1, NONE

David Nielsen dnielsen at fedoraproject.org
Wed Feb 25 16:58:11 UTC 2009


Author: dnielsen

Update of /cvs/pkgs/rpms/taglib-sharp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26517/devel

Modified Files:
	taglib-sharp-2.0.3.2-libdir.patch taglib-sharp.spec 
Added Files:
	import.log 
Removed Files:
	add_extensions_mimetypes_thorough_mpeg_checking.patch 
	taglib-sharp-2.0.3.0-docsfix.patch 
	taglib-sharp-2.0.3.0-fix-xml.patch 
	taglib-sharp-2.0.3.0-noInjectMenuItem.patch 
Log Message:
hit pkgconfig with the sed hammer



--- NEW FILE import.log ---
taglib-sharp-2_0_3_2-2_fc11:HEAD:taglib-sharp-2.0.3.2-2.fc11.src.rpm:1235581010

taglib-sharp-2.0.3.2-libdir.patch:

Index: taglib-sharp-2.0.3.2-libdir.patch
===================================================================
RCS file: /cvs/pkgs/rpms/taglib-sharp/devel/taglib-sharp-2.0.3.2-libdir.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- taglib-sharp-2.0.3.2-libdir.patch	25 Feb 2009 14:58:05 -0000	1.1
+++ taglib-sharp-2.0.3.2-libdir.patch	25 Feb 2009 16:57:40 -0000	1.2
@@ -1,6 +1,6 @@
-diff -uarN taglib-sharp-2.0.3.2.oirg/Makefile.in taglib-sharp-2.0.3.2/Makefile.in
---- taglib-sharp-2.0.3.2.oirg/Makefile.in	2009-02-24 12:39:05.686386259 +0100
-+++ taglib-sharp-2.0.3.2/Makefile.in	2009-02-24 13:30:48.634633298 +0100
+diff -uraN taglib-sharp-2.0.3.2.orig/Makefile.in taglib-sharp-2.0.3.2/Makefile.in
+--- taglib-sharp-2.0.3.2.orig/Makefile.in	2009-02-24 12:39:05.686386259 +0100
++++ taglib-sharp-2.0.3.2/Makefile.in	2009-02-25 17:37:13.883309014 +0100
 @@ -176,7 +176,7 @@
     tests
  
@@ -10,15 +10,3 @@
  pkgconfig_DATA = $(pkgconfig_in_files:.pc.in=.pc)
  EXTRA_DIST = \
     $(pkgconfig_in_files) \
-diff -uarN taglib-sharp-2.0.3.2.oirg/taglib-sharp.pc.in taglib-sharp-2.0.3.2/taglib-sharp.pc.in
---- taglib-sharp-2.0.3.2.oirg/taglib-sharp.pc.in	2009-02-24 12:39:06.270661524 +0100
-+++ taglib-sharp-2.0.3.2/taglib-sharp.pc.in	2009-02-24 13:32:07.281382661 +0100
-@@ -1,7 +1,6 @@
- prefix=@prefix@
- exec_prefix=${prefix}
--libdir=${exec_prefix}/lib
--                                                                                
-+							
- Name: TagLib Sharp
- Description: A library for reading and writing tags to audio files.
- Version: @VERSION@


Index: taglib-sharp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/taglib-sharp/devel/taglib-sharp.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- taglib-sharp.spec	25 Feb 2009 14:56:44 -0000	1.6
+++ taglib-sharp.spec	25 Feb 2009 16:57:40 -0000	1.7
@@ -2,7 +2,7 @@
 
 Name:    taglib-sharp
 Version: 2.0.3.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Provides tag reading and writing for Banshee and other Mono apps
 
 Group:   System Environment/Libraries
@@ -49,6 +49,9 @@
 %{__rm} -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 
+# Fix the .pc file to handle 64bit
+sed -i 's|${exec_prefix}/lib|%{_libdir}|g' $RPM_BUILD_ROOT%{_libdir}/pkgconfig/taglib-sharp.pc
+
 %clean
 %{__rm} -rf $RPM_BUILD_ROOT
 
@@ -64,6 +67,9 @@
 %{_libdir}/pkgconfig/taglib-sharp.pc
 
 %changelog
+* Wed Feb 25 2009 David Nielsen <dnielsen at fedoraproject.org> - 2.0.3.2-2
+- fix pkgconfig file
+
 * Tue Feb 24 2009 David Nielsen <dnielsen at fedoraproject.org> - 2.0.3.2-1
 - Update to 2.0.3.2
 - The Banshee project has now taking over upstream responsibilities


--- add_extensions_mimetypes_thorough_mpeg_checking.patch DELETED ---


--- taglib-sharp-2.0.3.0-docsfix.patch DELETED ---


--- taglib-sharp-2.0.3.0-fix-xml.patch DELETED ---


--- taglib-sharp-2.0.3.0-noInjectMenuItem.patch DELETED ---




More information about the fedora-extras-commits mailing list