X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=boost%2Fmingw32-boost.spec;h=286ae7ddacc1dab0c63b4b4c1a18c0ba144ae4c3;hb=73052a7bcc392b5130b5d80fd5a75910f3350ca4;hp=3e83f6960a539f1931b3bcdef1293dafb08c4b61;hpb=fc9ce407e90859f633b0337f31185e07c43148f4;p=fedora-mingw.git diff --git a/boost/mingw32-boost.spec b/boost/mingw32-boost.spec index 3e83f69..286ae7d 100644 --- a/boost/mingw32-boost.spec +++ b/boost/mingw32-boost.spec @@ -6,7 +6,7 @@ Name: mingw32-boost Version: 1.34.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: MinGW Windows port of Boost C++ Libraries License: Boost @@ -79,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 @@ -185,5 +185,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* 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.