rpms/gssdp/devel .cvsignore, 1.7, 1.8 gssdp-fixdso.patch, 1.1, 1.2 gssdp.spec, 1.17, 1.18 sources, 1.7, 1.8

Peter Robinson pbrobinson at fedoraproject.org
Fri Apr 9 19:27:27 UTC 2010


Author: pbrobinson

Update of /cvs/pkgs/rpms/gssdp/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14355

Modified Files:
	.cvsignore gssdp-fixdso.patch gssdp.spec sources 
Log Message:
- Update to 0.7.2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gssdp/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	4 Dec 2009 18:42:22 -0000	1.7
+++ .cvsignore	9 Apr 2010 19:27:26 -0000	1.8
@@ -1 +1 @@
-gssdp-0.7.1.tar.gz
+gssdp-0.7.2.tar.gz

gssdp-fixdso.patch:
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: gssdp-fixdso.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gssdp/devel/gssdp-fixdso.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- gssdp-fixdso.patch	15 Feb 2010 08:44:35 -0000	1.1
+++ gssdp-fixdso.patch	9 Apr 2010 19:27:26 -0000	1.2
@@ -1,8 +1,8 @@
---- gssdp-0.7.1/tests/Makefile.in.orig	2010-02-15 08:23:49.000000000 +0000
-+++ gssdp-0.7.1/tests/Makefile.in	2010-02-15 08:24:10.000000000 +0000
-@@ -104,7 +104,7 @@
- INSTALL_SCRIPT = @INSTALL_SCRIPT@
- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+--- gssdp-0.7.2/tests/Makefile.in.orig	2010-04-09 13:55:16.000000000 +0100
++++ gssdp-0.7.2/tests/Makefile.in	2010-04-09 18:07:19.357276589 +0100
+@@ -129,7 +129,7 @@
+ INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
+ INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
  LD = @LD@
 -LDFLAGS = @LDFLAGS@
 +LDFLAGS = @LDFLAGS@ -lgobject-2.0 -lglib-2.0


Index: gssdp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gssdp/devel/gssdp.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- gssdp.spec	15 Feb 2010 08:44:35 -0000	1.17
+++ gssdp.spec	9 Apr 2010 19:27:26 -0000	1.18
@@ -1,6 +1,6 @@
 Name:          gssdp
-Version:       0.7.1
-Release:       2%{?dist}
+Version:       0.7.2
+Release:       1%{?dist}
 Summary:       Resource discovery and announcement over SSDP
 
 Group:         System Environment/Libraries
@@ -10,15 +10,17 @@ BuildRoot:     %{_tmppath}/%{name}-%{ver
 Source0:       http://www.gupnp.org/sources/gssdp/%{name}-%{version}.tar.gz
 Patch0:        gssdp-fixdso.patch
 
-BuildRequires: pkgconfig
-BuildRequires: libsoup-devel >= 2.4
 BuildRequires: dbus-glib-devel
-BuildRequires: glib2-devel >= 2.18
-BuildRequires: libxml2-devel
 BuildRequires: GConf2-devel
+BuildRequires: glib2-devel >= 2.18
+#BuildRequires: gobject-introspection-devel
+#BuildRequires: gir-repository-devel
 BuildRequires: gtk2-devel
 BuildRequires: gtk-doc
+BuildRequires: libsoup-devel >= 2.4
+BuildRequires: libxml2-devel
 BuildRequires: NetworkManager-devel
+BuildRequires: pkgconfig
 
 Requires: dbus
 
@@ -55,6 +57,11 @@ This package contains developer document
 
 %build
 %configure --disable-static
+
+# Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+
 make %{?_smp_mflags} V=1
 
 %install
@@ -78,18 +85,23 @@ rm -rf %{buildroot}
 %{_bindir}/gssdp-device-sniffer
 %{_libdir}/libgssdp-1.0.so.*
 %{_datadir}/gssdp/gssdp-device-sniffer.ui
+#%{_libdir}/girepository-1.0/GSSDP-1.0.typelib
 
 %files devel
 %defattr(-,root,root,-)
 %{_libdir}/libgssdp-1.0.so
 %{_libdir}/pkgconfig/gssdp-1.0.pc
 %{_includedir}/gssdp-1.0
+#%{_datadir}/gir-1.0/GSSDP-1.0.gir
 
 %files docs
 %defattr(-,root,root,-)
 %{_datadir}/gtk-doc/html/%{name}
 
 %changelog
+* Fri Apr  9 2010 Peter Robinson <pbrobinson at gmail.com> 0.7.2-1
+- Update to 0.7.2
+
 * Mon Feb 15 2010 Peter Robinson <pbrobinson at gmail.com> 0.7.1-2
 - Add patch to fix DSO linking. Fixes bug 564764
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gssdp/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	4 Dec 2009 18:42:22 -0000	1.7
+++ sources	9 Apr 2010 19:27:26 -0000	1.8
@@ -1 +1 @@
-725c32e8f92a072cc34f0e091937df2a  gssdp-0.7.1.tar.gz
+4e03a1320294aaab2c514d01401b031a  gssdp-0.7.2.tar.gz



More information about the scm-commits mailing list