rpms/gupnp/F-13 gupnp-fixdso.patch,NONE,1.1 gupnp.spec,1.29,1.30

Peter Robinson pbrobinson at fedoraproject.org
Mon Mar 1 12:05:00 UTC 2010


Author: pbrobinson

Update of /cvs/pkgs/rpms/gupnp/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20112

Modified Files:
	gupnp.spec 
Added Files:
	gupnp-fixdso.patch 
Log Message:
- Add patch to fix DSO linking. Fixes bug 564855

gupnp-fixdso.patch:
 examples/Makefile.in |    2 +-
 tests/Makefile.in    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE gupnp-fixdso.patch ---
--- gupnp-0.13.2/examples/Makefile.in.orig	2010-03-01 11:25:26.000000000 +0000
+++ gupnp-0.13.2/examples/Makefile.in	2010-03-01 11:25:46.000000000 +0000
@@ -132,7 +132,7 @@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 LD = @LD@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -lgssdp-1.0 -lgobject-2.0
 LIBCONIC_CFLAGS = @LIBCONIC_CFLAGS@
 LIBCONIC_LIBS = @LIBCONIC_LIBS@
 LIBGUPNP_CFLAGS = @LIBGUPNP_CFLAGS@
--- gupnp-0.13.2/tests/Makefile.in.orig	2010-03-01 11:42:14.000000000 +0000
+++ gupnp-0.13.2/tests/Makefile.in	2010-03-01 11:42:55.000000000 +0000
@@ -141,7 +141,7 @@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 LD = @LD@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -lgssdp-1.0 -lgobject-2.0
 LIBCONIC_CFLAGS = @LIBCONIC_CFLAGS@
 LIBCONIC_LIBS = @LIBCONIC_LIBS@
 LIBGUPNP_CFLAGS = @LIBGUPNP_CFLAGS@


Index: gupnp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gupnp/F-13/gupnp.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- gupnp.spec	4 Dec 2009 18:45:09 -0000	1.29
+++ gupnp.spec	1 Mar 2010 12:05:00 -0000	1.30
@@ -1,13 +1,14 @@
-Name:           gupnp
-Version:        0.13.2
-Release:        1%{?dist}
-Summary:        A framework for creating UPnP devices & control points
-
-Group:          System Environment/Libraries
-License:        LGPLv2+
-URL:            http://www.gupnp.org/
-Source0:        http://www.gupnp.org/sources/%{name}/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Name:          gupnp
+Version:       0.13.2
+Release:       2%{?dist}
+Summary:       A framework for creating UPnP devices & control points
+
+Group:         System Environment/Libraries
+License:       LGPLv2+
+URL:           http://www.gupnp.org/
+Source0:       http://www.gupnp.org/sources/%{name}/%{name}-%{version}.tar.gz
+BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0:        gupnp-fixdso.patch
 
 BuildRequires: gssdp-devel
 BuildRequires: glib2-devel
@@ -49,6 +50,7 @@ This package contains developer document
 
 %prep
 %setup -q
+%patch0 -p1 -b .fixdso
 
 %build
 %configure --disable-static
@@ -85,6 +87,9 @@ rm -rf %{buildroot}
 %doc %{_datadir}/gtk-doc/html/%{name}
 
 %changelog
+* Mon Mar  1 2010 Peter Robinson <pbrobinson at gmail.com> 0.13.2-2
+- Add patch to fix DSO linking. Fixes bug 564855
+
 * Fri Dec  4 2009 Peter Robinson <pbrobinson at gmail.com> 0.13.2-1
 - Update to 0.13.2
 



More information about the scm-commits mailing list