This commit is contained in:
parent
c072a98884
commit
5853ad6e91
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 16 16:26:33 CEST 2007 - dmueller@suse.de
|
||||
|
||||
- run autoreconf
|
||||
- fix devel package requires
|
||||
- run ldconfig
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 13 09:16:30 CET 2007 - garloff@suse.de
|
||||
|
||||
|
17
gsl.spec
17
gsl.spec
@ -13,7 +13,7 @@
|
||||
Name: gsl
|
||||
BuildRequires: blas latex2html
|
||||
Version: 1.9
|
||||
Release: 1
|
||||
Release: 6
|
||||
License: GNU General Public License (GPL)
|
||||
Group: Development/Libraries/C and C++
|
||||
#Provides:
|
||||
@ -22,7 +22,7 @@ Summary: GNU Scientific Library
|
||||
Source: ftp://ftp.gnu.org/pub/gnu/gsl/gsl-%{version}.tar.bz2
|
||||
Patch: gsl-1.6-initvars.diff
|
||||
Patch3: gsl-1.6-deps.dif
|
||||
URL: http://sources.redhat.com/gsl/
|
||||
URL: http://www.gnu.org/software/gsl/
|
||||
Prefix: /usr
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -62,7 +62,7 @@ Authors:
|
||||
%package devel
|
||||
Summary: GNU Scientific Library - development files
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: gsl
|
||||
Requires: gsl glibc-devel
|
||||
|
||||
%description devel
|
||||
This package contains the headers, static libraries and some
|
||||
@ -101,9 +101,10 @@ Authors:
|
||||
Fabrice Rossi <rossi@ufrmd.dauphine.fr>
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%setup
|
||||
%patch -p1
|
||||
%patch3 -p0
|
||||
autoreconf -fi
|
||||
|
||||
%build
|
||||
%ifarch i386 i486 i586 i686 x86_64
|
||||
@ -129,6 +130,10 @@ mv %{name} %{name}-%{version}
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libgsl*.so.*
|
||||
@ -157,6 +162,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
rm -rf $RPM_BUILD_DIR/gsl-%{version}
|
||||
|
||||
%changelog
|
||||
* Mon Apr 16 2007 - dmueller@suse.de
|
||||
- run autoreconf
|
||||
- fix devel package requires
|
||||
- run ldconfig
|
||||
* Tue Mar 13 2007 - garloff@suse.de
|
||||
- Update to gsl-1.9:
|
||||
* Fixed the elliptic integrals F,E,P,D so that they have the
|
||||
|
Loading…
Reference in New Issue
Block a user