Update to 1.6.2
This commit is contained in:
parent
238a462ae0
commit
f6eb2a205c
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
|||||||
/gupnp-1.4.1.tar.xz
|
/gupnp-1.4.1.tar.xz
|
||||||
/gupnp-1.4.2.tar.xz
|
/gupnp-1.4.2.tar.xz
|
||||||
/gupnp-1.4.3.tar.xz
|
/gupnp-1.4.3.tar.xz
|
||||||
|
/gupnp-1.6.2.tar.xz
|
||||||
|
27
gupnp.spec
27
gupnp.spec
@ -1,24 +1,24 @@
|
|||||||
%global apiver 1.2
|
%global apiver 1.6
|
||||||
|
|
||||||
%global gssdp_version 1.3.0
|
%global gssdp_version 1.6.0
|
||||||
|
|
||||||
Name: gupnp
|
Name: gupnp
|
||||||
Version: 1.4.3
|
Version: 1.6.2
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A framework for creating UPnP devices & control points
|
Summary: A framework for creating UPnP devices & control points
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://www.gupnp.org/
|
URL: https://www.gupnp.org/
|
||||||
Source0: https://download.gnome.org/sources/%{name}/1.4/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/1.6/%{name}-%{version}.tar.xz
|
||||||
Patch0: gupnp-1.4.2-revert-man-page.patch
|
|
||||||
|
|
||||||
BuildRequires: docbook-style-xsl
|
BuildRequires: docbook-style-xsl
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gi-docgen
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
BuildRequires: pkgconfig(gssdp-1.2) >= %{gssdp_version}
|
BuildRequires: /usr/bin/xsltproc
|
||||||
BuildRequires: pkgconfig(libsoup-2.4)
|
BuildRequires: pkgconfig(gssdp-1.6) >= %{gssdp_version}
|
||||||
|
BuildRequires: pkgconfig(libsoup-3.0)
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(uuid)
|
BuildRequires: pkgconfig(uuid)
|
||||||
|
|
||||||
@ -65,7 +65,7 @@ This package contains developer documentation for %{name}.
|
|||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS README.md
|
%doc AUTHORS README.md
|
||||||
%{_libdir}/libgupnp-%{apiver}.so.1*
|
%{_libdir}/libgupnp-%{apiver}.so.0*
|
||||||
%dir %{_libdir}/girepository-1.0
|
%dir %{_libdir}/girepository-1.0
|
||||||
%{_libdir}/girepository-1.0/GUPnP-%{apiver}.typelib
|
%{_libdir}/girepository-1.0/GUPnP-%{apiver}.typelib
|
||||||
|
|
||||||
@ -82,11 +82,12 @@ This package contains developer documentation for %{name}.
|
|||||||
%{_mandir}/man1/gupnp-binding-tool-%{apiver}.1*
|
%{_mandir}/man1/gupnp-binding-tool-%{apiver}.1*
|
||||||
|
|
||||||
%files docs
|
%files docs
|
||||||
%dir %{_datadir}/gtk-doc
|
%{_docdir}/gupnp-%{apiver}/
|
||||||
%dir %{_datadir}/gtk-doc/html
|
|
||||||
%doc %{_datadir}/gtk-doc/html/gupnp
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 21 2022 David King <amigadave@amigadave.com> - 1.6.2-1
|
||||||
|
- Update to 1.6.2
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-3
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gupnp-1.4.3.tar.xz) = 1963ce917458168c8bc5d669ee30a4071d83d3768ce1be8cbbd81c767853ca01950623a88628a0b1e403d1cce1f0bbc9df80acf4b75f91bfc0403e0d0e6bcedb
|
SHA512 (gupnp-1.6.2.tar.xz) = 52024295b86fa180cb8676541da8350cbba0758a19c90c26bc922cea68bb4584a5fc414915e73449ba10107492684edec25dcf60b1af203727c59944aa2cac34
|
||||||
|
Loading…
Reference in New Issue
Block a user