1
0
Alexei Sorokin
2017-05-23 12:54:11 +00:00
committed by Git OBS Bridge
parent 03e0fdeca3
commit 4b84f96b32

View File

@@ -89,8 +89,8 @@ The main goals of libtorrent-rasterbar are:
%package -n python2-%{name}
Summary: Python Bindings for libtorrent-rasterbar
Group: Development/Libraries/Python
# python-libtorrent-rasterbar was last used in openSUSE Leap 42.2.
Group: Development/Libraries/Python
Provides: python-%{name} = %{version}
Obsoletes: python-%{name} < %{version}
@@ -121,7 +121,7 @@ Group: Development/Libraries/C and C++
Requires: %{name}%{sover} = %{version}
Requires: gcc-c++
Requires: pkgconfig(openssl)
%if %{with python3}
%if 0%{?suse_version} > 1320
Requires: libboost_headers-devel
%else
Requires: boost-devel >= 1.54
@@ -181,7 +181,7 @@ for py in python; do
%if %{with examples}
--enable-examples \
%endif
--with-boost-python="libboost_$py" \
--with-boost-python="boost_$py" \
--enable-python-binding
make %{?_smp_mflags} V=1
popd