Drop mentions of cmake
This commit is contained in:
parent
2dcacf6f3c
commit
216eea2217
16
boost.spec
16
boost.spec
@ -28,15 +28,6 @@ Version: 1.50.0
|
|||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
License: Boost and MIT and Python
|
License: Boost and MIT and Python
|
||||||
|
|
||||||
# The CMake build framework (set of CMakeLists.txt and module.cmake files) is
|
|
||||||
# added on top of the official Boost release (http://www.boost.org), thanks to
|
|
||||||
# a dedicated patch. That CMake framework (and patch) is hosted and maintained
|
|
||||||
# on GitHub, for now in the following Git repository:
|
|
||||||
# https://github.com/pocb/boost.git
|
|
||||||
# A clone also exists on Gitorious, where CMake-related work was formely done:
|
|
||||||
# http://gitorious.org/boost/cmake
|
|
||||||
# Upstream work is synchronised thanks to the Ryppl's hosted Git clone:
|
|
||||||
# https://github.com/ryppl/boost-svn/tree/trunk
|
|
||||||
%define toplev_dirname %{name}_%{version_enc}
|
%define toplev_dirname %{name}_%{version_enc}
|
||||||
URL: http://www.boost.org
|
URL: http://www.boost.org
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -76,7 +67,6 @@ Requires: boost-wave = %{version}-%{release}
|
|||||||
Requires: boost-python3 = %{version}-%{release}
|
Requires: boost-python3 = %{version}-%{release}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
BuildRequires: cmake
|
|
||||||
BuildRequires: libstdc++-devel%{?_isa}
|
BuildRequires: libstdc++-devel%{?_isa}
|
||||||
BuildRequires: bzip2-devel%{?_isa}
|
BuildRequires: bzip2-devel%{?_isa}
|
||||||
BuildRequires: zlib-devel%{?_isa}
|
BuildRequires: zlib-devel%{?_isa}
|
||||||
@ -324,9 +314,6 @@ Summary: The Boost C++ headers and shared development libraries
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: boost = %{version}-%{release}
|
Requires: boost = %{version}-%{release}
|
||||||
Provides: boost-python-devel = %{version}-%{release}
|
Provides: boost-python-devel = %{version}-%{release}
|
||||||
# for %%_datadir/cmake ownership, can consider making cmake-filesystem
|
|
||||||
# if this dep is a problem
|
|
||||||
Requires: cmake
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Headers and shared object symbolic links for the Boost C++ libraries.
|
Headers and shared object symbolic links for the Boost C++ libraries.
|
||||||
@ -577,9 +564,6 @@ echo ============================= build Boost.Build ==================
|
|||||||
%check
|
%check
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
cd build
|
cd build
|
||||||
|
|
||||||
# Standard test with CMake, depends on installed boost-test.
|
|
||||||
ctest --verbose --output-log testing.log
|
|
||||||
if [ -f testing.log ]; then
|
if [ -f testing.log ]; then
|
||||||
echo "" >> testing.log
|
echo "" >> testing.log
|
||||||
echo `date` >> testing.log
|
echo `date` >> testing.log
|
||||||
|
Loading…
Reference in New Issue
Block a user