mirror of
https://abf.rosa.ru/djam/boost.git
synced 2025-04-19 12:44:11 +00:00
Fake provide cmake(Boost) to unbreak builds after cmake() requires generator appeared
This commit is contained in:
parent
cbc27bfef5
commit
190d43b1de
1 changed files with 3 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
||||||
Summary: Portable C++ libraries
|
Summary: Portable C++ libraries
|
||||||
Name: boost
|
Name: boost
|
||||||
Version: 1.61.0
|
Version: 1.61.0
|
||||||
Release: 5
|
Release: 6
|
||||||
License: Boost
|
License: Boost
|
||||||
Group: Development/C++
|
Group: Development/C++
|
||||||
Url: http://boost.org/
|
Url: http://boost.org/
|
||||||
|
@ -764,6 +764,8 @@ Requires: %{libwave} = %{EVRD}
|
||||||
Requires: %{libwserialization} = %{EVRD}
|
Requires: %{libwserialization} = %{EVRD}
|
||||||
Provides: %{name}-devel = %{EVRD}
|
Provides: %{name}-devel = %{EVRD}
|
||||||
Provides: lib%{name}-devel = %{EVRD}
|
Provides: lib%{name}-devel = %{EVRD}
|
||||||
|
# !!! Fake provide as a temp solution
|
||||||
|
Provides: cmake(Boost)
|
||||||
|
|
||||||
%description -n %{devname}
|
%description -n %{devname}
|
||||||
Boost is a collection of free peer-reviewed portable C++ source
|
Boost is a collection of free peer-reviewed portable C++ source
|
||||||
|
|
Loading…
Add table
Reference in a new issue