gupnp-igd/gupnp-igd.spec

66 lines
1.6 KiB
RPMSpec
Raw Normal View History

2019-11-19 11:47:17 +08:00
Name: gupnp-igd
Version: 1.6.0
2021-06-24 18:58:58 +08:00
Release: 1
2019-11-19 11:47:17 +08:00
Summary: Library for handling port mapping between UPnP and IGD
License: LGPLv2+
URL: https://wiki.gnome.org/Projects/GUPnP
2021-06-24 18:58:58 +08:00
Source0: https://download.gnome.org/sources/%{name}/1.2/%{name}-%{version}.tar.xz
2019-11-19 11:47:17 +08:00
BuildRequires: glib2-devel gobject-introspection-devel gtk-doc meson
BuildRequires: cmake
BuildRequires: gupnp-devel
2019-11-19 11:47:17 +08:00
Provides: %{name}-python = %{version}-%{release} %{name}-python2 = %{version}-%{release}
Obsoletes: %{name}-python < %{version}-%{release} %{name}-python2 < %{version}-%{release}
%description
%{name} is a library for handling UPnP IGD port mapping.
%package devel
Summary: Development files for gupnp-igd
Requires: %{name} = %{version}-%{release} pkgconfig
%description devel
This package contains libraries and header files for developing applications that use gupnp-igd.
%prep
2021-06-24 18:58:58 +08:00
%autosetup -p1
2019-11-19 11:47:17 +08:00
%build
2021-06-24 18:58:58 +08:00
%meson -Dgtk_doc=true
%meson_build
2019-11-19 11:47:17 +08:00
%install
2021-06-24 18:58:58 +08:00
%meson_install
2019-11-19 11:47:17 +08:00
cp %{_libdir}/libgupnp-igd-1.0.so.* %{buildroot}%{_libdir}/
2019-11-19 11:47:17 +08:00
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
2019-11-19 11:47:17 +08:00
%files
%license COPYING
%doc README
%{_libdir}/*.so.*
%{_libdir}/girepository-1.0/GUPnPIgd-1.6.typelib
2019-11-19 11:47:17 +08:00
2021-06-24 18:58:58 +08:00
%files devel
2019-11-19 11:47:17 +08:00
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}-1.6*.pc
2019-11-19 11:47:17 +08:00
%{_datadir}/gtk-doc/html/%{name}/
%{_datadir}/gir-1.0/GUPnPIgd-1.6.gir
2019-11-19 11:47:17 +08:00
%changelog
* Mon Aug 07 2023 xu_ping <707078654@qq.com> - 1.6.0-1
- Update version to 1.6.0
2021-06-24 18:58:58 +08:00
* Thu Jun 24 2021 Wenlong Ding <wenlong.ding@turbolinux.com.cn> - 1.2.0-1
- Update to 1.2.0
2019-11-19 11:47:17 +08:00
* Sat Oct 26 2019 Alex Chao <zhaolei746@huawei.com> - 0.2.5-6
- Package init