mirror of
https://github.com/r4sas/miniupnpc-epel8
synced 2025-01-28 23:54:14 +00:00
add source path for openeuler
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
6f8eb55535
commit
0ac36f2aea
@ -9,9 +9,9 @@
|
|||||||
Summary: Library and tool to control NAT in UPnP-enabled routers
|
Summary: Library and tool to control NAT in UPnP-enabled routers
|
||||||
Name: miniupnpc
|
Name: miniupnpc
|
||||||
Version: 2.2.5
|
Version: 2.2.5
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://miniupnp.free.fr/
|
URL: https://miniupnp.tuxfamily.org/
|
||||||
|
|
||||||
BuildRequires: cmake >= 3.5.0
|
BuildRequires: cmake >= 3.5.0
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -59,7 +59,12 @@ sed -i -e 's|build/libminiupnpc.a|build/libminiupnpc.so.%{version}|g' setup.py
|
|||||||
-DUPNPC_BUILD_SHARED=TRUE \
|
-DUPNPC_BUILD_SHARED=TRUE \
|
||||||
-DUPNPC_BUILD_STATIC=FALSE \
|
-DUPNPC_BUILD_STATIC=FALSE \
|
||||||
-DUPNPC_BUILD_TESTS=TRUE \
|
-DUPNPC_BUILD_TESTS=TRUE \
|
||||||
|
%if 0%{?openeuler}
|
||||||
|
-DUPNPC_NO_INSTALL=FALSE \
|
||||||
|
.
|
||||||
|
%else
|
||||||
-DUPNPC_NO_INSTALL=FALSE
|
-DUPNPC_NO_INSTALL=FALSE
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
%py3_build
|
%py3_build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user