Accepting request 982362 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/982362 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/miniupnpc?expand=0&rev=23
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 9 17:50:48 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Set LIBIR during 'make install' to fix the library path in the
|
||||
generated pkg-config file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 18 17:53:57 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package miniupnpc
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -80,6 +80,7 @@ The MiniUPnP project offers software which supports the UPnP Internet Gateway
|
||||
Device (IGD) specifications.
|
||||
|
||||
%else
|
||||
|
||||
%package -n python2-miniupnpc
|
||||
Summary: Universal Plug'n'Play (UPnP) Client Module for Python
|
||||
Group: Development/Libraries/Python
|
||||
@@ -113,7 +114,7 @@ make %{?_smp_mflags} \
|
||||
%python_build
|
||||
|
||||
%install
|
||||
%make_install INSTALLDIRLIB=%{_libdir}
|
||||
%make_install INSTALLDIRLIB=%{_libdir} LIBDIR=%{_lib}
|
||||
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||
|
Reference in New Issue
Block a user