SPECS: lapack.spec - fixed misconception; updated automake_support...
qboosh
qboosh at pld-linux.org
Sun Jan 20 13:36:33 CET 2008
Author: qboosh Date: Sun Jan 20 12:36:33 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed misconception; updated automake_support patch to force -O0 only for broken files
- fixed -devel descs (no header files there)
- release 5
---- Files affected:
SPECS:
lapack.spec (1.39 -> 1.40)
---- Diffs:
================================================================
Index: SPECS/lapack.spec
diff -u SPECS/lapack.spec:1.39 SPECS/lapack.spec:1.40
--- SPECS/lapack.spec:1.39 Sun Jan 20 13:11:35 2008
+++ SPECS/lapack.spec Sun Jan 20 13:36:28 2008
@@ -3,7 +3,7 @@
Summary(pl.UTF-8): Biblioteki numeryczne LAPACK do algebry liniowej
Name: lapack
Version: 3.1.1
-Release: 4
+Release: 5
License: freely distributable
Group: Libraries
Source0: http://www.netlib.org/lapack/%{name}-%{version}.tgz
@@ -19,11 +19,6 @@
Requires: blas = %{version}-%{release}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-# see http://www.netlib.org/lapack/faq.html#1.13 (2nd note from top)
-# and http://www.netlib.org/lapack/faq.html#1.25
-# anybody to prepare appropriate fix?
-%define rpmcflags -O0
-
%description
LAPACK (Linear Algebra PACKage) is a standard library for numerical
linear algebra. LAPACK provides routines for solving systems of
@@ -50,18 +45,18 @@
napisany w Fortranie 77.
%package devel
-Summary: LAPACK header files
-Summary(pl.UTF-8): Pliki nagłówkowe LAPACK
+Summary: LAPACK development files
+Summary(pl.UTF-8): Pliki programistyczne LAPACK
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: blas-devel = %{version}-%{release}
Obsoletes: lapack-man
%description devel
-LAPACK header files.
+LAPACK development files.
%description devel -l pl.UTF-8
-Pliki nagłówkowe LAPACK.
+Pliki programistyczne LAPACK.
%package static
Summary: Static LAPACK libraries
@@ -101,17 +96,17 @@
pod daną architekturę.
%package -n blas-devel
-Summary: BLAS header files
-Summary(pl.UTF-8): Pliki nagłówkowe BLAS
+Summary: BLAS development files
+Summary(pl.UTF-8): Pliki programistyczne BLAS
Group: Development/Libraries
Requires: blas = %{version}-%{release}
Obsoletes: blas-man
%description -n blas-devel
-BLAS header files.
+BLAS development files.
%description -n blas-devel -l pl.UTF-8
-Pliki nagłówkowe BLAS.
+Pliki programistyczne BLAS.
%package -n blas-static
Summary: Static BLAS libraries
@@ -158,9 +153,9 @@
install $d $RPM_BUILD_ROOT%{_mandir}/man3/`basename $d .l`.3
done
-echo "%defattr(644, root, root, 755)" > blasmans.list
+echo "%defattr(644,root,root,755)" > blasmans.list
find manpages/blas/man/manl -name "*.l" -printf "%{_mandir}/man3/%%f\n" | sed 's/\.l/.3*/' >> blasmans.list
-echo "%defattr(644, root, root, 755)" > mans.list
+echo "%defattr(644,root,root,755)" > mans.list
find manpages/man/manl -name "*.l" -printf "%{_mandir}/man3/%%f\n" | sed 's/\.l/.3*/' >> mans.list
%clean
@@ -176,6 +171,7 @@
%defattr(644,root,root,755)
%doc README
%attr(755,root,root) %{_libdir}/liblapack.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/liblapack.so.2
%files devel -f mans.list
%defattr(644,root,root,755)
@@ -189,6 +185,7 @@
%files -n blas
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libblas.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libblas.so.2
%files -n blas-devel -f blasmans.list
%defattr(644,root,root,755)
@@ -205,6 +202,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.40 2008-01-20 12:36:28 qboosh
+- fixed misconception; updated automake_support patch to force -O0 only for broken files
+- fixed -devel descs (no header files there)
+- release 5
+
Revision 1.39 2008-01-20 12:11:35 qboosh
- Groups fixed for shared libs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lapack.spec?r1=1.39&r2=1.40&f=u
More information about the pld-cvs-commit
mailing list