Accepting request 892083 from home:dirkmueller:branches:science

- stop owning directories provided by filesystem (bsc#1184786)

OBS-URL: https://build.opensuse.org/request/show/892083
OBS-URL: https://build.opensuse.org/package/show/science/lapack?expand=0&rev=23
This commit is contained in:
2021-05-12 07:16:08 +00:00
committed by Git OBS Bridge
parent 8d80149b05
commit e0ce26a205
3 changed files with 7 additions and 3 deletions

View File

@@ -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