rpms/taglib-sharp/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 taglib-sharp.spec, 1.5, 1.6

Tom Callaway spot at fedoraproject.org
Wed Feb 25 14:57:14 UTC 2009


Author: spot

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

Modified Files:
	.cvsignore sources taglib-sharp.spec 
Log Message:
update to 2.0.3.2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/taglib-sharp/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	13 Apr 2008 00:21:56 -0000	1.2
+++ .cvsignore	25 Feb 2009 14:56:44 -0000	1.3
@@ -1 +1 @@
-taglib-sharp-2.0.3.0.tar.gz
+taglib-sharp-2.0.3.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/taglib-sharp/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	13 Apr 2008 00:21:56 -0000	1.2
+++ sources	25 Feb 2009 14:56:44 -0000	1.3
@@ -1 +1 @@
-aa2c344760c8f4d878957fd4600155a5  taglib-sharp-2.0.3.0.tar.gz
+c186acb0436de2e46b0ead9c1a27f20e  taglib-sharp-2.0.3.2.tar.bz2


Index: taglib-sharp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/taglib-sharp/devel/taglib-sharp.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- taglib-sharp.spec	16 Feb 2009 19:42:56 -0000	1.5
+++ taglib-sharp.spec	25 Feb 2009 14:56:44 -0000	1.6
@@ -1,20 +1,15 @@
 %define debug_package %{nil}
 
 Name:    taglib-sharp
-Version: 2.0.3.0
-Release: 8%{?dist}
+Version: 2.0.3.2
+Release: 1%{?dist}
 Summary: Provides tag reading and writing for Banshee and other Mono apps
 
 Group:   System Environment/Libraries
 License: LGPLv2+
-URL:     http://www.taglib-sharp.com
-Source0: http://www.taglib-sharp.com/Download/%{name}-%{version}.tar.gz
-Patch0:  taglib-sharp-2.0.3.0-fix-xml.patch
-Patch1:  taglib-sharp-2.0.3.0-noInjectMenuItem.patch
-Patch2:  taglib-sharp-2.0.3.0-docsfix.patch
-# from: http://banshee-project.org/~gburt/tmp/add_extensions_mimetypes_thorough_mpeg_checking.patch
-# See http://mail.gnome.org/archives/banshee-list/2008-October/msg00221.html
-Patch3:  add_extensions_mimetypes_thorough_mpeg_checking.patch
+URL:     http://download.banshee-project.org/taglib-sharp/
+Source0: http://download.banshee-project.org/taglib-sharp/%{version}/%{name}-%{version}.tar.bz2
+Patch0:  taglib-sharp-2.0.3.2-libdir.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # We only have mono on these arches:
@@ -43,26 +38,17 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .fix-xml
-# the doc install tries to write to a monodoc system file...
-# ... it also thinks it needs to embed DESTDIR in an install path.
-%patch1 -p1 -b .noInjectMenuItem
-%patch2 -p1 -b .docsfix
-%patch3 -p0 -b .mimetypes
+%patch0 -p1 -b .libdir
 
 %build
 # Docs are broken.
 %configure --disable-docs
-# Not smart enough for smp_mflags
-make
+make %{?_smp_mflags}
 
 %install
 %{__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
 
@@ -78,6 +64,12 @@
 %{_libdir}/pkgconfig/taglib-sharp.pc
 
 %changelog
+* 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
+- Remove patches
+- Enable threaded build in accordance to Fedora guidelines
+
 * Mon Feb 16 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 2.0.3.0-8
 - disable doc generation
 




More information about the scm-commits mailing list