Hello community, here is the log from the commit of package lapack for openSUSE:Factory checked in at 2012-02-15 22:21:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lapack (Old) and /work/SRC/openSUSE:Factory/.lapack.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lapack", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/lapack/lapack.changes 2011-11-23 19:34:53.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.lapack.new/lapack.changes 2012-02-15 22:21:40.000000000 +0100 @@ -1,0 +2,11 @@ +Mon Feb 13 10:48:17 UTC 2012 - [email protected] + +- patch license to follow spdx.org standard + +------------------------------------------------------------------- +Wed Nov 23 14:04:54 UTC 2011 - [email protected] + +- Remove redundant/unwanted tags/section (cf. specfile guidelines) +- Use %_smp_mflags for parallel building + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lapack.spec ++++++ --- /var/tmp/diff_new_pack.z25NSE/_old 2012-02-15 22:23:47.000000000 +0100 +++ /var/tmp/diff_new_pack.z25NSE/_new 2012-02-15 22:23:47.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package lapack # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,16 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: lapack -BuildRequires: doxygen gcc-fortran python +BuildRequires: doxygen +BuildRequires: gcc-fortran +BuildRequires: python Summary: Linear Algebra Package -Version: 3.4.0 -Release: 3 -License: Public Domain, Freeware +License: SUSE-Public-Domain Group: Development/Libraries/Parallel +Version: 3.4.0 +Release: 0 Source0: lapack-%{version}.tar.bz2 Source99: lapack-rpmlintrc Patch1: lapack-3.2.2.patch @@ -51,7 +51,6 @@ Jack Dongarra <[email protected]> %package -n blas -License: Public Domain, Freeware Summary: Basic Linear Algebra Subprograms Group: Productivity/Scientific/Math Requires: libblas3 >= %{version} @@ -70,7 +69,6 @@ UTK <[email protected]> %package -n blas-man -License: Public Domain, Freeware Summary: Documentation for BLAS (Basic Linear Algebra Subprograms) Group: Productivity/Scientific/Math Provides: blasman = %{version}-%{release} @@ -90,7 +88,6 @@ UTK <[email protected]> %package man -License: Public Domain, Freeware Summary: Manpages for LAPACK Group: Development/Libraries/Parallel Provides: lapack-manpages = %{version}-%{release} @@ -109,7 +106,6 @@ Lapack team<[email protected]> %package -n liblapack3 -License: Public Domain, Freeware Summary: LAPACK Shared Library Group: Development/Libraries/Parallel @@ -131,7 +127,6 @@ Jack Dongarra <[email protected]> %package -n libblas3 -License: Public Domain, Freeware Summary: BLAS Shared Library Group: Productivity/Scientific/Math @@ -158,7 +153,7 @@ export PRECFLAGS cp make.inc.example make.inc make cleanlib -make %{?jobs:-j%jobs} blaslib \ +make %{?_smp_mflags} blaslib \ OPTS="$RPM_OPT_FLAGS -fPIC" \ NOOPT="$RPM_OPT_FLAGS -O0 -fPIC" mv librefblas.a libblas_pic.a @@ -168,7 +163,7 @@ ln -s libblas.so.%version libblas.so rm -rf tmp make cleanlib -make %{?jobs:-j%jobs} blaslib \ +make %{?_smp_mflags} blaslib \ OPTS="$RPM_OPT_FLAGS" \ NOOPT="$RPM_OPT_FLAGS -O0" make blas_testing \ @@ -184,7 +179,7 @@ fi mv librefblas.a libblas.a make cleanlib -make %{?jobs:-j%jobs} lapacklib \ +make %{?_smp_mflags} lapacklib \ OPTS="$RPM_OPT_FLAGS -fPIC" \ NOOPT="$RPM_OPT_FLAGS -O0 -fPIC" mv liblapack.a liblapack_pic.a @@ -194,7 +189,7 @@ ln -s liblapack.so.%version liblapack.so rm -rf tmp make cleanlib -make %{?jobs:-j%jobs} lapacklib \ +make %{?_smp_mflags} lapacklib \ OPTS="$RPM_OPT_FLAGS" \ NOOPT="$RPM_OPT_FLAGS -O0" ln -s libblas.a librefblas.a @@ -298,9 +293,6 @@ %postun -n liblapack3 -p /sbin/ldconfig -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root) %{_libdir}/liblapack.so -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
