- Integrated Petr's work to fix missing Boost.Filesystem V3 issue

- Resolves: #667740
This commit is contained in:
Denis Arnaud 2011-01-10 21:00:45 +01:00
parent 85e1b4dc59
commit 9cc1979eb0
4 changed files with 38187 additions and 8 deletions

2
.gitignore vendored
View File

@ -4,3 +4,5 @@ clog
.build*
boost_*/
*/*.rpm
/boost-1.44.0.cmake.tar.bz2
/cmakeify_boost_1440_2.patch

View File

@ -29,9 +29,12 @@ License: Boost
# 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 Gitorious, for now in the following Git repository:
# http://gitorious.org/boost/denisarnauds-zeuners-boost-cmake
# http://git.gitorious.org/~denisarnaud/boost/denisarnauds-zeuners-boost-cmake.git
# on GitHub, for now in the following Git repository:
# https://github.com/denisarnaud/boost-cmake
# A clone also exists on Gitorious, where CMake-related work was formely done:
# http://gitorious.org/~denisarnaud/boost/denisarnauds-cmake
# Upstream work is synchronised thanks to the Ryppl's hosted Git clone:
# https://github.com/ryppl/boost-svn/tree/trunk
%define full_pristine_version %{name}_%{pristine_version}
%define full_cmake_version %{name}-%{version}.cmake
URL: http://www.boost.org
@ -79,9 +82,9 @@ BuildRequires: python-devel
BuildRequires: libicu-devel
BuildRequires: chrpath
Patch0: cmakeify_boost_1440.patch
Patch0: cmakeify_boost_1440_2.patch
#Patch1: boost-cmake-soname.patch
Patch2: boost-random-dso.patch
#Patch2: boost-random-dso.patch
%bcond_with tests
%bcond_with docs_generated
@ -404,7 +407,6 @@ a number of significant features and is now developed independently
# CMake framework (CMakeLists.txt, *.cmake and documentation files)
%patch0 -p1
%patch2 -p1
%build
# Support for building tests.
@ -817,6 +819,10 @@ find $RPM_BUILD_ROOT%{_includedir}/ \( -name '*.pl' -o -name '*.sh' \) -exec %{_
%{_bindir}/bjam
%changelog
* Mon Jan 10 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.44.0-7
- Integrated Petr's work to fix missing Boost.Filesystem V3 issue
- Resolves: #667740
* Thu Jan 6 2011 Petr Machata <pmachata@redhat.com> - 1.44.0-6
- Don't override CXXFLAGS with -DBOOST_IOSTREAMS_USE_DEPRECATED
- Resolves: #667294

38171
cmakeify_boost_1440_2.patch Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,2 +1,2 @@
f02578f5218f217a9f20e9c30e119c6a boost_1_44_0.tar.bz2
ecfd517994a464060f2bc015e5b4d194 cmakeify_boost_1440.patch
79c7c58e43fa65deb5855127ec32c9e0 boost-1.44.0.cmake.tar.bz2
da8348b4d793ef258796b19df00635d5 cmakeify_boost_1440_2.patch