|
|
25b0bd |
Name: gupnp
|
|
|
25b0bd |
Version: 1.0.2
|
|
|
25b0bd |
Release: 5%{?dist}
|
|
|
25b0bd |
Summary: A framework for creating UPnP devices & control points
|
|
|
25b0bd |
|
|
|
25b0bd |
License: LGPLv2+
|
|
|
25b0bd |
URL: http://www.gupnp.org/
|
|
|
25b0bd |
Source0: http://download.gnome.org/sources/%{name}/1.0/%{name}-%{version}.tar.xz
|
|
|
25b0bd |
|
|
|
25b0bd |
BuildRequires: gssdp-devel >= 0.14.15
|
|
|
25b0bd |
BuildRequires: gtk-doc
|
|
|
25b0bd |
BuildRequires: gobject-introspection-devel >= 1.36
|
|
|
25b0bd |
BuildRequires: libsoup-devel
|
|
|
25b0bd |
BuildRequires: libxml2-devel
|
|
|
25b0bd |
BuildRequires: libuuid-devel
|
|
|
25b0bd |
BuildRequires: vala
|
|
|
25b0bd |
|
|
|
25b0bd |
Requires: dbus
|
|
|
25b0bd |
|
|
|
25b0bd |
%description
|
|
|
25b0bd |
GUPnP is an object-oriented open source framework for creating UPnP
|
|
|
25b0bd |
devices and control points, written in C using GObject and libsoup.
|
|
|
25b0bd |
The GUPnP API is intended to be easy to use, efficient and flexible.
|
|
|
25b0bd |
|
|
|
25b0bd |
%package devel
|
|
|
25b0bd |
Summary: Development package for gupnp
|
|
|
25b0bd |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
25b0bd |
|
|
|
25b0bd |
%description devel
|
|
|
25b0bd |
Files for development with %{name}.
|
|
|
25b0bd |
|
|
|
25b0bd |
%package docs
|
|
|
25b0bd |
Summary: Documentation files for %{name}
|
|
|
25b0bd |
Requires: %{name} = %{version}-%{release}
|
|
|
25b0bd |
BuildArch: noarch
|
|
|
25b0bd |
|
|
|
25b0bd |
%description docs
|
|
|
25b0bd |
This package contains developer documentation for %{name}.
|
|
|
25b0bd |
|
|
|
25b0bd |
%prep
|
|
|
25b0bd |
%setup -q
|
|
|
25b0bd |
|
|
|
25b0bd |
%build
|
|
|
25b0bd |
%configure --disable-static --with-context-manager=network-manager
|
|
|
25b0bd |
make %{?_smp_mflags} V=1
|
|
|
25b0bd |
|
|
|
25b0bd |
%install
|
|
|
25b0bd |
%make_install
|
|
|
25b0bd |
|
|
|
25b0bd |
#Remove libtool archives.
|
|
|
25b0bd |
find %{buildroot} -name '*.la' -delete
|
|
|
25b0bd |
|
|
|
25b0bd |
%check
|
|
|
25b0bd |
make check %{?_smp_mflags} V=1
|
|
|
25b0bd |
|
|
|
25b0bd |
%post -p /sbin/ldconfig
|
|
|
25b0bd |
|
|
|
25b0bd |
%postun -p /sbin/ldconfig
|
|
|
25b0bd |
|
|
|
25b0bd |
%files
|
|
|
25b0bd |
%license COPYING
|
|
|
25b0bd |
%doc AUTHORS README
|
|
|
25b0bd |
%{_libdir}/libgupnp-1.0.so.*
|
|
|
25b0bd |
%{_libdir}/girepository-1.0/GUPnP-1.0.typelib
|
|
|
25b0bd |
|
|
|
25b0bd |
%files devel
|
|
|
25b0bd |
%{_bindir}/gupnp-binding-tool
|
|
|
25b0bd |
%{_libdir}/pkgconfig/gupnp-1.0.pc
|
|
|
25b0bd |
%{_libdir}/libgupnp-1.0.so
|
|
|
25b0bd |
%{_includedir}/gupnp-1.0
|
|
|
25b0bd |
%{_datadir}/gir-1.0/GUPnP-1.0.gir
|
|
|
25b0bd |
%{_datadir}/vala/vapi/%{name}*
|
|
|
25b0bd |
|
|
|
25b0bd |
%files docs
|
|
|
25b0bd |
%doc %{_datadir}/gtk-doc/html/%{name}
|
|
|
25b0bd |
|
|
|
25b0bd |
%changelog
|
|
|
25b0bd |
* Mon Jun 04 2018 Richard Hughes <rhughes@redhat.com> - 1.0.2-5
|
|
|
25b0bd |
+ Update to latest upstream version
|
|
|
25b0bd |
- Resolves: #1569980
|
|
|
25b0bd |
|
|
|
25b0bd |
* Thu Mar 02 2017 Bastien Nocera <bnocera@redhat.com> - 1.0.1-1
|
|
|
25b0bd |
+ gupnp-1.0.1-1
|
|
|
25b0bd |
- Rebase to 1.0.1
|
|
|
25b0bd |
Resolves: #1386985
|
|
|
25b0bd |
|
|
|
25b0bd |
* Mon Jun 01 2015 Debarshi Ray <rishi@fedoraproject.org> - 0.20.13-1
|
|
|
25b0bd |
- Update to 0.20.13 and re-enable vala bindings
|
|
|
25b0bd |
Resolves: #1225451
|
|
|
25b0bd |
|
|
|
25b0bd |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.20.3-3
|
|
|
25b0bd |
- Mass rebuild 2014-01-24
|
|
|
25b0bd |
|
|
|
25b0bd |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.20.3-2
|
|
|
25b0bd |
- Mass rebuild 2013-12-27
|
|
|
25b0bd |
|
|
|
25b0bd |
* Thu May 30 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.3-1
|
|
|
25b0bd |
- 0.20.3 release
|
|
|
25b0bd |
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.20/gupnp-0.20.3.news
|
|
|
25b0bd |
|
|
|
25b0bd |
* Sat Apr 13 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.2-1
|
|
|
25b0bd |
- 0.20.2 release
|
|
|
25b0bd |
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.20/gupnp-0.20.2.news
|
|
|
25b0bd |
|
|
|
25b0bd |
* Tue Mar 5 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.1-1
|
|
|
25b0bd |
- 0.20.1 release
|
|
|
25b0bd |
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.20/gupnp-0.20.1.news
|
|
|
25b0bd |
|
|
|
25b0bd |
* Thu Feb 21 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.0-2
|
|
|
25b0bd |
- Obsolete gupnp-vala
|
|
|
25b0bd |
|
|
|
25b0bd |
* Thu Feb 21 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.0-2
|
|
|
25b0bd |
- bump
|
|
|
25b0bd |
|
|
|
25b0bd |
* Thu Feb 21 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.0-1
|
|
|
25b0bd |
- 0.20.0 release
|
|
|
25b0bd |
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.20/gupnp-0.20.0.news
|
|
|
25b0bd |
|
|
|
25b0bd |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.4-2
|
|
|
25b0bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
25b0bd |
|
|
|
25b0bd |
* Sun Jan 13 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.19.4-1
|
|
|
25b0bd |
- 0.19.4 release
|
|
|
25b0bd |
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.19/gupnp-0.19.4.news
|
|
|
25b0bd |
|
|
|
25b0bd |
* Thu Dec 6 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.19.3-1
|
|
|
25b0bd |
- 0.19.3 release
|
|
|
25b0bd |
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.19/gupnp-0.19.3.news
|
|
|
25b0bd |
|
|
|
25b0bd |
* Sat Dec 1 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.19.2-1
|
|
|
25b0bd |
- 0.19.2 release
|
|
|
25b0bd |
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.19/gupnp-0.19.2.news
|
|
|
25b0bd |
|
|
|
25b0bd |
* Mon Oct 29 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.19.1-1
|
|
|
25b0bd |
- 0.19.1 release
|
|
|
25b0bd |
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.19/gupnp-0.19.1.news
|
|
|
25b0bd |
|
|
|
25b0bd |
* Sun Oct 7 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.19.0-1
|
|
|
25b0bd |
- 0.19.0 release
|
|
|
25b0bd |
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.19/gupnp-0.19.0.news
|
|
|
25b0bd |
|
|
|
25b0bd |
* Sun Aug 19 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.18.4-1
|
|
|
25b0bd |
- 0.18.4 release
|
|
|
25b0bd |
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.18/gupnp-0.18.4.news
|
|
|
25b0bd |
|
|
|
25b0bd |
* Mon Aug 13 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.18.3-3
|
|
|
25b0bd |
- Use NetworkManager for connectivity detection
|
|
|
25b0bd |
|
|
|
25b0bd |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18.3-2
|
|
|
25b0bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
25b0bd |
|
|
|
25b0bd |
* Sat May 5 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.18.3-1
|
|
|
25b0bd |
- 0.18.3 release
|
|
|
25b0bd |
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.18/gupnp-0.18.3.news
|
|
|
25b0bd |
|
|
|
25b0bd |
* Thu Apr 26 2012 Zeeshan Ali <zeenix@redhat.com> - 0.18.2-2
|
|
|
25b0bd |
- Remove bogus dependency on libgdbus-devel.
|
|
|
25b0bd |
|
|
|
25b0bd |
* Sun Mar 18 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.18.2-1
|
|
|
25b0bd |
- 0.18.2 release
|
|
|
25b0bd |
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.18/gupnp-0.18.2.news
|
|
|
25b0bd |
|
|
|
25b0bd |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18.1-2
|
|
|
25b0bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
25b0bd |
|
|
|
25b0bd |
* Sat Dec 10 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.18.1-1
|
|
|
25b0bd |
- 0.18.1 release
|
|
|
25b0bd |
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.18/gupnp-0.18.1.news
|
|
|
25b0bd |
|
|
|
25b0bd |
* Mon Sep 5 2011 Zeeshan Ali <zeenix@redhat.com> - 0.18.0-2
|
|
|
25b0bd |
- Push a new release to build against latest gssdp.
|
|
|
25b0bd |
|
|
|
25b0bd |
* Fri Sep 2 2011 Zeeshan Ali <zeenix@redhat.com> - 0.18.0-1
|
|
|
25b0bd |
- 0.18.0 release
|
|
|
25b0bd |
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.18/gupnp-0.18.0.news
|
|
|
25b0bd |
|
|
|
25b0bd |
* Fri Aug 5 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.17.2-1
|
|
|
25b0bd |
- 0.17.2 release
|
|
|
25b0bd |
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.17/gupnp-0.17.2.news
|
|
|
25b0bd |
|
|
|
25b0bd |
* Sun Jul 17 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.17.1-1
|
|
|
25b0bd |
- 0.17.1 release
|
|
|
25b0bd |
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.17/gupnp-0.17.1.news
|
|
|
25b0bd |
|
|
|
25b0bd |
* Thu Jun 16 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.17.0-1
|
|
|
25b0bd |
- 0.17.0 release
|
|
|
25b0bd |
|
|
|
25b0bd |
* Sun May 1 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.16.1-1
|
|
|
25b0bd |
- 0.16.1 stable release
|
|
|
25b0bd |
|
|
|
25b0bd |
* Sat Apr 9 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.16.0-1
|
|
|
25b0bd |
- 0.16.0 stable release
|
|
|
25b0bd |
|
|
|
25b0bd |
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.1-2
|
|
|
25b0bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
25b0bd |
|
|
|
25b0bd |
* Sat Jan 19 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.15.1-1
|
|
|
25b0bd |
- Update to 0.15.1
|
|
|
25b0bd |
|
|
|
25b0bd |
* Tue Nov 30 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.15.0-1
|
|
|
25b0bd |
- Update to 0.15.0
|
|
|
25b0bd |
|
|
|
25b0bd |
* Wed Sep 29 2010 jkeating - 0.14.0-3
|
|
|
25b0bd |
- Rebuilt for gcc bug 634757
|
|
|
25b0bd |
|
|
|
25b0bd |
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> 0.14.0-2
|
|
|
25b0bd |
- Rebuild against newer gobject-introspection
|
|
|
25b0bd |
|
|
|
25b0bd |
* Fri Sep 17 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.14.0-1
|
|
|
25b0bd |
- Update to 0.14.0
|
|
|
25b0bd |
|
|
|
25b0bd |
* Tue Aug 17 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.5-2
|
|
|
25b0bd |
- Update source URL
|
|
|
25b0bd |
|
|
|
25b0bd |
* Sat Aug 14 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.5-1
|
|
|
25b0bd |
- Update to 0.13.5
|
|
|
25b0bd |
|
|
|
25b0bd |
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.13.4-4
|
|
|
25b0bd |
- Rebuild with new gobject-introspection
|
|
|
25b0bd |
|
|
|
25b0bd |
* Mon Jun 21 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.4-2
|
|
|
25b0bd |
- Add patch to fix build
|
|
|
25b0bd |
|
|
|
25b0bd |
* Mon Jun 21 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.4-1
|
|
|
25b0bd |
- Update to 0.13.4
|
|
|
25b0bd |
|
|
|
25b0bd |
* Fri Apr 9 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.3-4
|
|
|
25b0bd |
- Once more with feeling!
|
|
|
25b0bd |
|
|
|
25b0bd |
* Fri Apr 9 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.3-3
|
|
|
25b0bd |
- add back missing line to spec
|
|
|
25b0bd |
|
|
|
25b0bd |
* Fri Apr 9 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.3-2
|
|
|
25b0bd |
- bump build
|
|
|
25b0bd |
|
|
|
25b0bd |
* Fri Apr 9 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.3-1
|
|
|
25b0bd |
- Update to 0.13.3
|
|
|
25b0bd |
|
|
|
25b0bd |
* Mon Mar 1 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.2-2
|
|
|
25b0bd |
- Add patch to fix DSO linking. Fixes bug 564855
|
|
|
25b0bd |
|
|
|
25b0bd |
* Fri Dec 4 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.2-1
|
|
|
25b0bd |
- Update to 0.13.2
|
|
|
25b0bd |
|
|
|
25b0bd |
* Wed Oct 7 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.1-1
|
|
|
25b0bd |
- Update to 0.13.1
|
|
|
25b0bd |
|
|
|
25b0bd |
* Thu Sep 17 2009 Bastien Nocera <bnocera@redhat.com> 0.13.0-1
|
|
|
25b0bd |
- Update to 0.13.0
|
|
|
25b0bd |
|
|
|
25b0bd |
* Mon Aug 31 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.8-4
|
|
|
25b0bd |
- some spec file cleanups, depend on libuuid instead of e2fsprogs-devel
|
|
|
25b0bd |
|
|
|
25b0bd |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.8-3
|
|
|
25b0bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
25b0bd |
|
|
|
25b0bd |
* Wed Jul 1 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.8-2
|
|
|
25b0bd |
- Rebuild with new libuuid build req
|
|
|
25b0bd |
|
|
|
25b0bd |
* Wed Jun 3 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.8-1
|
|
|
25b0bd |
- New upstream release
|
|
|
25b0bd |
|
|
|
25b0bd |
* Mon Apr 27 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.7-1
|
|
|
25b0bd |
- New upstream release
|
|
|
25b0bd |
|
|
|
25b0bd |
* Wed Mar 4 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.6-4
|
|
|
25b0bd |
- Move docs to noarch sub package
|
|
|
25b0bd |
|
|
|
25b0bd |
* Mon Mar 2 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.6-3
|
|
|
25b0bd |
- Add some extra -devel Requires packages
|
|
|
25b0bd |
|
|
|
25b0bd |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.6-2
|
|
|
25b0bd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
25b0bd |
|
|
|
25b0bd |
* Mon Feb 23 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.6-1
|
|
|
25b0bd |
- New upstream release
|
|
|
25b0bd |
|
|
|
25b0bd |
* Wed Jan 14 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.5-1
|
|
|
25b0bd |
- New upstream release
|
|
|
25b0bd |
|
|
|
25b0bd |
* Thu Dec 18 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.4-3
|
|
|
25b0bd |
- Add gtk-doc build req
|
|
|
25b0bd |
|
|
|
25b0bd |
* Sat Nov 22 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.4-2
|
|
|
25b0bd |
- Fix summary
|
|
|
25b0bd |
|
|
|
25b0bd |
* Mon Nov 17 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.4-1
|
|
|
25b0bd |
- New upstream release
|
|
|
25b0bd |
|
|
|
25b0bd |
* Mon Oct 27 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.3-1
|
|
|
25b0bd |
- New upstream release
|
|
|
25b0bd |
|
|
|
25b0bd |
* Mon Oct 20 2008 Colin Walters <walters@verbum.org> 0.12.2-2
|
|
|
25b0bd |
- devel package requires gssdp-devel
|
|
|
25b0bd |
|
|
|
25b0bd |
* Sun Aug 31 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.2-1
|
|
|
25b0bd |
- New upstream release
|
|
|
25b0bd |
|
|
|
25b0bd |
* Thu Aug 28 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.1-7
|
|
|
25b0bd |
- Yet again. Interesting it builds fine in mock and not koji
|
|
|
25b0bd |
|
|
|
25b0bd |
* Thu Aug 28 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.1-6
|
|
|
25b0bd |
- Once more with feeling
|
|
|
25b0bd |
|
|
|
25b0bd |
* Thu Aug 28 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.1-5
|
|
|
25b0bd |
- Second go
|
|
|
25b0bd |
|
|
|
25b0bd |
* Thu Aug 28 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.1-4
|
|
|
25b0bd |
- Fix build on rawhide
|
|
|
25b0bd |
|
|
|
25b0bd |
* Wed Aug 13 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.1-3
|
|
|
25b0bd |
- Fix changelog entries
|
|
|
25b0bd |
|
|
|
25b0bd |
* Wed Aug 13 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.1-2
|
|
|
25b0bd |
- Fix a compile issue on rawhide
|
|
|
25b0bd |
|
|
|
25b0bd |
* Mon Jun 16 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.1-1
|
|
|
25b0bd |
- Initial release
|