diff --git a/npth.spec b/npth.spec index 5b39a73494def1df073ccd7add4434d768a11ff9..482855fa8d78b02bc0ce6d8ff31dd1a6ae909dcc 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