- Rebuild for buildId
- Update license tag for new license guidelines compliance
This commit is contained in:
parent
32bbcafe5d
commit
7aefbea76d
@ -1,8 +1,8 @@
|
||||
Name: soundtouch
|
||||
Version: 1.3.1
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: Audio Processing library for changing Tempo, Pitch and Playback Rates
|
||||
License: LGPL
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://sky.prohosting.com/oparviai/soundtouch/
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
@ -45,7 +45,7 @@ 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; do
|
||||
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
|
||||
@ -105,6 +105,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 22 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1.3.1-8
|
||||
- Rebuild for buildId
|
||||
- Update license tag for new license guidelines compliance
|
||||
|
||||
* Mon Feb 19 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1.3.1-7
|
||||
- Fix building with automake-1.10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user