diff --git a/libsamplerate.changes b/libsamplerate.changes index 5b85202..fd2b5cb 100644 --- a/libsamplerate.changes +++ b/libsamplerate.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Aug 6 17:47:41 CEST 2011 - meissner@suse.de + +- disable quilt usage, as it extends the build chain quite some + ------------------------------------------------------------------- Wed Dec 8 16:23:18 UTC 2010 - cristian.rodriguez@opensuse.org diff --git a/libsamplerate.spec b/libsamplerate.spec index a5c55ba..f838af1 100644 --- a/libsamplerate.spec +++ b/libsamplerate.spec @@ -19,7 +19,7 @@ Name: libsamplerate -BuildRequires: fftw3-devel libsndfile-devel pkgconfig quilt +BuildRequires: fftw3-devel libsndfile-devel pkgconfig Summary: A Sample Rate Converter Library Version: 0.1.7 Release: 2 @@ -83,7 +83,10 @@ Authors: %setup -q %patch0 %patch1 -p1 -QUILT_PATCHES=debian/patches quilt push -a +for i in debian/patches/*diff ; do + patch -p1 <$i +done +find . -name "*.orig"|xargs rm %build autoreconf --force --install