Compare commits

...

3 Commits

View File

@ -1,6 +1,6 @@
Name: gawk
Version: 5.1.0
Release: 3mamba
Version: 5.3.1
Release: 1mamba
Summary: The GNU version of the awk text processing utility
Group: Applications/Text
Vendor: openmamba
@ -16,7 +16,6 @@ BuildRequires: libgmp-devel
BuildRequires: libmpfr-devel
BuildRequires: libncurses-devel
BuildRequires: libreadline-devel
BuildRequires: libsigsegv-devel
## AUTOBUILDREQ-END
BuildRequires: glibc-devel
BuildRequires: gettext-devel
@ -50,6 +49,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
@ -59,6 +61,7 @@ This package contains libraries and header files for developing applications tha
%makeinstall
rm -f %{buildroot}%{_bindir}/gawk-%{version}
rm -f %{buildroot}%{_infodir}/dir
%find_lang %{name}
@ -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,27 @@ rm -f %{buildroot}%{_bindir}/gawk-%{version}
%doc ChangeLog NEWS POSIX.STD README
%changelog
* Thu Sep 19 2024 Automatic Build System <autodist@openmamba.org> 5.3.1-1mamba
- automatic version update by autodist
* Sun Nov 05 2023 Automatic Build System <autodist@mambasoft.it> 5.3.0-1mamba
- automatic version update by autodist
* 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