From f545d398f2cc4017fc853387f5d0d9a6b05c994a8d56eba019d609565c515738 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 18 Feb 2010 14:21:09 +0000 Subject: [PATCH] Accepting request 32769 from devel:libraries:c_c++ Copy from devel:libraries:c_c++/lapack based on submit request 32769 from user coolo OBS-URL: https://build.opensuse.org/request/show/32769 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lapack?expand=0&rev=10 --- lapack.changes | 5 +++++ lapack.spec | 12 ++++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) 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