2009-07-08 04:36:51 +02:00
|
|
|
#
|
2011-05-03 09:14:50 +02:00
|
|
|
# spec file for package gssdp
|
2009-07-08 04:36:51 +02:00
|
|
|
#
|
2016-01-05 18:59:43 +01:00
|
|
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
2009-07-08 04:36:51 +02:00
|
|
|
#
|
|
|
|
# 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/
|
|
|
|
#
|
|
|
|
|
2012-09-07 17:24:29 +02:00
|
|
|
|
2009-07-08 04:36:51 +02:00
|
|
|
Name: gssdp
|
2016-01-05 18:59:43 +01:00
|
|
|
Version: 0.14.13
|
2011-12-21 05:30:26 +01:00
|
|
|
Release: 0
|
2009-07-08 04:36:51 +02:00
|
|
|
Summary: Library for resource discovery and announcement over SSDP
|
2011-12-12 17:04:06 +01:00
|
|
|
License: LGPL-2.0+
|
2009-07-08 04:36:51 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Url: http://www.gupnp.org/
|
2013-03-13 23:52:27 +01:00
|
|
|
Source: http://download.gnome.org/sources/gssdp/0.14/%{name}-%{version}.tar.xz
|
2014-10-17 09:20:27 +02:00
|
|
|
Source1: baselibs.conf
|
2013-03-13 23:52:27 +01:00
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.32
|
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
2013-05-28 18:04:48 +02:00
|
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0
|
2013-03-13 23:52:27 +01:00
|
|
|
BuildRequires: pkgconfig(libsoup-2.4) >= 2.26.1
|
|
|
|
BuildRequires: pkgconfig(vapigen)
|
2009-07-08 04:36:51 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
gssdp offers a GObject-based API for handling resource discovery and
|
|
|
|
announcement over SSDP.
|
|
|
|
|
|
|
|
%package utils
|
|
|
|
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.
|
|
|
|
|
2011-06-16 19:46:30 +02:00
|
|
|
%package -n libgssdp-1_0-3
|
2009-07-08 04:36:51 +02:00
|
|
|
Summary: Library for resource discovery and announcement over SSDP
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
|
2011-06-16 19:46:30 +02:00
|
|
|
%description -n libgssdp-1_0-3
|
2009-07-08 04:36:51 +02:00
|
|
|
gssdp offers a GObject-based API for handling resource discovery and
|
|
|
|
announcement over SSDP.
|
|
|
|
|
2011-12-12 17:04:06 +01:00
|
|
|
%package -n typelib-1_0-GSSDP-1_0
|
2011-12-21 05:30:26 +01:00
|
|
|
Summary: Library for resource discovery and announcement over SSDP -- Introspection bindings
|
2011-12-12 17:04:06 +01:00
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n typelib-1_0-GSSDP-1_0
|
|
|
|
gssdp offers a GObject-based API for handling resource discovery and
|
|
|
|
announcement over SSDP.
|
|
|
|
|
2011-12-21 05:30:26 +01:00
|
|
|
This package provides the GObject Introspection bindings for gssdp.
|
|
|
|
|
2009-07-08 04:36:51 +02:00
|
|
|
%package -n libgssdp-devel
|
|
|
|
Summary: Library for resource discovery and announcement over SSDP - Development Files
|
|
|
|
Group: Development/Libraries/C and C++
|
2011-06-17 01:15:43 +02:00
|
|
|
Requires: libgssdp-1_0-3 = %{version}
|
2011-12-12 17:04:06 +01:00
|
|
|
Requires: typelib-1_0-GSSDP-1_0 = %{version}
|
2009-07-08 04:36:51 +02:00
|
|
|
|
|
|
|
%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}
|
|
|
|
|
2011-06-16 19:46:30 +02:00
|
|
|
%post -n libgssdp-1_0-3 -p /sbin/ldconfig
|
2009-07-08 04:36:51 +02:00
|
|
|
|
2011-06-16 19:46:30 +02:00
|
|
|
%postun -n libgssdp-1_0-3 -p /sbin/ldconfig
|
2009-07-08 04:36:51 +02:00
|
|
|
|
|
|
|
%files utils
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_datadir}/%{name}
|
|
|
|
|
2011-06-16 19:46:30 +02:00
|
|
|
%files -n libgssdp-1_0-3
|
2009-07-08 04:36:51 +02:00
|
|
|
%defattr(-,root,root)
|
2011-12-12 17:04:06 +01:00
|
|
|
%doc AUTHORS COPYING NEWS README
|
2009-07-08 04:36:51 +02:00
|
|
|
%{_libdir}/*.so.*
|
2011-12-12 17:04:06 +01:00
|
|
|
|
|
|
|
%files -n typelib-1_0-GSSDP-1_0
|
|
|
|
%defattr(-,root,root)
|
2010-09-17 10:47:51 +02:00
|
|
|
%{_libdir}/girepository-1.0/GSSDP-1.0.typelib
|
2009-07-08 04:36:51 +02:00
|
|
|
|
|
|
|
%files -n libgssdp-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/%{name}-1.0
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2010-09-24 00:19:47 +02:00
|
|
|
%{_datadir}/gir-1.0/GSSDP-1.0.gir
|
2009-07-08 04:36:51 +02:00
|
|
|
%dir %{_datadir}/gtk-doc
|
|
|
|
%dir %{_datadir}/gtk-doc/html
|
|
|
|
%{_datadir}/gtk-doc/html/%{name}
|
2012-09-07 17:24:29 +02:00
|
|
|
%dir %{_datadir}/vala/vapi
|
|
|
|
%{_datadir}/vala/vapi/gssdp-1.0.deps
|
|
|
|
%{_datadir}/vala/vapi/gssdp-1.0.vapi
|
2009-07-08 04:36:51 +02:00
|
|
|
|
|
|
|
%changelog
|