Fix old config scripts

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-10-19 10:00:02 +03:00
parent 074cc7b641
commit 8b57fb1b4b
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 7 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Summary: High-performance algorithms for vectors, matrices, and polynomials
Name: ntl
Version: 11.5.1
Release: 4%{?dist}
Release: 4.0.riscv64%{?dist}
License: LGPLv2+
URL: https://libntl.org/
@ -50,6 +50,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%prep
%autosetup -p0
# Fix old config scripts
find . -name 'config.sub' -exec cp -vf /usr/lib/rpm/%{?_vendor}/config.sub {} \;
find . -name 'config.guess' -exec cp -vf /usr/lib/rpm/%{?_vendor}/config.guess {} \;
%build
# TODO: Once we can assume z15, add TUNE=linux-s390x to the flags for s390x
@ -124,6 +127,9 @@ done
%changelog
* Wed Oct 19 2022 David Abdurachmanov <davidlt@rivosinc.com> - 11.5.1-4.0.riscv64
- Fix old config scripts
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 11.5.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild