[gstreamer] Revert "Drop fsf-address patch per Packaging Guidelines"

Brian Pepple bpepple at fedoraproject.org
Tue Jul 17 18:06:39 UTC 2012


commit dffeb5e50d2cf396361bd919e014cde2757d2bce
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Tue Jul 17 14:02:15 2012 -0400

    Revert "Drop fsf-address patch per Packaging Guidelines"
    
    This reverts commit ff7cef7bb8f779e048a91d3b54c2282e1885c2c4.

 gstreamer.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gstreamer.spec b/gstreamer.spec
index f3972fa..a42b1fd 100644
--- a/gstreamer.spec
+++ b/gstreamer.spec
@@ -14,10 +14,10 @@ Group:          Applications/Multimedia
 License:        LGPLv2+
 URL:            http://gstreamer.freedesktop.org/
 Source:         http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-%{version}.tar.xz
+Patch2:         gstreamer-address.patch
 
 # For the GStreamer RPM provides
-# TODO: Rewrite inspect rpm format patch for the gst-1.0 api.
-#Patch1:         gstreamer-inspect-rpm-format.patch
+Patch1:         gstreamer-inspect-rpm-format.patch
 Source1:        gstreamer.prov
 Source2:        gstreamer.attr
 
@@ -102,7 +102,9 @@ media framework.
 
 %prep
 %setup -q
+## Disable for now until I get a chance to rebase it.
 #%patch1 -p1 -b .rpm-provides
+%patch2 -p1 -b .address
 
 
 %build
@@ -214,6 +216,7 @@ install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/gstreamer
 - Update to 0.11.92.
 - Drop clean section. No longer needed.
 - Bump minimum version of gobject-introspection and glib2.
+- Disable building static libs.
 - Fix gobject-introspection macro.
 - Drop Buildroot. No longer needed.
 - Drop tools subpackage.


More information about the scm-commits mailing list