Upgrade version to 1.6.0

Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
cherry530 2023-08-07 16:24:41 +08:00
parent 81b3920c7c
commit 92c47904b8
3 changed files with 13 additions and 5 deletions

Binary file not shown.

BIN
gupnp-igd-1.6.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,12 +1,14 @@
Name: gupnp-igd Name: gupnp-igd
Version: 1.2.0 Version: 1.6.0
Release: 1 Release: 1
Summary: Library for handling port mapping between UPnP and IGD Summary: Library for handling port mapping between UPnP and IGD
License: LGPLv2+ License: LGPLv2+
URL: https://wiki.gnome.org/Projects/GUPnP URL: https://wiki.gnome.org/Projects/GUPnP
Source0: https://download.gnome.org/sources/%{name}/1.2/%{name}-%{version}.tar.xz Source0: https://download.gnome.org/sources/%{name}/1.2/%{name}-%{version}.tar.xz
BuildRequires: glib2-devel gobject-introspection-devel gtk-doc gupnp-devel meson BuildRequires: glib2-devel gobject-introspection-devel gtk-doc meson
BuildRequires: cmake
BuildRequires: gupnp-devel
Provides: %{name}-python = %{version}-%{release} %{name}-python2 = %{version}-%{release} Provides: %{name}-python = %{version}-%{release} %{name}-python2 = %{version}-%{release}
Obsoletes: %{name}-python < %{version}-%{release} %{name}-python2 < %{version}-%{release} Obsoletes: %{name}-python < %{version}-%{release} %{name}-python2 < %{version}-%{release}
@ -31,25 +33,31 @@ This package contains libraries and header files for developing applications tha
%install %install
%meson_install %meson_install
cp %{_libdir}/libgupnp-igd-1.0.so.* %{buildroot}%{_libdir}/
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files %files
%license COPYING %license COPYING
%doc README %doc README
%{_libdir}/*.so.* %{_libdir}/*.so.*
%{_libdir}/girepository-1.0/GUPnPIgd-1.0.typelib %{_libdir}/girepository-1.0/GUPnPIgd-1.6.typelib
%files devel %files devel
%{_includedir}/* %{_includedir}/*
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}-1.0*.pc %{_libdir}/pkgconfig/%{name}-1.6*.pc
%{_datadir}/gtk-doc/html/%{name}/ %{_datadir}/gtk-doc/html/%{name}/
%{_datadir}/gir-1.0/GUPnPIgd-1.0.gir %{_datadir}/gir-1.0/GUPnPIgd-1.6.gir
%changelog %changelog
* Mon Aug 07 2023 xu_ping <707078654@qq.com> - 1.6.0-1
- Update version to 1.6.0
* Thu Jun 24 2021 Wenlong Ding <wenlong.ding@turbolinux.com.cn> - 1.2.0-1 * Thu Jun 24 2021 Wenlong Ding <wenlong.ding@turbolinux.com.cn> - 1.2.0-1
- Update to 1.2.0 - Update to 1.2.0