X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=gsl%2Fmingw32-gsl.spec;h=15ba2fb76757cfb67283291e4f40448f97462c9d;hb=d470999d10adee141a86c21fb10dc4790b6fde2c;hp=70aa849c792304ee0cb55718e21da2c394f362c7;hpb=cdc4c6f64aa11a6e62288e78e3ae00e3dbb5e674;p=fedora-mingw.git diff --git a/gsl/mingw32-gsl.spec b/gsl/mingw32-gsl.spec index 70aa849..15ba2fb 100644 --- a/gsl/mingw32-gsl.spec +++ b/gsl/mingw32-gsl.spec @@ -6,7 +6,7 @@ Name: mingw32-gsl Version: 1.11 -Release: 1%{?dist} +Release: 4%{?dist} Summary: MinGW Windows port of the GNU Scientific Library License: LGPLv2+ @@ -46,7 +46,7 @@ mv THANKS.aux THANKS # configure ... CFLAGS="$CFLAGS -fgnu89-inline" # but that destroys the original CFLAGS setting. %{_mingw32_configure} -make +make %{?_smp_mflags} # These ltshwrapper files contain DOS line endings for # unknown reason. Bash chokes on them, so we have to convert @@ -73,6 +73,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) +%doc COPYING %{_mingw32_bindir}/libgslcblas-0.dll %{_mingw32_bindir}/libgsl-0.dll %{_mingw32_bindir}/gsl-config @@ -88,5 +89,14 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 20 2009 Richard W.M. Jones - 1.11-4 +- Rebuild for mingw32-gcc 4.4 + +* Fri Feb 6 2009 Richard W.M. Jones - 1.11-3 +- Include license. + +* Fri Jan 23 2009 Richard W.M. Jones - 1.11-2 +- Use _smp_mflags. + * Fri Oct 24 2008 Richard W.M. Jones - 1.11-1 - Initial RPM release.