mirror of
https://github.com/r4sas/miniupnpc-epel8
synced 2025-01-27 07:05:02 +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
|
||||
Name: miniupnpc
|
||||
Version: 2.2.5
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: BSD
|
||||
URL: http://miniupnp.free.fr/
|
||||
URL: https://miniupnp.tuxfamily.org/
|
||||
|
||||
BuildRequires: cmake >= 3.5.0
|
||||
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_STATIC=FALSE \
|
||||
-DUPNPC_BUILD_TESTS=TRUE \
|
||||
%if 0%{?openeuler}
|
||||
-DUPNPC_NO_INSTALL=FALSE \
|
||||
.
|
||||
%else
|
||||
-DUPNPC_NO_INSTALL=FALSE
|
||||
%endif
|
||||
|
||||
%cmake_build
|
||||
%py3_build
|
||||
|
Loading…
x
Reference in New Issue
Block a user