From 7a3a638600985a60eb35ded61a1bc5b8840ede32 Mon Sep 17 00:00:00 2001 From: xinminst Date: Thu, 16 Sep 2021 11:33:34 +0000 Subject: [PATCH 1/2] update isomd5sum.spec. --- isomd5sum.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/isomd5sum.spec b/isomd5sum.spec index c0693df..89112ab 100644 --- a/isomd5sum.spec +++ b/isomd5sum.spec @@ -60,7 +60,11 @@ PYTHON=%{__python3} make DESTDIR=%{buildroot} install-bin install-devel install- %files devel %{_includedir}/*.h +%ifnarch riscv64 %{_libdir}/*.a +%else +%{_prefix}/lib/*.a +%endif %{_datadir}/pkgconfig/isomd5sum.pc %files -n python3-isomd5sum -- Gitee From c1328621658280c1026139b0a4ee840925ca4a8b Mon Sep 17 00:00:00 2001 From: xinminst Date: Thu, 16 Sep 2021 13:18:39 +0000 Subject: [PATCH 2/2] update isomd5sum.spec. --- isomd5sum.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/isomd5sum.spec b/isomd5sum.spec index 89112ab..9dba804 100644 --- a/isomd5sum.spec +++ b/isomd5sum.spec @@ -1,6 +1,6 @@ Name: isomd5sum Version: 1.2.3 -Release: 5 +Release: 6 Epoch: 1 Summary: Utilities for working with md5sum implanted in ISO images License: GPLv2+ @@ -74,6 +74,9 @@ PYTHON=%{__python3} make DESTDIR=%{buildroot} install-bin install-devel install- %{_mandir}/man1/* %changelog +* Thu Sep 16 2021 xinminst - 1:1.2.3-6 +- adapt riscv64 + * Thu Oct 29 2020 wangchen - 1:1.2.3-5 - Remove python2 -- Gitee