This commit is contained in:
parent
cc759ccb37
commit
f9a966466b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 7 14:05:18 CET 2007 - garloff@suse.de
|
||||||
|
|
||||||
|
- -l2h and BuildRequire latex2html for formulas in manual (#242160).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 24 00:39:14 CET 2006 - garloff@suse.de
|
Fri Nov 24 00:39:14 CET 2006 - garloff@suse.de
|
||||||
|
|
||||||
|
21
gsl.spec
21
gsl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gsl (Version 1.8)
|
# spec file for package gsl (Version 1.8)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -11,10 +11,10 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: gsl
|
Name: gsl
|
||||||
BuildRequires: blas
|
BuildRequires: blas latex2html
|
||||||
Version: 1.8
|
Version: 1.8
|
||||||
Release: 21
|
Release: 27
|
||||||
License: GNU General Public License (GPL), Other License(s), see package
|
License: GNU General Public License (GPL)
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
#Provides:
|
#Provides:
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
@ -112,7 +112,7 @@ Authors:
|
|||||||
#%patch6 -p1
|
#%patch6 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch %ix86 x86_64
|
%ifarch i386 i486 i586 i686 x86_64
|
||||||
# We could add -msse2 -mpfmath=sse here ...
|
# We could add -msse2 -mpfmath=sse here ...
|
||||||
CFLAGS="$RPM_OPT_FLAGS -O3 -finline-limit=720 --param max-inline-insns-auto=160 -funroll-loops -fno-strict-aliasing -funit-at-a-time -ftree-vectorize -momit-leaf-frame-pointer" \
|
CFLAGS="$RPM_OPT_FLAGS -O3 -finline-limit=720 --param max-inline-insns-auto=160 -funroll-loops -fno-strict-aliasing -funit-at-a-time -ftree-vectorize -momit-leaf-frame-pointer" \
|
||||||
./configure --enable-shared --with-gnu-ld \
|
./configure --enable-shared --with-gnu-ld \
|
||||||
@ -124,8 +124,13 @@ CFLAGS="$RPM_OPT_FLAGS -O3 -finline-limit=720 --param max-inline-insns-auto=160
|
|||||||
%endif
|
%endif
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
make check
|
make check
|
||||||
cd doc
|
# latex2html (dvips) is braindead in its rejection of '.' in a dir name
|
||||||
texi2html -menu -split_chapter -glossary gsl-ref.texi
|
cd ..
|
||||||
|
mv %{name}-%{version} %{name}
|
||||||
|
cd %{name}/doc
|
||||||
|
texi2html -l2h -menu -split_chapter -glossary gsl-ref.texi
|
||||||
|
cd ../..
|
||||||
|
mv %{name} %{name}-%{version}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
@ -158,6 +163,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
rm -rf $RPM_BUILD_DIR/gsl-%{version}
|
rm -rf $RPM_BUILD_DIR/gsl-%{version}
|
||||||
|
|
||||||
%changelog -n gsl
|
%changelog -n gsl
|
||||||
|
* Wed Feb 07 2007 - garloff@suse.de
|
||||||
|
- -l2h and BuildRequire latex2html for formulas in manual (#242160).
|
||||||
* Fri Nov 24 2006 - garloff@suse.de
|
* Fri Nov 24 2006 - garloff@suse.de
|
||||||
- -momit-leaf-frame-pointer was only enabled on x86_64 and i386;
|
- -momit-leaf-frame-pointer was only enabled on x86_64 and i386;
|
||||||
however, it should have been enabled on all ix86. Fixed.
|
however, it should have been enabled on all ix86. Fixed.
|
||||||
|
Loading…
Reference in New Issue
Block a user