Accepting request 75757 from GNOME:Factory
Pushing G:F, including GNOME 3.1.3 OBS-URL: https://build.opensuse.org/request/show/75757 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gssdp?expand=0&rev=15
This commit is contained in:
commit
67655f7752
13
_service
13
_service
@ -1,13 +0,0 @@
|
||||
|
||||
<services>
|
||||
<service name="download_url">
|
||||
<param name="protocol">http</param>
|
||||
<param name="host">gupnp.org</param>
|
||||
<param name="path">/sites/all/files/sources/gssdp-0.10.0.tar.gz</param>
|
||||
</service>
|
||||
<service name="recompress">
|
||||
<param name="file">_service:download_url:*.tar.gz</param>
|
||||
<param name="compression">bz2</param>
|
||||
</service>
|
||||
<service name="set_version" />
|
||||
</services>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d43178ffa57e75d85d8f530be248a98f1d5521a5edd7940a1fd30347acea8df9
|
||||
size 300940
|
@ -1,108 +0,0 @@
|
||||
#
|
||||
# spec file for package gssdp
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: gssdp
|
||||
Version: 0.10.0
|
||||
Release: 1
|
||||
Summary: Library for resource discovery and announcement over SSDP
|
||||
License: LGPL v2 or later
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://www.gupnp.org/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
gssdp offers a GObject-based API for handling resource discovery and
|
||||
announcement over SSDP.
|
||||
|
||||
%package utils
|
||||
License: LGPL v2 or later
|
||||
Summary: Utilities for resource discovery and announcement over SSDP
|
||||
Group: Productivity/Networking/Other
|
||||
|
||||
%description utils
|
||||
gssdp offers a GObject-based API for handling resource discovery and
|
||||
announcement over SSDP.
|
||||
|
||||
This package contains a device sniffer.
|
||||
|
||||
%package -n libgssdp-1_0-2
|
||||
License: LGPL v2 or later
|
||||
Summary: Library for resource discovery and announcement over SSDP
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
%description -n libgssdp-1_0-2
|
||||
gssdp offers a GObject-based API for handling resource discovery and
|
||||
announcement over SSDP.
|
||||
|
||||
%package -n libgssdp-devel
|
||||
License: LGPL v2 or later
|
||||
Summary: Library for resource discovery and announcement over SSDP - Development Files
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libgssdp-1_0-2 = %{version}
|
||||
Requires: glib2-devel
|
||||
|
||||
%description -n libgssdp-devel
|
||||
gssdp offers a GObject-based API for handling resource discovery and
|
||||
announcement over SSDP.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
%__make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%post -n libgssdp-1_0-2 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libgssdp-1_0-2 -p /sbin/ldconfig
|
||||
|
||||
%files utils
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/*
|
||||
%{_datadir}/%{name}
|
||||
|
||||
%files -n libgssdp-1_0-2
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/girepository-1.0/GSSDP-1.0.typelib
|
||||
|
||||
%files -n libgssdp-devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/%{name}-1.0
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_datadir}/gir-1.0/GSSDP-1.0.gir
|
||||
%dir %{_datadir}/gtk-doc
|
||||
%dir %{_datadir}/gtk-doc/html
|
||||
%{_datadir}/gtk-doc/html/%{name}
|
||||
|
||||
%changelog
|
3
gssdp-0.11.1.tar.bz2
Normal file
3
gssdp-0.11.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45b9e41f1e94ddf596d92668bccd0a42de07e99bc2d66d6ea7c70a1ea509e7f1
|
||||
size 279400
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 7 13:39:25 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.11.1:
|
||||
+ Fullfill restrictions imposed by UPnP CTT 1.5.
|
||||
+ Initial OpenBSD support.
|
||||
+ Fix a crash on socket creation.
|
||||
+ Implement DLNA guideline 7.2.3.4.
|
||||
+ Copyright header clean-up.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 16:10:18 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.11.0:
|
||||
+ Many fixes to discovery, discoverability and announcement.
|
||||
+ Many introspection improvements such as:
|
||||
- Classes that can throw an error on construction now implement
|
||||
GInitable.
|
||||
- Updated introspection annotations.
|
||||
+ Code cleanup.
|
||||
- Rename the library packages to libgssdp-1_0-3, following the
|
||||
soname change.
|
||||
- Remove source service usage, following the new consensus on
|
||||
Factory packaging.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 29 13:44:55 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
|
18
gssdp.spec
18
gssdp.spec
@ -18,13 +18,13 @@
|
||||
|
||||
|
||||
Name: gssdp
|
||||
Version: 0.8.2
|
||||
Release: 5
|
||||
Version: 0.11.1
|
||||
Release: 1
|
||||
Summary: Library for resource discovery and announcement over SSDP
|
||||
License: LGPL v2 or later
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://www.gupnp.org/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/gssdp/0.11/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk2-devel
|
||||
@ -46,12 +46,12 @@ announcement over SSDP.
|
||||
|
||||
This package contains a device sniffer.
|
||||
|
||||
%package -n libgssdp-1_0-2
|
||||
%package -n libgssdp-1_0-3
|
||||
License: LGPL v2 or later
|
||||
Summary: Library for resource discovery and announcement over SSDP
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
%description -n libgssdp-1_0-2
|
||||
%description -n libgssdp-1_0-3
|
||||
gssdp offers a GObject-based API for handling resource discovery and
|
||||
announcement over SSDP.
|
||||
|
||||
@ -59,7 +59,7 @@ announcement over SSDP.
|
||||
License: LGPL v2 or later
|
||||
Summary: Library for resource discovery and announcement over SSDP - Development Files
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libgssdp-1_0-2 = %{version}
|
||||
Requires: libgssdp-1_0-3 = %{version}
|
||||
Requires: glib2-devel
|
||||
|
||||
%description -n libgssdp-devel
|
||||
@ -80,16 +80,16 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%post -n libgssdp-1_0-2 -p /sbin/ldconfig
|
||||
%post -n libgssdp-1_0-3 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libgssdp-1_0-2 -p /sbin/ldconfig
|
||||
%postun -n libgssdp-1_0-3 -p /sbin/ldconfig
|
||||
|
||||
%files utils
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/*
|
||||
%{_datadir}/%{name}
|
||||
|
||||
%files -n libgssdp-1_0-2
|
||||
%files -n libgssdp-1_0-3
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||
%{_libdir}/*.so.*
|
||||
|
Loading…
x
Reference in New Issue
Block a user