non x86_64: attempt to fix crash by disabling libsigsegv [release 5.2.2-2mamba;Sun May 14 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 22:37:29 +01:00
parent feee7954a6
commit ff05b5bc6d

View File

@ -1,6 +1,6 @@
Name: gawk
Version: 5.1.0
Release: 3mamba
Version: 5.2.2
Release: 2mamba
Summary: The GNU version of the awk text processing utility
Group: Applications/Text
Vendor: openmamba
@ -50,6 +50,9 @@ This package contains libraries and header files for developing applications tha
%build
%configure \
--libexecdir=%{_libexecdir}/awk \
%ifnarch x86_64
--without-libsigsegv-prefix \
%endif
LDFLAGS="-lncurses"
%make
@ -69,12 +72,14 @@ rm -f %{buildroot}%{_bindir}/gawk-%{version}
%install_info gawk.info
%install_info gawkinet.info
%install_info gawkworkflow.info
%install_info pm-gawk.info
:
%preun
%uninstall_info gawk.info
%uninstall_info gawkinet.info
%uninstall_info gawkworkflow.info
%uninstall_info pm-gawk.info
:
%files -f %{name}.lang
@ -83,6 +88,7 @@ rm -f %{buildroot}%{_bindir}/gawk-%{version}
%{_sysconfdir}/profile.d/gawk.sh
%{_bindir}/awk
%{_bindir}/gawk
%{_bindir}/gawkbug
%dir %{_libdir}/gawk
%{_libdir}/gawk/*
%dir %{_datadir}/awk
@ -92,8 +98,12 @@ rm -f %{buildroot}%{_bindir}/gawk-%{version}
%{_infodir}/gawk.*
%{_infodir}/gawkinet.*
%{_infodir}/gawkworkflow.*
%{_infodir}/pm-gawk.info.*
%{_infodir}/gawk*.png*
%{_infodir}/gawk*.jpg*
%{_mandir}/man1/gawk.1*
#%{_mandir}/man1/igawk.1*
%{_mandir}/man1/gawkbug.1*
%{_mandir}/man1/pm-gawk.1*
%doc AUTHORS COPYING
%files devel
@ -113,6 +123,21 @@ rm -f %{buildroot}%{_bindir}/gawk-%{version}
%doc ChangeLog NEWS POSIX.STD README
%changelog
* Sun May 14 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.2-2mamba
- non x86_64: attempt to fix crash by disabling libsigsegv
* Fri May 12 2023 Automatic Build System <autodist@mambasoft.it> 5.2.2-1mamba
- automatic version update by autodist
* Wed Nov 23 2022 Automatic Build System <autodist@mambasoft.it> 5.2.1-1mamba
- automatic version update by autodist
* Tue Sep 06 2022 Automatic Build System <autodist@mambasoft.it> 5.2.0-1mamba
- automatic version update by autodist
* Fri Oct 29 2021 Automatic Build System <autodist@mambasoft.it> 5.1.1-1mamba
- automatic version update by autodist
* Tue Apr 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.1.0-3mamba
- install in %_bindir and remove /bin symlinks