1 |
Version: 1.14.9 |
Version: 1.14.9 |
2 |
Summary: Universal Plug and Play (UPnP) SDK |
Summary: Universal Plug and Play (UPnP) SDK |
3 |
Name: libupnp |
Name: libupnp |
4 |
Release: 1%{?dist} |
Release: 2%{?dist} |
5 |
License: BSD |
License: BSD |
6 |
URL: https://github.com/pupnp/pupnp |
URL: https://github.com/pupnp/pupnp |
7 |
Source: %{url}/archive/release-%{version}/%{name}-%{version}.tar.gz |
Source: %{url}/archive/release-%{version}/%{name}-%{version}.tar.gz |
32 |
autoreconf -vif |
autoreconf -vif |
33 |
%configure \ |
%configure \ |
34 |
--enable-static=no \ |
--enable-static=no \ |
35 |
--enable-ipv6 |
--enable-ipv6 \ |
36 |
|
--disable-blocking-tcp-connections |
37 |
|
|
38 |
# remove rpath from libtool |
# remove rpath from libtool |
39 |
sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool |
sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool |
61 |
%{_libdir}/pkgconfig/libupnp.pc |
%{_libdir}/pkgconfig/libupnp.pc |
62 |
|
|
63 |
%changelog |
%changelog |
64 |
|
* Thu Nov 11 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.14.9-2.sme |
65 |
|
- build with --disable-blocking-tcp-connections |
66 |
|
|
67 |
* Mon Aug 16 2021 Nicolas Chauvet <kwizart@gmail.com> - 1.14.9-1 |
* Mon Aug 16 2021 Nicolas Chauvet <kwizart@gmail.com> - 1.14.9-1 |
68 |
- Update to 1.14.9 |
- Update to 1.14.9 |
69 |
|
|