commit a8d618c81a059ebda0741c8126d6807a041e4f31
Author: Benjamin Otte <company(a)fedoraproject.org>
Date: Thu Feb 11 10:28:53 2010 +0000
- Patch Makefile.in, too and not just Makefile.am
0001-build-link-to-libm-in-examples-that-use-it.patch | 12 ++++++++++++
gstreamer-plugins-base.spec | 5 ++++-
2 files changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/0001-build-link-to-libm-in-examples-that-use-it.patch
b/0001-build-link-to-libm-in-examples-that-use-it.patch
index c7dc30d..4143a2c 100644
--- a/0001-build-link-to-libm-in-examples-that-use-it.patch
+++ b/0001-build-link-to-libm-in-examples-that-use-it.patch
@@ -20,6 +20,18 @@ index feadfd9..792f96c 100644
+ $(GST_LIBS) $(GTK_LIBS) $(LIBM)
AM_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GTK_CFLAGS)
-I$(top_builddir)/gst-libs
+diff --git a/tests/examples/seek/Makefile.in b/tests/examples/seek/Makefile.in
+--- a/tests/examples/seek/Makefile.in
++++ b/tests/examples/seek/Makefile.in
+@@ -400,7 +400,7 @@
+ examples = $(GTK_EXAMPLES) stepping stepping2
+ LDADD = \
+ $(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \
+- $(GST_LIBS) $(GTK_LIBS)
++ $(GST_LIBS) $(GTK_LIBS) $(LIBM)
+
+ AM_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GTK_CFLAGS)
-I$(top_builddir)/gst-libs
+ all: all-am
--
1.6.6
diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec
index a8377e7..961d6c7 100644
--- a/gstreamer-plugins-base.spec
+++ b/gstreamer-plugins-base.spec
@@ -3,7 +3,7 @@
Name: %{gstreamer}-plugins-base
Version: 0.10.26
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: GStreamer streaming media framework base plug-ins
Group: Applications/Multimedia
@@ -245,6 +245,9 @@ GStreamer Base Plugins library development and header files.
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
%changelog
+* Fri Feb 11 2010 Benjamin Otte <otte(a)redhat.com> 0.10.26-3
+- Patch Makefile.in, too and not just Makefile.am
+
* Fri Feb 11 2010 Benjamin Otte <otte(a)redhat.com> 0.10.26-2
- Fix build to conform to new DSO rules