Enable libdir64 patch for riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-01-09 11:33:33 +02:00
parent 95788214c5
commit 50a6929822
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Summary: POSIX regexp functions
Name: librx
Version: 1.5
Release: 44%{?dist}
Release: 44.0.riscv64%{?dist}
License: GPLv2+
URL: http://www.gnu.org/software/rx/rx.html
# Originally downloaded from ftp://ftp.gnu.org/gnu/rx/rx-1.5.tar.bz2
@ -36,7 +36,7 @@ This package contains files needed for development with librx.
%setup -q -n rx-%{version}
%patch0 -p1
%patch1 -p1 -b .texipatch
%ifarch x86_64 s390x ia64 %{power64} alpha sparc64 aarch64 %{mips64}
%ifarch x86_64 s390x ia64 %{power64} alpha sparc64 aarch64 %{mips64} riscv64
%patch2 -p1 -b .64bit
%endif
%patch3 -p1 -b .libtoolmode
@ -75,6 +75,9 @@ chmod -x ${RPM_BUILD_ROOT}%{_includedir}/rxposix.h
%{_libdir}/*.so
%changelog
* Tue Jan 09 2024 David Abdurachmanov <davidlt@rivosinc.com> - 1.5-44.0.riscv64
- Enable libdir64 patch for riscv64
* Wed Aug 16 2023 Florian Weimer <fweimer@redhat.com> - 1.5-44
- Set build_type_safety_c to 0 (#2192889)