SHA256
1
0
forked from pool/gsl
OBS User unknown 2007-04-16 22:32:17 +00:00 committed by Git OBS Bridge
parent c072a98884
commit 5853ad6e91
2 changed files with 20 additions and 4 deletions

View File

@ -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 Tue Mar 13 09:16:30 CET 2007 - garloff@suse.de

View File

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