2010-09-09 07:46:20 +00:00
|
|
|
Name: gupnp-dlna
|
2021-08-20 10:13:51 +00:00
|
|
|
Version: 0.11.0
|
|
|
|
Release: 1%{?dist}
|
2010-09-09 07:46:20 +00:00
|
|
|
Summary: A collection of helpers for building UPnP AV applications
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://www.gupnp.org/
|
2021-08-20 10:13:51 +00:00
|
|
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.11/%{name}-%{version}.tar.xz
|
2010-09-09 07:46:20 +00:00
|
|
|
|
|
|
|
BuildRequires: glib2-devel
|
2021-08-20 10:15:21 +00:00
|
|
|
BuildRequires: gobject-introspection-devel
|
2010-09-09 07:46:20 +00:00
|
|
|
BuildRequires: gssdp-devel
|
2012-11-21 12:17:52 +00:00
|
|
|
BuildRequires: gstreamer1-devel
|
|
|
|
BuildRequires: gstreamer1-plugins-base-devel
|
2021-08-20 10:15:21 +00:00
|
|
|
BuildRequires: gtk-doc
|
2010-09-09 07:46:20 +00:00
|
|
|
BuildRequires: gupnp-av-devel
|
2021-08-20 10:15:21 +00:00
|
|
|
BuildRequires: gupnp-devel
|
2010-09-09 07:46:20 +00:00
|
|
|
BuildRequires: libxml2-devel
|
2021-08-20 10:13:51 +00:00
|
|
|
BuildRequires: meson
|
2016-09-22 05:37:41 +00:00
|
|
|
BuildRequires: vala
|
2010-09-09 07:46:20 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
GUPnP is an object-oriented open source framework for creating UPnP
|
|
|
|
devices and control points, written in C using GObject and libsoup.
|
|
|
|
The GUPnP API is intended to be easy to use, efficient and flexible.
|
|
|
|
|
|
|
|
GUPnP-dlna is a collection of helpers for building DLNA (Digital
|
|
|
|
Living Network Alliance) compliant applications using GUPnP.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development package for %{name}
|
2018-03-08 22:11:28 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2010-09-09 07:46:20 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Contains libraries and header files for developing applications that
|
|
|
|
use %{name}.
|
|
|
|
|
|
|
|
%package docs
|
|
|
|
Summary: Development package for %{name}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description docs
|
|
|
|
Contains developer documentation for %{name}.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2021-08-20 10:13:51 +00:00
|
|
|
%meson -Dgtk_doc=true
|
|
|
|
%meson_build
|
2010-09-09 07:46:20 +00:00
|
|
|
|
|
|
|
%install
|
2021-08-20 10:13:51 +00:00
|
|
|
%meson_install
|
2017-11-28 13:36:11 +00:00
|
|
|
|
|
|
|
%check
|
2021-08-20 10:13:51 +00:00
|
|
|
%meson_test
|
2010-09-09 07:46:20 +00:00
|
|
|
|
|
|
|
%files
|
2015-06-30 23:55:02 +00:00
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS README TODO
|
2010-09-09 07:46:20 +00:00
|
|
|
%{_bindir}/gupnp-dlna*
|
2021-08-20 10:15:21 +00:00
|
|
|
%{_libdir}/girepository-1.0/GUPnPDLNA-2.0.typelib
|
|
|
|
%{_libdir}/girepository-1.0/GUPnPDLNAGst-2.0.typelib
|
2011-04-10 21:47:43 +00:00
|
|
|
%{_libdir}/lib*.so.*
|
2018-03-08 22:11:28 +00:00
|
|
|
%dir %{_libdir}/gupnp-dlna/
|
2013-01-27 11:12:31 +00:00
|
|
|
%{_libdir}/gupnp-dlna/libgstreamer.so
|
2021-08-20 10:15:21 +00:00
|
|
|
%{_datadir}/gupnp-dlna-2.0/
|
2010-09-09 07:46:20 +00:00
|
|
|
|
|
|
|
%files devel
|
2021-08-20 10:15:21 +00:00
|
|
|
%{_includedir}/gupnp-dlna-2.0/
|
2010-09-09 07:46:20 +00:00
|
|
|
%{_libdir}/lib*.so
|
2021-08-20 10:15:21 +00:00
|
|
|
%{_libdir}/pkgconfig/gupnp-dlna-2.0.pc
|
|
|
|
%{_libdir}/pkgconfig/gupnp-dlna-gst-2.0.pc
|
|
|
|
%{_libdir}/pkgconfig/gupnp-dlna-metadata-2.0.pc
|
2012-12-01 12:12:46 +00:00
|
|
|
%{_datadir}/gir-1.0/GUPnPDLNA-2.0.gir
|
2013-01-27 11:12:31 +00:00
|
|
|
%{_datadir}/gir-1.0/GUPnPDLNAGst-2.0.gir
|
2021-08-20 10:15:21 +00:00
|
|
|
%{_datadir}/vala/vapi/gupnp-dlna*
|
2010-09-09 07:46:20 +00:00
|
|
|
|
|
|
|
%files docs
|
2021-08-20 10:15:21 +00:00
|
|
|
%{_datadir}/gtk-doc/html/gupnp-dlna
|
|
|
|
%{_datadir}/gtk-doc/html/gupnp-dlna-gst
|
|
|
|
%{_datadir}/gtk-doc/html/gupnp-dlna-metadata
|
2010-09-09 07:46:20 +00:00
|
|
|
|
|
|
|
%changelog
|
2021-08-20 10:13:51 +00:00
|
|
|
* Fri Aug 20 2021 Kalev Lember <klember@redhat.com> - 0.11.0-1
|
|
|
|
- Update to 0.11.0
|
|
|
|
- Switch to the meson build system
|
|
|
|
|
2021-07-22 07:25:21 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.5-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-26 13:17:03 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.5-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-28 00:41:51 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.5-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-01-29 04:01:35 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.5-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 08:11:24 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.5-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-01 01:59:30 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.5-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 04:48:03 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.5-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-03-08 22:11:28 +00:00
|
|
|
* Thu Mar 8 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.10.5-8
|
|
|
|
- Spec cleanups and fixes
|
|
|
|
|
2018-02-07 15:55:40 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.5-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-11-28 13:36:11 +00:00
|
|
|
* Tue Nov 28 2017 Peter Robinson <pbrobinson@fedoraproject.org> 0.10.5-6
|
|
|
|
- Enable make check
|
|
|
|
|
2017-08-02 23:19:17 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.5-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 12:26:03 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.5-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 12:29:07 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-09-22 05:37:41 +00:00
|
|
|
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 0.10.5-2
|
|
|
|
- BR vala instead of obsolete vala-tools subpackage
|
|
|
|
|
2016-06-22 15:33:53 +00:00
|
|
|
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 0.10.5-1
|
|
|
|
- Update to 0.10.5
|
|
|
|
|
2016-02-11 09:53:05 +00:00
|
|
|
* Thu Feb 11 2016 Peter Robinson <pbrobinson@fedoraproject.org> 0.10.4-1
|
|
|
|
- 0.10.4 release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.10/gupnp-dlna-0.10.4.news
|
|
|
|
|
2016-02-03 23:36:52 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-30 23:55:02 +00:00
|
|
|
* Tue Jun 30 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.10.3-1
|
|
|
|
- 0.10.3 release
|
|
|
|
- Use %%license
|
|
|
|
|
2015-06-17 10:11:16 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.2-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-09-10 13:00:24 +00:00
|
|
|
* Wed Sep 10 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.10.2-6
|
|
|
|
- Build vala bindings
|
|
|
|
|
2014-08-16 19:59:41 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-22 17:20:10 +00:00
|
|
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.10.2-4
|
|
|
|
- Rebuilt for gobject-introspection 1.41.4
|
|
|
|
|
2014-06-07 19:32:06 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 17:18:04 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-05-30 21:10:06 +00:00
|
|
|
* Thu May 30 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.10.2-1
|
|
|
|
- 0.10.2 release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.10/gupnp-dlna-0.10.2.news
|
|
|
|
|
2013-04-10 18:48:05 +00:00
|
|
|
* Wed Apr 10 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.10.1-1
|
2013-05-30 21:10:06 +00:00
|
|
|
- 0.10.1 release
|
2013-04-10 18:48:05 +00:00
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.10/gupnp-dlna-0.10.1.news
|
|
|
|
|
2013-02-21 19:14:51 +00:00
|
|
|
* Thu Feb 21 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.10.0-1
|
2013-05-30 21:10:06 +00:00
|
|
|
- 0.10.0 release
|
2013-02-21 17:05:50 +00:00
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.10/gupnp-dlna-0.10.0.news
|
|
|
|
|
2013-02-14 23:15:22 +00:00
|
|
|
* Thu Feb 14 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.9.5-1
|
|
|
|
- 0.9.5 devel release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.9/gupnp-dlna-0.9.5.news
|
|
|
|
|
2013-01-27 11:12:31 +00:00
|
|
|
* Sun Jan 27 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.9.4-1
|
|
|
|
- 0.9.4 devel release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.9/gupnp-dlna-0.9.4.news
|
|
|
|
|
2013-01-13 14:15:45 +00:00
|
|
|
* Sun Jan 13 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.9.3-1
|
|
|
|
- 0.9.3 devel release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.9/gupnp-dlna-0.9.3.news
|
|
|
|
|
2012-12-14 23:16:32 +00:00
|
|
|
* Fri Dec 14 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.9.2-1
|
|
|
|
- 0.9.2 devel release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.9/gupnp-dlna-0.9.2.news
|
|
|
|
|
2012-12-06 10:05:47 +00:00
|
|
|
* Thu Dec 6 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.9.1-1
|
|
|
|
- 0.9.1 devel release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.9/gupnp-dlna-0.9.1.news
|
|
|
|
|
2012-12-01 11:20:48 +00:00
|
|
|
* Sat Dec 1 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.9.0-1
|
2012-12-01 12:12:46 +00:00
|
|
|
- 0.9.0 devel release
|
2012-12-01 11:20:48 +00:00
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.9/gupnp-dlna-0.9.0.news
|
|
|
|
|
2012-11-21 12:17:52 +00:00
|
|
|
* Wed Nov 21 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.0-1
|
2012-12-01 12:12:46 +00:00
|
|
|
- 0.7.0 devel release
|
2012-11-21 12:17:52 +00:00
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.7/gupnp-dlna-0.7.0.news
|
|
|
|
|
2012-07-19 11:56:33 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-03-18 21:49:49 +00:00
|
|
|
* Sun Mar 18 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.6-1
|
|
|
|
- 0.6.6 stable release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.6/gupnp-dlna-0.6.6.news
|
|
|
|
|
2012-02-13 09:52:19 +00:00
|
|
|
* Mon Feb 13 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.5-1
|
|
|
|
- 0.6.5 stable release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.6/gupnp-dlna-0.6.5.news
|
|
|
|
|
2012-01-23 22:58:42 +00:00
|
|
|
* Mon Jan 23 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.4-3
|
|
|
|
- Enable introspection support - RHBZ 784125
|
|
|
|
|
2012-01-13 04:40:19 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-10-20 09:09:27 +00:00
|
|
|
* Thu Oct 20 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.4-1
|
|
|
|
- 0.6.4 stable release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.6/gupnp-dlna-0.6.4.news
|
|
|
|
|
2011-09-02 14:43:26 +00:00
|
|
|
* Fri Sep 2 2011 Zeeshan Ali <zeenix@redhat.com> - 0.6.3-1
|
|
|
|
- 0.6.3 stable release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.6/gupnp-dlna-0.6.3.news
|
|
|
|
|
2011-10-20 09:09:27 +00:00
|
|
|
* Sun Jul 17 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.2-1
|
2011-07-16 23:57:10 +00:00
|
|
|
- 0.6.2 stable release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.6/gupnp-dlna-0.6.2.news
|
|
|
|
|
2011-10-20 09:09:27 +00:00
|
|
|
* Sun Apr 10 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.1-1
|
2011-04-10 21:30:26 +00:00
|
|
|
- 0.6.1 stable release
|
|
|
|
|
2011-10-20 09:09:27 +00:00
|
|
|
* Sat Apr 9 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.0-1
|
2011-04-09 23:38:09 +00:00
|
|
|
- 0.6.0 stable release
|
|
|
|
|
2011-02-09 08:04:06 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-10-20 09:09:27 +00:00
|
|
|
* Sat Jan 22 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.5.1-1
|
2011-01-26 17:10:02 +00:00
|
|
|
- New upstream 0.5.1 release
|
|
|
|
|
2011-10-20 09:09:27 +00:00
|
|
|
* Fri Jan 7 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.5.0-1
|
2011-01-07 17:00:33 +00:00
|
|
|
- New upstream 0.5.0 release
|
|
|
|
|
2011-10-20 09:09:27 +00:00
|
|
|
* Fri Oct 15 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.4.2-1
|
2010-10-15 08:08:38 +00:00
|
|
|
- New upstream 0.4.2 release
|
|
|
|
|
2011-10-20 09:09:27 +00:00
|
|
|
* Thu Oct 14 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.4.1-1
|
2010-10-14 10:54:41 +00:00
|
|
|
- New upstream 0.4.1 release
|
|
|
|
|
2011-10-20 09:09:27 +00:00
|
|
|
* Mon Sep 27 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.4.0-1
|
2010-09-27 20:57:07 +00:00
|
|
|
- New upstream 0.4.0 release
|
|
|
|
|
2011-10-20 09:09:27 +00:00
|
|
|
* Tue Aug 17 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.3.0-1
|
2010-09-09 07:46:20 +00:00
|
|
|
- New upstream 0.3.0 release
|
|
|
|
|
2011-10-20 09:09:27 +00:00
|
|
|
* Fri Jun 25 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.2.1-2
|
2010-09-09 07:46:20 +00:00
|
|
|
- Updated for review feedback
|
|
|
|
|
2011-10-20 09:09:27 +00:00
|
|
|
* Fri Jun 25 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.2.1-1
|
2010-09-09 07:46:20 +00:00
|
|
|
- Initial release
|