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 714194 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 add the boost version to the files from the build and jam subpackages
boost148.spec.patch (text/plain), 2.58 KB, created by
Radu Greab
on 2013-03-22 00:35:31 UTC
(
hide
)
Description:
Patch to add the boost version to the files from the build and jam subpackages
Filename:
MIME Type:
Creator:
Radu Greab
Created:
2013-03-22 00:35:31 UTC
Size:
2.58 KB
patch
obsolete
>--- boost148.spec 2013-03-21 03:40:20.000000000 +0200 >+++ boost148.spec 2013-03-22 02:24:06.380632791 +0200 >@@ -44,7 +44,8 @@ > Summary: The free peer-reviewed portable C++ source libraries > Version: 1.48.0 > %define version_enc 1_48_0 >-Release: 3%{?dist} >+%define version_suffix 148 >+Release: 4%{?dist} > License: Boost and MIT and Python > > # The CMake build framework (set of CMakeLists.txt and module.cmake files) is >@@ -540,6 +541,10 @@ > %patch16 -p1 > %patch17 -p0 > >+# Update path to boost-build >+sed -i "s,BOOST_BUILD_PATH = /usr/share/boost-build,BOOST_BUILD_PATH = %{_datadir}/%{name}-build,g" \ >+ tools/build/v2/engine/jambase.c tools/build/v2/engine/Jambase >+ > %build > # Support for building tests. > %define boost_testflags -DBUILD_TESTS="NONE" >@@ -686,13 +691,13 @@ > echo ============================= install jam ================== > mkdir -p $RPM_BUILD_ROOT%{_bindir} > pushd tools/build/v2/engine/ >-%{__install} -m 755 bin.linux*/bjam $RPM_BUILD_ROOT%{_bindir} >+%{__install} -m 755 bin.linux*/bjam $RPM_BUILD_ROOT%{_bindir}/bjam%{version_suffix} > popd > # Install the manual page >-%{__install} -p -m 644 tools/build/v2/doc/bjam.1 -D $RPM_BUILD_ROOT%{_mandir}/man1/bjam.1 >+%{__install} -p -m 644 tools/build/v2/doc/bjam.1 -D $RPM_BUILD_ROOT%{_mandir}/man1/bjam%{version_suffix}.1 > > echo ============================= install build ================== >-mkdir -p $RPM_BUILD_ROOT%{_datadir}/boost-build >+mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}-build > pushd tools/build/v2 > # Fix some permissions > chmod -x build/alias.py >@@ -702,7 +707,7 @@ > # Not a real file > rm -f build/project.ann.py > # Move into a dedicated location >-cp -a boost-build.jam bootstrap.jam build-system.jam build/ kernel/ options/ tools/ util/ user-config.jam $RPM_BUILD_ROOT%{_datadir}/boost-build/ >+cp -a boost-build.jam bootstrap.jam build-system.jam build/ kernel/ options/ tools/ util/ user-config.jam $RPM_BUILD_ROOT%{_datadir}/%{name}-build/ > popd > > # Install documentation files (HTML pages) within the temporary place >@@ -1064,15 +1069,18 @@ > %files build > %defattr(-, root, root, -) > %doc LICENSE_1_0.txt >-%{_datadir}/boost-build/ >+%{_datadir}/%{name}-build/ > > %files jam > %defattr(-, root, root, -) > %doc LICENSE_1_0.txt >-%{_bindir}/bjam >-%{_mandir}/man1/bjam.1* >+%{_bindir}/bjam%{version_suffix} >+%{_mandir}/man1/bjam%{version_suffix}.1* > > %changelog >+* Thu Mar 21 2013 Radu Greab <radu@yx.ro> - 1.48.0-4 >+- Add boost version to the files from the build and jam subpackages >+ > * Wed Mar 20 2013 Radu Greab <radu@yx.ro> - 1.48.0-3 > - Set noarch for package boost148-build only on supported systems, > otherwise the debuginfo package is not built
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