[gmyth/f15/master] Fix dso linkage issue (FTBFS bug 564741)

Mamoru Tasaka mtasaka at fedoraproject.org
Thu Mar 24 16:04:23 UTC 2011


commit 7f3258f78c9ab474fb6286eed8481a807952e4c4
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Fri Mar 25 01:03:53 2011 +0900

    Fix dso linkage issue (FTBFS bug 564741)

 gmyth-upnp-0.7.1-fix-dso-linkage.patch |   19 +++++++++++++++++++
 gmyth.spec                             |    7 ++++++-
 2 files changed, 25 insertions(+), 1 deletions(-)
---
diff --git a/gmyth-upnp-0.7.1-fix-dso-linkage.patch b/gmyth-upnp-0.7.1-fix-dso-linkage.patch
new file mode 100644
index 0000000..e8281bc
--- /dev/null
+++ b/gmyth-upnp-0.7.1-fix-dso-linkage.patch
@@ -0,0 +1,19 @@
+--- gmyth-upnp-0.7.1/tests/Makefile.in.dso	2008-03-03 22:45:09.000000000 +0900
++++ gmyth-upnp-0.7.1/tests/Makefile.in	2011-03-25 00:56:06.000000000 +0900
+@@ -184,6 +184,7 @@
+ target_alias = @target_alias@
+ LDADD = \
+ 	$(GLIB_LIBS) \
++	$(GOBJECT_LIBS) \
+ 	$(LIBUPNP_LIBS) \
+ 	$(top_srcdir)/src/.libs/libgmythupnp.la
+ 
+--- gmyth-upnp-0.7.1/tests/Makefile.am.dso	2008-02-27 23:01:34.000000000 +0900
++++ gmyth-upnp-0.7.1/tests/Makefile.am	2011-03-25 00:55:39.000000000 +0900
+@@ -1,5 +1,6 @@
+ LDADD = \
+ 	$(GLIB_LIBS) \
++	$(GOBJECT_LIBS) \
+ 	$(LIBUPNP_LIBS) \
+ 	$(top_srcdir)/src/.libs/libgmythupnp.la
+ 
diff --git a/gmyth.spec b/gmyth.spec
index 2fc5e62..d48db7d 100644
--- a/gmyth.spec
+++ b/gmyth.spec
@@ -3,7 +3,7 @@
 Summary: MythTV remote access libraries
 Name: gmyth
 Version: 0.7.1
-Release: 13%{?dist}.1
+Release: 14%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -12,6 +12,7 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1: http://ftp.debian.org/debian/pool/main/g/gmyth-upnp/gmyth-upnp_%{gmyth_upnp_version}.orig.tar.gz
 Patch1: gmyth-remove-debug.patch
 Patch2: gmyth-upnp-remove-warning.patch
+Patch3: gmyth-upnp-0.7.1-fix-dso-linkage.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 URL: http://gmyth.sf.net
 BuildRequires: mysql-devel curl-devel libxml2-devel glib2-devel libupnp-devel
@@ -39,6 +40,7 @@ GMyth-UPNP libraries.
 tar xvzf %{SOURCE1}
 pushd gmyth-upnp-%{gmyth_upnp_version}
 %patch2 -p0 -b .warning
+%patch3 -p1 -b .dso
 popd
 
 %build
@@ -84,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Wed Mar 25 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 0.7.1-14
+- Fix dso linkage issue (FTBFS bug 564741)
+
 * Wed Mar 23 2011 Dan Horák <dan at danny.cz> - 0.7.1-13.1
 - rebuilt for mysql 5.5.10 (soname bump in libmysqlclient)
 


More information about the scm-commits mailing list