[gstreamer] Add patch to use correct fsf address. Move rpm provides files to make spec more readable.

Brian Pepple bpepple at fedoraproject.org
Fri Jul 13 13:40:44 UTC 2012


commit 2f1c4f0ce03b8c547d881617090596254526f5df
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Tue Jul 10 09:36:57 2012 -0400

    Add patch to use correct fsf address.
    Move rpm provides files to make spec more readable.

 gstreamer.spec |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/gstreamer.spec b/gstreamer.spec
index 36e16df..2d9a9ae 100644
--- a/gstreamer.spec
+++ b/gstreamer.spec
@@ -13,8 +13,13 @@ Summary:        A streaming media framework run-time
 Group:          Applications/Multimedia
 License:        LGPLv2+
 URL:            http://gstreamer.freedesktop.org/
-#Source:         http://gstreamer.freedesktop.org/src/gstreamer/pre/gstreamer-%{version}.tar.xz
 Source:         http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-%{version}.tar.xz
+Patch2:         gstreamer-address.patch
+
+# For the GStreamer RPM provides
+Patch1:         gstreamer-inspect-rpm-format.patch
+Source1:        gstreamer.prov
+Source2:        gstreamer.attr
 
 Requires:       gstreamer-tools >= %{version}
 
@@ -34,11 +39,6 @@ BuildRequires:  libtool
 # because AM_PROG_LIBTOOL was used in configure.ac
 BuildRequires:  gcc-c++
 
-# For the GStreamer RPM provides
-Patch1:         gstreamer-inspect-rpm-format.patch
-Source1:        gstreamer.prov
-Source2:        gstreamer.attr
-
 ### documentation requirements
 BuildRequires:  python2
 BuildRequires:  openjade
@@ -117,6 +117,7 @@ with different major/minor versions of GStreamer.
 %setup -q
 ## Disable for now until I get a chance to rebase it.
 #%patch1 -p1 -b .rpm-provides
+%patch2 -p1 -b .address
 
 %build
 %configure \


More information about the scm-commits mailing list