X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=boost%2Fmingw32-boost.spec;h=ebf4f4e7e320eb28126ede1f909a187ec31c2692;hb=7e5dca9cddc70940dd5cd0a721c19f5184d6a9ce;hp=15dc32f51c2bdd1fe184fb2ef24f8ecf968583f5;hpb=7f3116553b62f34ab8b9878f5dcd5f00c4c4616f;p=fedora-mingw.git diff --git a/boost/mingw32-boost.spec b/boost/mingw32-boost.spec index 15dc32f..ebf4f4e 100644 --- a/boost/mingw32-boost.spec +++ b/boost/mingw32-boost.spec @@ -6,7 +6,7 @@ Name: mingw32-boost Version: 1.34.1 -Release: 1%{?dist} +Release: 6%{?dist} Summary: MinGW Windows port of Boost C++ Libraries License: Boost @@ -22,10 +22,14 @@ Patch3: boost-run-tests.patch Patch4: boost-regex.patch Patch5: boost-gcc43.patch +# For GCC 4.4, https://svn.boost.org/trac/boost/ticket/2069 +Patch1000: svn-r48960.diff + BuildArch: noarch BuildRequires: mingw32-filesystem >= 30 BuildRequires: mingw32-gcc +BuildRequires: mingw32-gcc-c++ BuildRequires: mingw32-binutils #BuildRequires: mingw-libstdc++ BuildRequires: mingw32-bzip2 @@ -54,6 +58,8 @@ Standards Committee's upcoming C++ Standard Library Technical Report.) %patch4 -p0 %patch5 -p1 +%patch1000 -p2 + %build BOOST_ROOT=`pwd` @@ -78,7 +84,7 @@ REGEX_FLAGS="--without-icu" rm user-config.jam echo "using gcc : : %{_mingw32_cc} : ;" > user-config.jam -make all +make %{?_smp_mflags} all %install @@ -134,6 +140,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) +%doc LICENSE_1_0.txt %{_mingw32_includedir}/boost %{_mingw32_bindir}/libboost_date_time.dll %{_mingw32_libdir}/libboost_date_time.dll.a @@ -184,5 +191,14 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Sat Oct 24 2008 Richard W.M. Jones - 1.34.1-1 +* Sat Feb 21 2009 Richard W.M. Jones - 1.34.1-6 +- Rebuild for mingw32-gcc 4.4 + +* Fri Jan 23 2009 Richard W.M. Jones - 1.34.1-4 +- Include license file. + +* Fri Jan 23 2009 Richard W.M. Jones - 1.34.1-3 +- Use _smp_mflags. + +* Sat Oct 24 2008 Richard W.M. Jones - 1.34.1-2 - Initial RPM release.