diff --git a/ncurses5.spec b/ncurses5.spec index 8f3a427..122458a 100644 --- a/ncurses5.spec +++ b/ncurses5.spec @@ -4,7 +4,7 @@ %define tack_ver 1.07 Name: ncurses5 Version: 5.9.20141206 -Release: 4mamba +Release: 5mamba Summary: A CRT screen handling and optimization package Group: System/Libraries Vendor: openmamba @@ -54,6 +54,8 @@ Requires: lib%{name} = %{version}-%{release} %description -n lib%{name}-devel The header files and libraries for developing applications that use the ncurses CRT screen handling and optimization package. +%debug_package + %prep %setup -q -n ncurses-%{majver} @@ -200,7 +202,7 @@ done #/%{_lib}/libncurses*.so.* %{_libdir}/lib*.so.* #%{_datadir}/terminfo/* -%if "%{_target_cpu}" != "x86_64" +%ifnarch x86_64 aarch64 %{_libdir}/terminfo %endif @@ -237,6 +239,9 @@ done %{_datadir}/terminfo/* %changelog +* Wed Dec 16 2020 Silvan Calarco 5.9.20141206-5mamba +- rebuilt with debug package + * Sun Dec 08 2019 Silvan Calarco 5.9.20141206-4mamba - move files from /lib[64] to /usr/lib[64]