forked from pool/libtorrent-rasterbar
Accepting request 1169254 from home:alois:leap156boost175
- Build against boost175 on Leap15 code-o-o#leap/features/issue/155 OBS-URL: https://build.opensuse.org/request/show/1169254 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=176
This commit is contained in:
parent
8a22941014
commit
07f1fc2d89
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 19 12:59:53 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
- Build against boost175 on Leap15
|
||||||
|
code-o-o#leap/features/issue/155
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 19 13:01:31 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>
|
Mon Feb 19 13:01:31 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
@ -33,10 +33,17 @@ Source: %{name}-%{version}.tar.xz
|
|||||||
BuildRequires: cmake >= 3.12.0
|
BuildRequires: cmake >= 3.12.0
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
%if 0%{?suse_version} > 1500
|
||||||
BuildRequires: libboost_chrono-devel
|
BuildRequires: libboost_chrono-devel
|
||||||
BuildRequires: libboost_python3-devel
|
BuildRequires: libboost_python3-devel
|
||||||
BuildRequires: libboost_random-devel
|
BuildRequires: libboost_random-devel
|
||||||
BuildRequires: libboost_system-devel
|
BuildRequires: libboost_system-devel
|
||||||
|
%else
|
||||||
|
BuildRequires: libboost_chrono1_75_0-devel
|
||||||
|
BuildRequires: libboost_python-py3-1_75_0-devel
|
||||||
|
BuildRequires: libboost_random1_75_0-devel
|
||||||
|
BuildRequires: libboost_system1_75_0-devel
|
||||||
|
%endif
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
@ -83,7 +90,11 @@ Summary: Header files for libtorrent, a C++ implementation of the BitTorr
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name}%{libver} = %{version}
|
Requires: %{name}%{libver} = %{version}
|
||||||
Requires: gcc-c++
|
Requires: gcc-c++
|
||||||
|
%if 0%{?suse_version} > 1500
|
||||||
Requires: libboost_headers-devel
|
Requires: libboost_headers-devel
|
||||||
|
%else
|
||||||
|
Requires: libboost_headers1_75_0-devel
|
||||||
|
%endif
|
||||||
Requires: pkgconfig(openssl)
|
Requires: pkgconfig(openssl)
|
||||||
Conflicts: %{name}-%{_legacy}-devel
|
Conflicts: %{name}-%{_legacy}-devel
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user