X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=boost%2Fmingw32-boost.spec;h=c565baec40a420e8c55f83cba308cfb0e4fc8566;hb=f5fb0d87bb47b6a323131a45dea1e19c8718ce71;hp=15dc32f51c2bdd1fe184fb2ef24f8ecf968583f5;hpb=7f3116553b62f34ab8b9878f5dcd5f00c4c4616f;p=fedora-mingw.git diff --git a/boost/mingw32-boost.spec b/boost/mingw32-boost.spec index 15dc32f..c565bae 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: 5%{?dist} Summary: MinGW Windows port of Boost C++ Libraries License: Boost @@ -26,6 +26,7 @@ BuildArch: noarch BuildRequires: mingw32-filesystem >= 30 BuildRequires: mingw32-gcc +BuildRequires: mingw32-gcc-c++ BuildRequires: mingw32-binutils #BuildRequires: mingw-libstdc++ BuildRequires: mingw32-bzip2 @@ -78,7 +79,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 +135,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 +186,14 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Sat Oct 24 2008 Richard W.M. Jones - 1.34.1-1 +* Fri Feb 20 2009 Richard W.M. Jones - 1.34.1-5 +- 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.