- Update to 0.7.2
This commit is contained in:
parent
8d70f26f6d
commit
b7d945d6d5
@ -1 +1 @@
|
|||||||
gssdp-0.7.1.tar.gz
|
gssdp-0.7.2.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
--- gssdp-0.7.1/tests/Makefile.in.orig 2010-02-15 08:23:49.000000000 +0000
|
--- gssdp-0.7.2/tests/Makefile.in.orig 2010-04-09 13:55:16.000000000 +0100
|
||||||
+++ gssdp-0.7.1/tests/Makefile.in 2010-02-15 08:24:10.000000000 +0000
|
+++ gssdp-0.7.2/tests/Makefile.in 2010-04-09 18:07:19.357276589 +0100
|
||||||
@@ -104,7 +104,7 @@
|
@@ -129,7 +129,7 @@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
|
||||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
|
||||||
LD = @LD@
|
LD = @LD@
|
||||||
-LDFLAGS = @LDFLAGS@
|
-LDFLAGS = @LDFLAGS@
|
||||||
+LDFLAGS = @LDFLAGS@ -lgobject-2.0 -lglib-2.0
|
+LDFLAGS = @LDFLAGS@ -lgobject-2.0 -lglib-2.0
|
||||||
|
24
gssdp.spec
24
gssdp.spec
@ -1,6 +1,6 @@
|
|||||||
Name: gssdp
|
Name: gssdp
|
||||||
Version: 0.7.1
|
Version: 0.7.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Resource discovery and announcement over SSDP
|
Summary: Resource discovery and announcement over SSDP
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -10,15 +10,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
Source0: http://www.gupnp.org/sources/gssdp/%{name}-%{version}.tar.gz
|
Source0: http://www.gupnp.org/sources/gssdp/%{name}-%{version}.tar.gz
|
||||||
Patch0: gssdp-fixdso.patch
|
Patch0: gssdp-fixdso.patch
|
||||||
|
|
||||||
BuildRequires: pkgconfig
|
|
||||||
BuildRequires: libsoup-devel >= 2.4
|
|
||||||
BuildRequires: dbus-glib-devel
|
BuildRequires: dbus-glib-devel
|
||||||
BuildRequires: glib2-devel >= 2.18
|
|
||||||
BuildRequires: libxml2-devel
|
|
||||||
BuildRequires: GConf2-devel
|
BuildRequires: GConf2-devel
|
||||||
|
BuildRequires: glib2-devel >= 2.18
|
||||||
|
#BuildRequires: gobject-introspection-devel
|
||||||
|
#BuildRequires: gir-repository-devel
|
||||||
BuildRequires: gtk2-devel
|
BuildRequires: gtk2-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
|
BuildRequires: libsoup-devel >= 2.4
|
||||||
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: NetworkManager-devel
|
BuildRequires: NetworkManager-devel
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
|
||||||
Requires: dbus
|
Requires: dbus
|
||||||
|
|
||||||
@ -55,6 +57,11 @@ This package contains developer documentation for %{name}.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%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
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -78,18 +85,23 @@ rm -rf %{buildroot}
|
|||||||
%{_bindir}/gssdp-device-sniffer
|
%{_bindir}/gssdp-device-sniffer
|
||||||
%{_libdir}/libgssdp-1.0.so.*
|
%{_libdir}/libgssdp-1.0.so.*
|
||||||
%{_datadir}/gssdp/gssdp-device-sniffer.ui
|
%{_datadir}/gssdp/gssdp-device-sniffer.ui
|
||||||
|
#%{_libdir}/girepository-1.0/GSSDP-1.0.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/libgssdp-1.0.so
|
%{_libdir}/libgssdp-1.0.so
|
||||||
%{_libdir}/pkgconfig/gssdp-1.0.pc
|
%{_libdir}/pkgconfig/gssdp-1.0.pc
|
||||||
%{_includedir}/gssdp-1.0
|
%{_includedir}/gssdp-1.0
|
||||||
|
#%{_datadir}/gir-1.0/GSSDP-1.0.gir
|
||||||
|
|
||||||
%files docs
|
%files docs
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_datadir}/gtk-doc/html/%{name}
|
%{_datadir}/gtk-doc/html/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 9 2010 Peter Robinson <pbrobinson@gmail.com> 0.7.2-1
|
||||||
|
- Update to 0.7.2
|
||||||
|
|
||||||
* Mon Feb 15 2010 Peter Robinson <pbrobinson@gmail.com> 0.7.1-2
|
* Mon Feb 15 2010 Peter Robinson <pbrobinson@gmail.com> 0.7.1-2
|
||||||
- Add patch to fix DSO linking. Fixes bug 564764
|
- Add patch to fix DSO linking. Fixes bug 564764
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user