diff --git a/lapack-man.spec b/lapack-man.spec index c0d77ca..ec5051d 100644 --- a/lapack-man.spec +++ b/lapack-man.spec @@ -33,7 +33,7 @@ Obsoletes: blas-man < %{version} BuildArch: noarch %description -The lapack-man package contains documentation for LAPACK +The lapack-man package contains documentation for LAPACK (Linear Algebra PACKage) and BLAS (Basic Linear Algebra Subprograms) routines, in the form of man pages. @@ -55,6 +55,6 @@ install -m 0644 DOCS/man/man3/*.3 %{buildroot}%{_mandir}/man3/ %fdupes %{buildroot}/%{_mandir}/man3/ %files -%doc %{_mandir}/man3/ +%doc %{_mandir}/man3/*.3%{?ext_man} %changelog diff --git a/lapack.changes b/lapack.changes index 7291b72..7a034d0 100644 --- a/lapack.changes +++ b/lapack.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 10 14:25:33 UTC 2021 - Dirk Müller + +- stop owning directories provided by filesystem (bsc#1184786) + ------------------------------------------------------------------- Mon Oct 12 16:48:38 UTC 2020 - Stefan Brüns diff --git a/lapack.spec b/lapack.spec index d19bff4..733859f 100644 --- a/lapack.spec +++ b/lapack.spec @@ -201,7 +201,6 @@ The cblas-devel-static package contains the CBLAS static libraries for -static linking. You do not need these, unless you link statically, which is highly discouraged. - %prep %setup -q %autopatch -p1