Packages moved to Fedora.
[fedora-mingw.git] / gsl / mingw32-gsl.spec
index 70aa849..15ba2fb 100644 (file)
@@ -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 <rjones@redhat.com> - 1.11-4
+- Rebuild for mingw32-gcc 4.4
+
+* Fri Feb  6 2009 Richard W.M. Jones <rjones@redhat.com> - 1.11-3
+- Include license.
+
+* Fri Jan 23 2009 Richard W.M. Jones <rjones@redhat.com> - 1.11-2
+- Use _smp_mflags.
+
 * Fri Oct 24 2008 Richard W.M. Jones <rjones@redhat.com> - 1.11-1
 - Initial RPM release.