]> git.pld-linux.org Git - packages/rpm.git/commitdiff
Fix typo in gstreamer.in and pass __GST_INSPECT to configure
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 26 Sep 2012 07:24:19 +0000 (09:24 +0200)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 26 Sep 2012 07:24:19 +0000 (09:24 +0200)
(ready for gstreamer 1.x)

rpm-gst-inspect-typo.patch [new file with mode: 0644]
rpm.spec

diff --git a/rpm-gst-inspect-typo.patch b/rpm-gst-inspect-typo.patch
new file mode 100644 (file)
index 0000000..74d32fc
--- /dev/null
@@ -0,0 +1,11 @@
+--- rpm-5.4.10/macros/gstreamer.in.gst 2012-09-26 08:59:44.842368772 +0200
++++ rpm-5.4.10/macros/gstreamer.in     2012-09-26 08:59:48.542348566 +0200
+@@ -2,7 +2,7 @@
+ # To make use of these macros insert the following line into your spec file:
+ # %{load:%{_usrlibrpm}/macros.d/gstreamer}
+-%__gst_inspect                @__GST_INSPECT
++%__gst_inspect                @__GST_INSPECT@
+ # Path to scripts to autogenerate gstreamer package dependencies,
+ #
index 81ddcaf345e0b2f6a18204d845295575b79a46f8..7f18ab293b0c735036a1300b66d479ff49b5eed6 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -138,6 +138,7 @@ Patch47:    %{name}-query-file-always-noisy.patch
 Patch48:       %{name}-verify-ghosts-broken-logic.patch
 Patch49:       %{name}-python-enable-compat-RPMSENSE.patch
 Patch50:       %{name}-dont-treat-gstreamer-modules-as-font.patch
+Patch51:       %{name}-gst-inspect-typo.patch
 
 # Patches imported from Mandriva
 
@@ -814,6 +815,7 @@ Dokumentacja API RPM-a oraz przewodniki w formacie HTML generowane ze
 %patch48 -p1
 %patch49 -p1
 %patch50 -p1
+%patch51 -p1
 
 %patch1000 -p1
 %patch1001 -p1
@@ -891,6 +893,7 @@ sed -i \
        CXX="%{__newcxx}" \
        CPP="%{__newcpp}" \
        WITH_PERL_VERSION=no \
+       __GST_INSPECT=%{_bindir}/gst-inspect-1.0 \
        --enable-shared \
        --enable-static \
        %{!?with_apidocs:--without-apidocs} \
This page took 0.065522 seconds and 4 git commands to generate.