From 059b2ed03f930292e241577f7a51ff98ba8737784ae29d39f2fdb87e93ff584f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Sat, 6 Aug 2011 16:40:29 +0000 Subject: [PATCH] Accepting request 78182 from home:msmeissn:branches:multimedia:libs disable quilt usage OBS-URL: https://build.opensuse.org/request/show/78182 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsamplerate?expand=0&rev=12 --- libsamplerate.changes | 5 +++++ libsamplerate.spec | 14 +++++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) 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 66154b5..f838af1 100644 --- a/libsamplerate.spec +++ b/libsamplerate.spec @@ -19,16 +19,16 @@ Name: libsamplerate -BuildRequires: pkgconfig fftw3-devel quilt libsndfile-devel +BuildRequires: fftw3-devel libsndfile-devel pkgconfig Summary: A Sample Rate Converter Library Version: 0.1.7 -Release: 1 +Release: 2 License: GPLv2+ Group: System/Libraries Source: %{name}-%{version}.tar.bz2 Source2: baselibs.conf -Patch0: %{name}-ac.diff -Patch1: libsamplerate_0.1.7-3.diff.gz +Patch0: %{name}-ac.diff +Patch1: libsamplerate_0.1.7-3.diff.gz Url: http://www.mega-nerd.com/SRC/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -83,12 +83,16 @@ 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 %configure --with-pic --disable-static make %{?jobs:-j %jobs} + %check pushd tests make check