[mingw-boost: 30/48] package new chrono lib

epienbro epienbro at fedoraproject.org
Wed Mar 7 15:45:08 UTC 2012


commit ac3b5dccf87eb57310cd3eb80d2e1344feb32220
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Fri Sep 2 09:32:14 2011 +0200

    package new chrono lib

 mingw32-boost.spec |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/mingw32-boost.spec b/mingw32-boost.spec
index 45a55f5..286a99d 100644
--- a/mingw32-boost.spec
+++ b/mingw32-boost.spec
@@ -10,7 +10,7 @@
 Name:           mingw32-%{name1}
 Version:        1.47.0
 %global version_enc 1_47_0
-%global dllboostver 1_47_0
+%global dllboostver 1_47
 %global dllgccver gcc46
 Release:        1%{?dist}
 Summary:        MinGW Windows port of Boost C++ Libraries
@@ -132,6 +132,14 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc LICENSE_1_0.txt
 %{_mingw32_includedir}/boost
+%{_mingw32_bindir}/boost_chrono-%{dllgccver}-%{dllboostver}.dll
+%{_mingw32_libdir}/libboost_chrono-%{dllgccver}-%{dllboostver}.dll.a
+%{_mingw32_bindir}/boost_chrono-%{dllgccver}-d-%{dllboostver}.dll
+%{_mingw32_libdir}/libboost_chrono-%{dllgccver}-d-%{dllboostver}.dll.a
+%{_mingw32_bindir}/boost_chrono-%{dllgccver}-mt-%{dllboostver}.dll
+%{_mingw32_libdir}/libboost_chrono-%{dllgccver}-mt-%{dllboostver}.dll.a
+%{_mingw32_bindir}/boost_chrono-%{dllgccver}-mt-d-%{dllboostver}.dll
+%{_mingw32_libdir}/libboost_chrono-%{dllgccver}-mt-d-%{dllboostver}.dll.a
 %{_mingw32_bindir}/boost_date_time-%{dllgccver}-%{dllboostver}.dll
 %{_mingw32_libdir}/libboost_date_time-%{dllgccver}-%{dllboostver}.dll.a
 %{_mingw32_bindir}/boost_date_time-%{dllgccver}-d-%{dllboostver}.dll
@@ -249,6 +257,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %files static
 %defattr(-,root,root,-)
+%{_mingw32_libdir}/libboost_chrono-%{dllgccver}-%{dllboostver}.a
+%{_mingw32_libdir}/libboost_chrono-%{dllgccver}-d-%{dllboostver}.a
+%{_mingw32_libdir}/libboost_chrono-%{dllgccver}-mt-%{dllboostver}.a
+%{_mingw32_libdir}/libboost_chrono-%{dllgccver}-mt-d-%{dllboostver}.a
 %{_mingw32_libdir}/libboost_date_time-%{dllgccver}-%{dllboostver}.a
 %{_mingw32_libdir}/libboost_date_time-%{dllgccver}-d-%{dllboostver}.a
 %{_mingw32_libdir}/libboost_date_time-%{dllgccver}-mt-%{dllboostver}.a


More information about the scm-commits mailing list