[banshee] Drop banshee-noconf.patch

Kalev Lember kalev at fedoraproject.org
Sun Mar 9 11:16:13 UTC 2014


commit 296fcdfe8188ff50865c55bcf4db6d927b78d6a6
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sun Mar 9 09:55:56 2014 +0100

    Drop banshee-noconf.patch
    
    Instead, just pass NOCONFIGURE=1 to autogen.sh.

 banshee-noconf.patch |    8 --------
 banshee.spec         |    7 +------
 2 files changed, 1 insertions(+), 14 deletions(-)
---
diff --git a/banshee.spec b/banshee.spec
index 5f71271..0a51e20 100644
--- a/banshee.spec
+++ b/banshee.spec
@@ -19,9 +19,6 @@ URL:     http://banshee.fm/
 Source0: http://ftp.gnome.org/pub/GNOME/sources/banshee/2.6/banshee-%{version}.tar.xz
 #Source2: %{name}-make-git-snapshot.sh
 
-# for snapshots only: don't run configure at the end of autogen.sh
-Patch0:  %{name}-noconf.patch
-
 Patch2: Initial-port-to-GStreamer-1.0.patch
 Patch3: Remove-build-time-enable-gapless-playback-option.patch
 
@@ -143,15 +140,13 @@ developing applications that use %{name}-musicbrainz.
 %prep
 %setup -q
 #%setup -q -n %{name}-%{gitdate}
-# Snapshots only
-%patch0 -p1 -b .noconf
 %patch2 -p1 -b .gst1
 %patch3 -p1 -b .gapless
 
 %build
 export MONO_SHARED_DIR=%mono_shared
 # Snapshots only
-./autogen.sh
+NOCONFIGURE=1 ./autogen.sh
 
 # Please note that "--disable-ipod" does not actually remove
 # ipod support, it just removes the ipod-sharp library dependency.


More information about the scm-commits mailing list