From 8680dab71da2e99162cf25c0c1fd8767478c0c6a Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 05:54:00 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20gsl-1.1?= =?UTF-8?q?.1-1.src.rpm=20Thu=20Mar=2021=202002=20Trond=20Eivind=20Glomsr?= =?UTF-8?q?=F8d=20=20-=201.1.1=20bugfix=20release=20-=20St?= =?UTF-8?q?op=20the=20gsl-config=20script=20from=20printing=20-I/usr/inclu?= =?UTF-8?q?de=20and=20-L/usr/lib=20=20=20=20=20(#59500)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 2 +- gsl-1.1-nousr.patch | 17 +++++++++++++++++ gsl.spec | 10 +++++++++- sources | 2 +- 4 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 gsl-1.1-nousr.patch 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