rpms/rubberband/F-13 .cvsignore, 1.3, 1.4 rubberband.spec, 1.6, 1.7 sources, 1.3, 1.4

Michel Alexandre Salim salimma at fedoraproject.org
Sat Jun 12 11:41:53 UTC 2010


Author: salimma

Update of /cvs/pkgs/rpms/rubberband/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18223/F-13

Modified Files:
	.cvsignore rubberband.spec sources 
Log Message:
rubberband-1.5.0 for F-12 and F-13
update spec to point to correct source URL



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubberband/F-13/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	17 Jul 2008 23:44:13 -0000	1.3
+++ .cvsignore	12 Jun 2010 11:41:52 -0000	1.4
@@ -1 +1 @@
-rubberband-1.2.tar.bz2
+rubberband-1.5.0.tar.bz2


Index: rubberband.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubberband/F-13/rubberband.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- rubberband.spec	27 Jul 2009 03:19:44 -0000	1.6
+++ rubberband.spec	12 Jun 2010 11:41:53 -0000	1.7
@@ -1,15 +1,14 @@
 Name:           rubberband
-Version:        1.2
-Release:        5%{?dist}
+Version:        1.5.0
+Release:        1%{?dist}
 Summary:        Audio time-stretching and pitch-shifting library
 
 Group:          System Environment/Libraries
 License:        GPLv2+
 URL:            http://www.breakfastquay.com/rubberband/
-Source0:        http://www.breakfastquay.com/rubberband/files/rubberband-%{version}.tar.bz2
-Patch0:         rubberband-1.2-gcc43.patch
-Patch1:         rubberband-1.2-gcc44.patch
-Patch2:         rubberband-1.2-mk.patch
+Source0:        http://code.breakfastquay.com/attachments/download/1/rubberband-1.5.0.tar.bz2
+Patch0:         rubberband-1.5.0-gcc44.patch
+Patch1:         rubberband-1.5.0-mk.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  fftw-devel libsamplerate-devel libsndfile-devel
@@ -34,9 +33,8 @@ developing applications that use %{name}
 
 %prep
 %setup -q
-%patch0 -p1 -b .gcc43
-%patch1 -p1 -b .gcc44
-%patch2 -p1 -b .mk
+%patch0 -p1 -b .gcc44
+%patch1 -p1 -b .mk
 
 
 %build
@@ -48,7 +46,7 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
-
+rm -rf $RPM_BUILD_ROOT%{_libdir}/*.a
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -61,7 +59,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING README
+%doc COPYING README.txt
 %{_bindir}/rubberband
 %{_libdir}/*.so.*
 %{_libdir}/ladspa/ladspa-rubberband.*
@@ -72,12 +70,15 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc
 %{_includedir}/*
-%{_libdir}/*.a
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/rubberband.pc
 
 
 %changelog
+* Wed Jun  2 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 1.5.0-1
+- update to 1.5.0
+- disable static libs
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubberband/F-13/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	17 Jul 2008 23:44:13 -0000	1.3
+++ sources	12 Jun 2010 11:41:53 -0000	1.4
@@ -1 +1 @@
-9092a73906fd56c3e733fd955b802736  rubberband-1.2.tar.bz2
+c5f288d644fcd46bd159e187bcc33f25  rubberband-1.5.0.tar.bz2



More information about the scm-commits mailing list