automatic update by autodist [release 4.2.0-1mamba;Fri Nov 17 2017]
This commit is contained in:
parent
c0222003af
commit
fcfeb17892
24
gawk.spec
24
gawk.spec
@ -1,5 +1,5 @@
|
|||||||
Name: gawk
|
Name: gawk
|
||||||
Version: 4.1.4
|
Version: 4.2.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The GNU version of the awk text processing utility
|
Summary: The GNU version of the awk text processing utility
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
@ -10,6 +10,14 @@ URL: http://www.gnu.org/software/gawk/gawk.html
|
|||||||
Source: http://ftp.gnu.org/gnu/gawk/%{name}-%{version}.tar.xz
|
Source: http://ftp.gnu.org/gnu/gawk/%{name}-%{version}.tar.xz
|
||||||
Patch0: gawk-4.1.1-extension-install.patch
|
Patch0: gawk-4.1.1-extension-install.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libgmp-devel
|
||||||
|
BuildRequires: libmpfr-devel
|
||||||
|
BuildRequires: libncurses-devel
|
||||||
|
BuildRequires: libreadline-devel
|
||||||
|
BuildRequires: libsigsegv-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
@ -61,16 +69,22 @@ install -d %{buildroot}%{_bindir}
|
|||||||
%post
|
%post
|
||||||
%install_info gawk.info
|
%install_info gawk.info
|
||||||
%install_info gawkinet.info
|
%install_info gawkinet.info
|
||||||
|
%install_info gawkworkflow.info
|
||||||
|
:
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%uninstall_info gawk.info
|
%uninstall_info gawk.info
|
||||||
%uninstall_info gawkinet.info
|
%uninstall_info gawkinet.info
|
||||||
|
%uninstall_info gawkworkflow.info
|
||||||
|
:
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_sysconfdir}/profile.d/gawk.csh
|
||||||
|
%{_sysconfdir}/profile.d/gawk.sh
|
||||||
/bin/awk
|
/bin/awk
|
||||||
/bin/gawk
|
/bin/gawk
|
||||||
/bin/igawk
|
#/bin/igawk
|
||||||
%{_bindir}/awk
|
%{_bindir}/awk
|
||||||
%{_bindir}/gawk
|
%{_bindir}/gawk
|
||||||
%dir %{_libdir}/gawk
|
%dir %{_libdir}/gawk
|
||||||
@ -81,8 +95,9 @@ install -d %{buildroot}%{_bindir}
|
|||||||
%{_libexecdir}/awk/*
|
%{_libexecdir}/awk/*
|
||||||
%{_infodir}/gawk.*
|
%{_infodir}/gawk.*
|
||||||
%{_infodir}/gawkinet.*
|
%{_infodir}/gawkinet.*
|
||||||
|
%{_infodir}/gawkworkflow.*
|
||||||
%{_mandir}/man1/gawk.1*
|
%{_mandir}/man1/gawk.1*
|
||||||
%{_mandir}/man1/igawk.1*
|
#%{_mandir}/man1/igawk.1*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -102,6 +117,9 @@ install -d %{buildroot}%{_bindir}
|
|||||||
%doc ChangeLog NEWS POSIX.STD README
|
%doc ChangeLog NEWS POSIX.STD README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 17 2017 Automatic Build System <autodist@mambasoft.it> 4.2.0-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
* Fri Aug 26 2016 Automatic Build System <autodist@mambasoft.it> 4.1.4-1mamba
|
* Fri Aug 26 2016 Automatic Build System <autodist@mambasoft.it> 4.1.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user