diff --git a/lapack.changes b/lapack.changes index 260ee84..03eb82a 100644 --- a/lapack.changes +++ b/lapack.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 9 18:56:59 CET 2010 - prusnak@suse.cz + +- package man and blas-man as noarch + ------------------------------------------------------------------- Wed Jan 13 13:15:58 CET 2010 - rguenther@suse.de diff --git a/lapack.spec b/lapack.spec index 9a0b7b0..b687973 100644 --- a/lapack.spec +++ b/lapack.spec @@ -22,7 +22,7 @@ Name: lapack BuildRequires: gcc-fortran Summary: Linear Algebra Package Version: 3.2.1 -Release: 2 +Release: 3 License: Public Domain, Freeware Group: Development/Libraries/Parallel Source0: lapack-%{version}.tar.bz2 @@ -76,6 +76,9 @@ Summary: Documentation for BLAS (Basic Linear Algebra Subprograms) Group: Productivity/Scientific/Math Provides: blasman = %{version}-%{release} Obsoletes: blasman < %{version} +%if 0%{?suse_version} >= 1120 +BuildArch: noarch +%endif %description -n blas-man The blas-man package contains documentation for BLAS (Basic Linear @@ -93,6 +96,9 @@ Summary: Manpages for LAPACK Group: Development/Libraries/Parallel Provides: lapack-manpages = %{version}-%{release} Obsoletes: lapack-manpages < %{version} +%if 0%{?suse_version} >= 1120 +BuildArch: noarch +%endif %description man Manpages for LAPACK @@ -212,9 +218,7 @@ done for MANFILE in manpages/man/manl/*.l; do CopyFile $MANFILE done -echo "%defattr(-, root, root)" > blasmans -find manpages/blas/man/manl -type f -printf "%{_mandir}/man3/%f\n" | sed -e 's/.l$/.3.gz/' > blasmans -echo "%defattr(-, root, root)" > lapackmans +find manpages/blas/man/manl -type f -printf "%{_mandir}/man3/%f\n" | sed -e 's/.l$/.3.gz/' > blasmans find manpages/man/manl -type f -printf "%{_mandir}/man3/%f\n" | sed -e 's/.l$/.3.gz/' > lapackmans %post -n libblas3 -p /sbin/ldconfig