Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 712745 Details for
Bug 921134
Review Request: boost148 - The free peer-reviewed portable C++ source libraries
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to boost148.spec to correct build errors
boost148.spec.patch (text/plain), 2.82 KB, created by
Radu Greab
on 2013-03-19 15:14:27 UTC
(
hide
)
Description:
Patch to boost148.spec to correct build errors
Filename:
MIME Type:
Creator:
Radu Greab
Created:
2013-03-19 15:14:27 UTC
Size:
2.82 KB
patch
obsolete
>--- boost148.spec 2013-03-13 16:53:24.000000000 +0200 >+++ boost148.spec 2013-03-19 17:03:33.064538435 +0200 >@@ -40,10 +40,11 @@ > %endif > > Name: boost148 >+%define real_name boost > Summary: The free peer-reviewed portable C++ source libraries > Version: 1.48.0 > %define version_enc 1_48_0 >-Release: 1%{?dist} >+Release: 2%{?dist} > License: Boost and MIT and Python > > # The CMake build framework (set of CMakeLists.txt and module.cmake files) is >@@ -345,11 +346,11 @@ > %package devel > Summary: The Boost C++ headers and shared development libraries > Group: Development/Libraries >-Requires: boost = %{version}-%{release} >+Requires: boost148 = %{version}-%{release} > Provides: boost148-python-devel = %{version}-%{release} > # for %%_datadir/cmake ownership, can consider making cmake-filesystem > # if this dep is a problem >-Requires: cmake >+#Requires: cmake > > %description devel > Headers and shared object symbolic links for the Boost C++ libraries. >@@ -768,8 +769,8 @@ > # the files out, and rely on cmake's FindBoost to DTRT, as it had been > # doing in pre-cmake-boost times. For further info, see: > # https://bugzilla.redhat.com/show_bug.cgi?id=597020 >-rm -Rfv $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version} >-rm -Rfv $RPM_BUILD_ROOT%{_datadir}/cmake/%{name} >+rm -Rfv $RPM_BUILD_ROOT%{_datadir}/%{real_name}-%{version} >+rm -Rfv $RPM_BUILD_ROOT%{_datadir}/cmake/%{real_name} > > # Perform the necessary renaming according to package renaming > mkdir -p $RPM_BUILD_ROOT{%{_includedir},%{_libdir}/{.,{mpich2,openmpi}/lib}}/%{name} >@@ -991,17 +992,17 @@ > %defattr(-, root, root, -) > %doc LICENSE_1_0.txt > %{_includedir}/%{name} >-%{_libdir}/libboost_*.so >+%{_libdir}/%{name}/libboost_*.so > > %files static > %defattr(-, root, root, -) > %doc LICENSE_1_0.txt >-%{_libdir}/*.a >+%{_libdir}/%{name}/*.a > %if %{with mpich2} >-%{_libdir}/mpich2/lib/*.a >+%{_libdir}/mpich2/lib/%{name}/*.a > %endif > %if %{with openmpi} >-%{_libdir}/openmpi/lib/*.a >+%{_libdir}/openmpi/lib/%{name}/*.a > %endif > > # OpenMPI packages >@@ -1016,7 +1017,7 @@ > %files openmpi-devel > %defattr(-, root, root, -) > %doc LICENSE_1_0.txt >-%{_libdir}/openmpi/lib/libboost_*.so >+%{_libdir}/openmpi/lib/%{name}/libboost_*.so > > %files openmpi-python > %defattr(-, root, root, -) >@@ -1043,7 +1044,7 @@ > %files mpich2-devel > %defattr(-, root, root, -) > %doc LICENSE_1_0.txt >-%{_libdir}/mpich2/lib/libboost_*.so >+%{_libdir}/mpich2/lib/%{name}/libboost_*.so > > %files mpich2-python > %defattr(-, root, root, -) >@@ -1070,5 +1071,11 @@ > %{_mandir}/man1/bjam.1* > > %changelog >+* Tue Mar 19 2013 Radu Greab <radu@yx.ro> - 1.48.0-2 >+- Really remove the .cmake files from the build root >+- The devel libraries are in versioned directories >+- boost148-devel: don't require cmake >+- boost148-devel: require boost148, not boost >+ > * Wed Mar 13 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.48.0-1 > - Transformed boost-1.48.0-14 into boost148-1.48.0-1 (#)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 921134
: 712745 |
713445
|
714194