From 7aefbea76d41fd5c1a197c7d8d332fc73ae19087 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Wed, 22 Aug 2007 13:16:48 +0000 Subject: [PATCH] - Rebuild for buildId - Update license tag for new license guidelines compliance --- soundtouch.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/soundtouch.spec b/soundtouch.spec index dc37729..39bc6e4 100644 --- a/soundtouch.spec +++ b/soundtouch.spec @@ -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 1.3.1-8 +- Rebuild for buildId +- Update license tag for new license guidelines compliance + * Mon Feb 19 2007 Hans de Goede 1.3.1-7 - Fix building with automake-1.10