Spec file cleanup

This commit is contained in:
Jakub Martisko 2025-07-16 15:06:12 +02:00
parent 85b67c8e44
commit 7f35797866

View File

@ -22,8 +22,6 @@ Source5: http://www.netlib.org/blas/blasqr.ps
Source6: Makefile.cblas
Patch3: lapack-3.9.0-make.inc.patch
Patch4: lapack-3.9.0-lapacke-shared.patch
Patch5: lapack-3.4.1-lapacke-disable-testing-functions.patch
Patch6: lapack-3.5.0-lapacke-matgenobj.patch
Patch7: lapack-3.9.0-lapacke-tmglib.patch
# Bugzilla 1814756
Patch8: https://github.com/Reference-LAPACK/lapack/commit/87536aa3c8bb0af00f66088fb6ac05d87509e011.patch
@ -142,8 +140,6 @@ BLAS development libraries (shared).
%setup -q -D -T -a1
%patch3 -p1 -b .fedora
%patch4 -p1 -b .shared
# %patch5 -p1 -b .disable-functions
# %patch6 -p1 -b .matgenobj
%patch7 -p1 -b .tmglib
%patch8 -p1 -b .bz1814756
@ -625,6 +621,11 @@ sed -i 's|Requires.private: blas|Requires.private: blas64_|g' %{buildroot}%{_lib
%endif
%changelog
* Wed Jul 16 2025 Jakub Martisko <jamartis@redhat.com> - 3.9.0-12
- Spec file cleanup
- Remove unused patches
Related: RHEL-5770
* Wed Oct 23 2024 Takuya Wakazono <takuya.wakazono@miraclelinux.com> - 3.9.0-11
- Fix soname of the 64-bit version libraries
Resolves: RHEL-24851