diff --git a/.cvsignore b/.cvsignore index 0920412..27bfb10 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gsl-1.1.tar.gz +gsl-1.1.1.tar.gz diff --git a/gsl-1.1-nousr.patch b/gsl-1.1-nousr.patch new file mode 100644 index 0000000..4fd18da --- /dev/null +++ b/gsl-1.1-nousr.patch @@ -0,0 +1,17 @@ +--- gsl-1.1/gsl-config.in.nousr Thu Mar 21 18:47:56 2002 ++++ gsl-1.1/gsl-config.in Thu Mar 21 18:48:36 2002 +@@ -58,12 +58,12 @@ + ;; + + --cflags) +- echo @GSL_CFLAGS@ ++ echo @GSL_CFLAGS@ | sed "s|-I/usr/include||g" + ;; + + --libs) + : ${GSL_CBLAS_LIB=-lgslcblas} +- echo @GSL_LIBS@ $GSL_CBLAS_LIB -lm ++ echo @GSL_LIBS@ $GSL_CBLAS_LIB -lm | sed "s|-L/usr/lib||g" + ;; + + --libs-without-cblas) diff --git a/gsl.spec b/gsl.spec index 0d2bf72..cb96566 100644 --- a/gsl.spec +++ b/gsl.spec @@ -1,9 +1,10 @@ Summary: The GNU Scientific Library for numerical analysis. Name: gsl -Version: 1.1 +Version: 1.1.1 Release: 1 URL: http://sources.redhat.com/gsl/ Source: ftp://sources.redhat.com/pub/gsl/%{name}-%{version}.tar.gz +Patch0: gsl-1.1-nousr.patch License: GPL Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -26,6 +27,7 @@ Library). %prep %setup -q +%patch0 -p1 %build %configure @@ -70,6 +72,12 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %changelog +* Thu Mar 21 2002 Trond Eivind Glomsrød +- 1.1.1 bugfix release +- Stop the gsl-config script from printing -I/usr/include + and -L/usr/lib (#59500) + + * Wed Feb 27 2002 Trond Eivind Glomsrød 1.1-1 - 1.1 - Update URL and location diff --git a/sources b/sources index 463c9f7..14d653e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3a59360a631b811e519673888eb25abf gsl-1.1.tar.gz +4c7dc29e0812b045ef4d5c30d23f064a gsl-1.1.1.tar.gz