rpms/soundtouch/devel .cvsignore, 1.2, 1.3 soundtouch.spec, 1.9, 1.10 sources, 1.2, 1.3

Hans de Goede jwrdegoede at fedoraproject.org
Sat Dec 20 09:20:25 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/soundtouch/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23299

Modified Files:
	.cvsignore soundtouch.spec sources 
Log Message:
* Sat Dec 20 2008 Hans de Goede <hdegoede at redhat.com> 1.3.1-11
- Fix compilation with libtool 2.x



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/soundtouch/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	1 Aug 2006 20:55:06 -0000	1.2
+++ .cvsignore	20 Dec 2008 09:19:55 -0000	1.3
@@ -1 +1,2 @@
+soundtouch-missing-autoxxx-files.tar.gz
 soundtouch-1.3.1.tar.gz


Index: soundtouch.spec
===================================================================
RCS file: /cvs/extras/rpms/soundtouch/devel/soundtouch.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- soundtouch.spec	14 Apr 2008 08:51:31 -0000	1.9
+++ soundtouch.spec	20 Dec 2008 09:19:55 -0000	1.10
@@ -1,11 +1,12 @@
 Name:           soundtouch
 Version:        1.3.1
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Audio Processing library for changing Tempo, Pitch and Playback Rates
 License:        LGPLv2+
 Group:          System Environment/Libraries
 URL:            http://www.surina.net/soundtouch/
 Source0:        %{name}-%{version}.tar.gz
+Source1:        soundtouch-missing-autoxxx-files.tar.gz
 Patch0:         soundtouch-1.3.1-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  gcc-c++ libtool
@@ -33,7 +34,7 @@
 
 
 %prep
-%setup -q
+%setup -q -a 1
 %patch0 -p1
 # set correct version for .so build
 %define ltversion %(echo %{version} | tr '.' ':')
@@ -46,10 +47,6 @@
 sed -i 's|-O3 -msse|$(CFLAGS)|' source/SoundTouch/Makefile.*
 %endif
 sed -i 's|-O3|$(CFLAGS)|' source/example/*/Makefile.*
-# fix compile with automake-1.10
-for i in install-sh depcomp missing config.guess config.sub; do
-  ln -f -s /usr/share/automake-1.10/$i config/$i
-done
 # cleanup a bit
 chmod -x README.html source/SoundTouch/RateTransposer.cpp
 sed -i 's|\r||g' README.html COPYING.TXT source/SoundTouch/RateTransposer.cpp
@@ -107,6 +104,9 @@
 
 
 %changelog
+* Sat Dec 20 2008 Hans de Goede <hdegoede at redhat.com> 1.3.1-11
+- Fix compilation with libtool 2.x
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.3.1-10
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/soundtouch/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	1 Aug 2006 20:55:06 -0000	1.2
+++ sources	20 Dec 2008 09:19:55 -0000	1.3
@@ -1 +1,2 @@
+06e29b338534f3e0409944a41c3567eb  soundtouch-missing-autoxxx-files.tar.gz
 5e0185e81dbba2f2eed8581b7664ab04  soundtouch-1.3.1.tar.gz




More information about the fedora-extras-commits mailing list