auto-import changelog data from gsl-1.1.1-1.src.rpm
Thu Mar 21 2002 Trond Eivind Glomsrd <teg@redhat.com> - 1.1.1 bugfix release - Stop the gsl-config script from printing -I/usr/include and -L/usr/lib (#59500)
This commit is contained in:
parent
004ff926f0
commit
8680dab71d
@ -1 +1 @@
|
||||
gsl-1.1.tar.gz
|
||||
gsl-1.1.1.tar.gz
|
||||
|
17
gsl-1.1-nousr.patch
Normal file
17
gsl-1.1-nousr.patch
Normal file
@ -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)
|
10
gsl.spec
10
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 <teg@redhat.com>
|
||||
- 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 <teg@redhat.com> 1.1-1
|
||||
- 1.1
|
||||
- Update URL and location
|
||||
|
Loading…
Reference in New Issue
Block a user