Update to 1.2.2
This commit is contained in:
parent
4d00f3346f
commit
c241484ec6
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/gssdp-1.0.1.tar.xz
|
/gssdp-1.0.1.tar.xz
|
||||||
/gssdp-1.0.2.tar.xz
|
/gssdp-1.0.2.tar.xz
|
||||||
/gssdp-1.0.3.tar.xz
|
/gssdp-1.0.3.tar.xz
|
||||||
|
/gssdp-1.2.2.tar.xz
|
||||||
|
23
gssdp.spec
23
gssdp.spec
@ -1,11 +1,11 @@
|
|||||||
Name: gssdp
|
Name: gssdp
|
||||||
Version: 1.0.3
|
Version: 1.2.2
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Resource discovery and announcement over SSDP
|
Summary: Resource discovery and announcement over SSDP
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.gupnp.org/
|
URL: http://www.gupnp.org/
|
||||||
Source0: http://download.gnome.org/sources/%{name}/1.0/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/1.2/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: gobject-introspection-devel >= 1.36
|
BuildRequires: gobject-introspection-devel >= 1.36
|
||||||
@ -63,25 +63,26 @@ This package contains developer documentation for %{name}.
|
|||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS README NEWS
|
%doc AUTHORS README NEWS
|
||||||
%dir %{_datadir}/gssdp
|
%{_libdir}/libgssdp-1.2.so.*
|
||||||
%{_libdir}/libgssdp-1.0.so.*
|
%{_libdir}/girepository-1.0/GSSDP-1.2.typelib
|
||||||
%{_libdir}/girepository-1.0/GSSDP-1.0.typelib
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/libgssdp-1.0.so
|
%{_includedir}/gssdp-1.2/
|
||||||
%{_libdir}/pkgconfig/gssdp-1.0.pc
|
%{_libdir}/libgssdp-1.2.so
|
||||||
%{_includedir}/gssdp-1.0
|
%{_libdir}/pkgconfig/gssdp-1.2.pc
|
||||||
%{_datadir}/gir-1.0/GSSDP-1.0.gir
|
%{_datadir}/gir-1.0/GSSDP-1.2.gir
|
||||||
%{_datadir}/vala/vapi/gssdp*
|
%{_datadir}/vala/vapi/gssdp*
|
||||||
|
|
||||||
%files utils
|
%files utils
|
||||||
%{_bindir}/gssdp-device-sniffer
|
%{_bindir}/gssdp-device-sniffer
|
||||||
%{_datadir}/gssdp/gssdp-device-sniffer.ui
|
|
||||||
|
|
||||||
%files docs
|
%files docs
|
||||||
%{_datadir}/gtk-doc/html/%{name}
|
%{_datadir}/gtk-doc/html/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 12 2020 Kalev Lember <klember@redhat.com> - 1.2.2-1
|
||||||
|
- Update to 1.2.2
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-4
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gssdp-1.0.3.tar.xz) = ef72335c3f796aff0d3dce1781d5a0b015508f614d4a73699ebce411b0593419b40c09839ffb62e50cf9d77e16ec0e31d0e23f92d35abb4d105dea47c00a0506
|
SHA512 (gssdp-1.2.2.tar.xz) = 3d962ac5a633492979d49c722bbbbeec88385fdbd063d3b68f6b82edbc62c9e78c556d48a904460dd04328bf7a79668dcf3ee33bf61a271ac926e01e2e645f68
|
||||||
|
Loading…
Reference in New Issue
Block a user