302ff6
Name:          gssdp
302ff6
Version:       1.0.2
302ff6
Release:       1%{?dist}
302ff6
Summary:       Resource discovery and announcement over SSDP
302ff6
302ff6
License:       LGPLv2+
302ff6
URL:           http://www.gupnp.org/
302ff6
Source0:       http://download.gnome.org/sources/%{name}/1.0/%{name}-%{version}.tar.xz
302ff6
302ff6
BuildRequires: chrpath
302ff6
BuildRequires: dbus-glib-devel
302ff6
BuildRequires: GConf2-devel
302ff6
BuildRequires: glib2-devel
302ff6
BuildRequires: gobject-introspection-devel >= 1.36
302ff6
BuildRequires: gtk3-devel
302ff6
BuildRequires: gtk-doc
302ff6
BuildRequires: libsoup-devel
302ff6
BuildRequires: libxml2-devel
302ff6
BuildRequires: NetworkManager-devel
302ff6
BuildRequires: pkgconfig
302ff6
BuildRequires: vala >= 0.20
302ff6
302ff6
Requires: dbus
302ff6
302ff6
%description
302ff6
GSSDP implements resource discovery and announcement over SSDP and is part 
302ff6
of gUPnP.  GUPnP is an object-oriented open source framework for creating 
302ff6
UPnP devices and control points, written in C using GObject and libsoup. The 
302ff6
GUPnP API is intended to be easy to use, efficient and flexible.
302ff6
302ff6
%package devel
302ff6
Summary: Development package for gssdp
302ff6
Requires: %{name}%{?_isa} = %{version}-%{release}
302ff6
302ff6
%description devel
302ff6
Files for development with gssdp.
302ff6
302ff6
%package utils
302ff6
Summary: Various GUI utuls for %{name}
302ff6
Requires: %{name}%{?_isa} = %{version}-%{release}
302ff6
302ff6
%description utils
302ff6
This package contains GUI utilies for %{name}.
302ff6
302ff6
%package docs
302ff6
Summary: Documentation files for %{name}
302ff6
Requires: %{name} = %{version}-%{release}
302ff6
BuildArch: noarch
302ff6
302ff6
%description docs
302ff6
This package contains developer documentation for %{name}.
302ff6
302ff6
%prep
302ff6
%setup -q
302ff6
302ff6
%build
302ff6
%configure --disable-static
302ff6
302ff6
make %{?_smp_mflags} V=1
302ff6
302ff6
%install
302ff6
%make_install
302ff6
302ff6
#Remove libtool archives.
302ff6
find %{buildroot} -name '*.la' -delete
302ff6
302ff6
# Remove lib64 rpath
302ff6
chrpath --delete %{buildroot}%{_bindir}/gssdp-device-sniffer
302ff6
302ff6
%check
302ff6
make check %{?_smp_mflags} V=1
302ff6
302ff6
%post -p /sbin/ldconfig
302ff6
302ff6
%postun -p /sbin/ldconfig
302ff6
302ff6
%files
302ff6
%{!?_licensedir:%global license %%doc}
302ff6
%license COPYING
302ff6
%doc AUTHORS README NEWS
302ff6
%dir %{_datadir}/gssdp
302ff6
%{_libdir}/libgssdp-1.0.so.*
302ff6
%{_libdir}/girepository-1.0/GSSDP-1.0.typelib
302ff6
302ff6
%files devel
302ff6
%{_libdir}/libgssdp-1.0.so
302ff6
%{_libdir}/pkgconfig/gssdp-1.0.pc
302ff6
%{_includedir}/gssdp-1.0
302ff6
%{_datadir}/gir-1.0/GSSDP-1.0.gir
302ff6
%{_datadir}/vala/vapi/gssdp*
302ff6
302ff6
%files utils
302ff6
%{_bindir}/gssdp-device-sniffer
302ff6
%{_datadir}/gssdp/gssdp-device-sniffer.ui
302ff6
302ff6
%files docs
302ff6
%{_datadir}/gtk-doc/html/%{name}
302ff6
302ff6
%changelog
302ff6
* Tue Jun 05 2018 Bastien Nocera <bnocera@redhat.com> - 1.0.2-1
302ff6
+ gssdp-1.0.2-1
302ff6
- Update to 1.0.2
302ff6
- Resolves: #1569965
302ff6
302ff6
* Thu Mar 02 2017 Bastien Nocera <bnocera@redhat.com> - 1.0.1-1
302ff6
+ gssdp-1.0.1-1
302ff6
- Update to 1.0.1
302ff6
Resolves: #1386978
302ff6
302ff6
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.14.3-3
302ff6
- Mass rebuild 2014-01-24
302ff6
302ff6
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.14.3-2
302ff6
- Mass rebuild 2013-12-27
302ff6
302ff6
* Thu May 30 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.14.3-1
302ff6
- 0.14.3 release
302ff6
- http://ftp.gnome.org/pub/GNOME/sources/gssdp/0.14/gssdp-0.14.3.news
302ff6
302ff6
* Tue Mar  5 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.14.2-1
302ff6
- 0.14.2 release
302ff6
- http://ftp.gnome.org/pub/GNOME/sources/gssdp/0.14/gssdp-0.14.2.news
302ff6
302ff6
* Sat Feb 23 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.14.1-1
302ff6
- 0.14.1 release
302ff6
- http://ftp.gnome.org/pub/GNOME/sources/gssdp/0.14/gssdp-0.14.1.news
302ff6
302ff6
* Wed Feb 20 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.14.0
302ff6
- 0.14.0 release
302ff6
- http://ftp.gnome.org/pub/GNOME/sources/gssdp/0.14/gssdp-0.14.0.news
302ff6
302ff6
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.2-2
302ff6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
302ff6
302ff6
* Sat Dec  1 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.2-1
302ff6
- 0.13.2 release
302ff6
- http://ftp.gnome.org/pub/GNOME/sources/gssdp/0.13/gssdp-0.13.2.news
302ff6
302ff6
* Mon Oct 29 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.1-1
302ff6
- 0.13.1 release
302ff6
- http://ftp.gnome.org/pub/GNOME/sources/gssdp/0.13/gssdp-0.13.1.news
302ff6
302ff6
* Sun Oct  7 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.13.0-1
302ff6
- 0.13.0 release
302ff6
- http://ftp.gnome.org/pub/GNOME/sources/gssdp/0.13/gssdp-0.13.0.news
302ff6
302ff6
* Tue Aug 28 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.2.1-2
302ff6
- Enable vala bindings
302ff6
302ff6
* Tue Aug 21 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.2.1-1
302ff6
- 0.12.2.1 release
302ff6
- http://ftp.gnome.org/pub/GNOME/sources/gssdp/0.12/gssdp-0.12.2.1.news
302ff6
302ff6
* Sun Aug 19 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.2-1
302ff6
- 0.12.2 release
302ff6
- http://ftp.gnome.org/pub/GNOME/sources/gssdp/0.12/gssdp-0.12.2.news
302ff6
302ff6
* Thu Jul 19 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.1-4
302ff6
- Split utils out to a sub package to reduce libs deps. RHBZ #840689
302ff6
302ff6
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.1-3
302ff6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
302ff6
302ff6
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.1-2
302ff6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
302ff6
302ff6
* Sat Dec 10 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.1-1
302ff6
- 0.12.1 release
302ff6
- http://ftp.gnome.org/pub/GNOME/sources/gssdp/0.12/gssdp-0.12.1.news
302ff6
302ff6
* Tue Nov 08 2011 Adam Jackson <ajax@redhat.com> - 0.12.0-2
302ff6
- Rebuild to break bogus libpng dep
302ff6
302ff6
* Fri Sep  2 2011 Zeeshan Ali <zeenix@redhat.com> - 0.12.0-1
302ff6
- 0.12.0 release
302ff6
- http://ftp.gnome.org/pub/GNOME/sources/gssdp/0.12/gssdp-0.12.0.news
302ff6
302ff6
* Fri Aug  5 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.11.2-1
302ff6
- 0.11.2 release
302ff6
- http://ftp.gnome.org/pub/GNOME/sources/gssdp/0.11/gssdp-0.11.2.news
302ff6
302ff6
* Sun Jul 17 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.11.1-1
302ff6
- 0.11.1 release
302ff6
- http://ftp.gnome.org/pub/GNOME/sources/gssdp/0.11/gssdp-0.11.1.news
302ff6
302ff6
* Thu Jun 16 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.11.0-1
302ff6
- 0.11.0 release
302ff6
302ff6
* Sat Apr  9 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.10.0-1
302ff6
- 0.10.0 stable release
302ff6
302ff6
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.2-2
302ff6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
302ff6
302ff6
* Fri Jan 28 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.9.2-1
302ff6
- Update to 0.9.2
302ff6
302ff6
* Thu Dec  2 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.9.1-1
302ff6
- Update to 0.9.1
302ff6
302ff6
* Fri Nov 12 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.9.0-1
302ff6
- Update to 0.9.0
302ff6
302ff6
* Wed Sep 29 2010 jkeating - 0.8.0-3
302ff6
- Rebuilt for gcc bug 634757
302ff6
302ff6
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> 0.8.0-2
302ff6
- Rebuild against newer gobject-introspection
302ff6
302ff6
* Fri Sep 17 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.8.0-1
302ff6
- Update to 0.8.0
302ff6
302ff6
* Tue Aug 17 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.2-6
302ff6
- Update source URL
302ff6
302ff6
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.7.2-5
302ff6
- Rebuild with new gobject-introspection
302ff6
302ff6
* Mon Jun 21 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.2-4
302ff6
- Fix the build with introspection enabled
302ff6
302ff6
* Wed Jun 16 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.2-3
302ff6
- Drop gir-devel and gtk-doc requirements
302ff6
302ff6
* Sun Apr 11 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.2-2
302ff6
- Enable gobject introspection support
302ff6
302ff6
* Fri Apr  9 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.2-1
302ff6
- Update to 0.7.2
302ff6
302ff6
* Mon Feb 15 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.1-2
302ff6
- Add patch to fix DSO linking. Fixes bug 564764
302ff6
302ff6
* Fri Dec  4 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.1-1
302ff6
- Update to 0.7.1
302ff6
302ff6
* Thu Sep 17 2009 Bastien Nocera <bnocera@redhat.com> 0.7.0-2
302ff6
- Remove unneeded libglade BR
302ff6
302ff6
* Thu Sep 17 2009 Bastien Nocera <bnocera@redhat.com> 0.7.0-1
302ff6
- Update to 0.7.0
302ff6
302ff6
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.4-4
302ff6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
302ff6
302ff6
* Wed Mar  4 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.4-3
302ff6
- Move docs to noarch subpackage
302ff6
302ff6
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.4-2
302ff6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
302ff6
302ff6
* Mon Feb 23 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.4-1
302ff6
- New upstream release
302ff6
302ff6
* Thu Dec 18 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.3-3
302ff6
- Add gtk-doc build req
302ff6
302ff6
* Sat Nov 22 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.3-2
302ff6
- Fix summary
302ff6
302ff6
* Mon Oct 27 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.3-1
302ff6
- New upstream version
302ff6
302ff6
* Sun Aug 31 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.2-1
302ff6
- New upstream version
302ff6
302ff6
* Tue Aug 26 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.1-4
302ff6
- Move glade files from devel to main rpm
302ff6
302ff6
* Tue Aug 12 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.1-3
302ff6
- Patch to fix the build in rawhide
302ff6
302ff6
* Fri Aug 8 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.1-2
302ff6
- Updates based on feedback
302ff6
302ff6
* Mon May 19 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.1-1
302ff6
- Initial package