From 6fb3c6779b4cf5966ba7e729542de3e48edd1f2b Mon Sep 17 00:00:00 2001 From: Guoguo Date: Fri, 3 Nov 2023 06:38:35 +0000 Subject: [PATCH] remove npth-config-option.list on riscv64 Signed-off-by: Guoguo --- npth.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/npth.spec b/npth.spec index 5b39a73..482855f 100644 --- a/npth.spec +++ b/npth.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 Name: npth Version: 1.6 @@ -64,7 +64,9 @@ make check %files devel %{_bindir}/%{name}-config +%ifnarch riscv64 %{abidir}/%{name}-config-option.list +%endif %{_libdir}/lib%{name}.so %{_includedir}/%{name}.h %{_mandir}/man1/%{name}-config.1* @@ -74,6 +76,9 @@ make check %doc AUTHORS ChangeLog NEWS README %changelog +* Fri Nov 3 2023 Guoguo - 1.6-4 +- remove npth-config-option.list on riscv64 + * Tue Oct 18 2022 mgb01105731 - 1.6-3 - optimise spec file -- Gitee