!11 Upgrade version to 1.6.2
From: @cherry530 Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
10729112cf
Binary file not shown.
BIN
gssdp-1.6.2.tar.xz
Normal file
BIN
gssdp-1.6.2.tar.xz
Normal file
Binary file not shown.
26
gssdp.spec
26
gssdp.spec
@ -1,13 +1,13 @@
|
|||||||
Name: gssdp
|
Name: gssdp
|
||||||
Version: 1.4.0.1
|
Version: 1.6.2
|
||||||
Release: 1
|
Release: 1
|
||||||
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/gssdp/1.4/gssdp-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/gssdp/1.6/gssdp-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: chrpath gtk-doc pkgconfig vala >= 0.20 gobject-introspection-devel >= 1.36 meson
|
BuildRequires: chrpath gtk-doc pkgconfig vala >= 0.20 gobject-introspection-devel >= 1.36 meson
|
||||||
BuildRequires: dbus-glib-devel GConf2-devel glib2-devel gtk3-devel libsoup-devel libxml2-devel
|
BuildRequires: dbus-glib-devel GConf2-devel glib2-devel gtk3-devel libsoup3-devel libxml2-devel
|
||||||
BuildRequires: gtk4-devel gi-docgen glib2-devel
|
BuildRequires: gtk4-devel gi-docgen glib2-devel
|
||||||
|
|
||||||
Requires: dbus
|
Requires: dbus
|
||||||
@ -38,13 +38,15 @@ This package contains documentation files for gssdp.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Dgtk_doc=true
|
%meson -Dgtk_doc=true \
|
||||||
|
-Dmanpages=false
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
%delete_la
|
%delete_la
|
||||||
|
|
||||||
|
cp %{_libdir}/libgssdp-1.2.so.* %{buildroot}%{_libdir}/
|
||||||
chrpath --delete %{buildroot}%{_bindir}/gssdp-device-sniffer
|
chrpath --delete %{buildroot}%{_bindir}/gssdp-device-sniffer
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -58,20 +60,24 @@ chrpath --delete %{buildroot}%{_bindir}/gssdp-device-sniffer
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS NEWS README.md
|
%doc AUTHORS NEWS README.md
|
||||||
%{_libdir}/libgssdp-1.2.so.*
|
%{_libdir}/libgssdp-1.2.so.*
|
||||||
%{_libdir}/girepository-1.0/GSSDP-1.2.typelib
|
%{_libdir}/libgssdp-1.6.so.*
|
||||||
|
%{_libdir}/girepository-1.0/GSSDP-1.6.typelib
|
||||||
%{_bindir}/gssdp-device-sniffer
|
%{_bindir}/gssdp-device-sniffer
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/gssdp-1.2/
|
%{_includedir}/gssdp-1.6/
|
||||||
%{_libdir}/libgssdp-1.2.so
|
%{_libdir}/libgssdp-1.6.so
|
||||||
%{_libdir}/pkgconfig/gssdp-1.2.pc
|
%{_libdir}/pkgconfig/gssdp-1.6.pc
|
||||||
%{_datadir}/gir-1.0/GSSDP-1.2.gir
|
%{_datadir}/gir-1.0/GSSDP-1.6.gir
|
||||||
%{_datadir}/vala/vapi/gssdp*
|
%{_datadir}/vala/vapi/gssdp*
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%{_datadir}/doc/gssdp-1.2/
|
%{_datadir}/doc/gssdp-1.6/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 07 2023 xu_ping <707078654@qq.com> - 1.6.2-1
|
||||||
|
- Upgrade 1.6.2
|
||||||
|
|
||||||
* Fri May 27 2022 xu_ping <xuping33@h-partners.com> - 1.4.0.1-1
|
* Fri May 27 2022 xu_ping <xuping33@h-partners.com> - 1.4.0.1-1
|
||||||
- Upgrade 1.4.0.1
|
- Upgrade 1.4.0.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user