parent
aee79b3cef
commit
9ab1734ade
13
gawk.spec
13
gawk.spec
@ -1,7 +1,7 @@
|
||||
Name: gawk
|
||||
Summary: The GNU version of the AWK text processing utility
|
||||
Version: 4.1.4
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
|
||||
# LICENSE NOTE: There are more licenses used inside the gawk source tarball from
|
||||
# ------------- upstream than listed below, however, some of those files with
|
||||
@ -173,8 +173,12 @@ make check
|
||||
%make_install
|
||||
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
|
||||
# Man & info symlinks:
|
||||
ln -sf gawk.1.gz %{buildroot}%{_mandir}/man1/awk.1.gz
|
||||
ln -sf gawk %{buildroot}%{_bindir}/awk
|
||||
ln -sf gawk.info.gz %{buildroot}%{_infodir}/awk.info.gz
|
||||
ln -sf gawkinet.info.gz %{buildroot}%{_infodir}/awkinet.info.gz
|
||||
|
||||
# Add additional symlinks to */awk folders:
|
||||
ln -sf /usr/share/awk %{buildroot}%{_datadir}/gawk
|
||||
@ -211,8 +215,8 @@ fi
|
||||
%files -f %{name}.lang
|
||||
%{_mandir}/man1/*
|
||||
%{_mandir}/man3/*
|
||||
%{_infodir}/gawk.info*
|
||||
%{_infodir}/gawkinet.info*
|
||||
%{_infodir}/*awk.info*
|
||||
%{_infodir}/*awkinet.info*
|
||||
%{_libdir}/gawk
|
||||
%{_libexecdir}/awk
|
||||
%{_libexecdir}/gawk
|
||||
@ -239,6 +243,9 @@ fi
|
||||
# =============================================================================
|
||||
|
||||
%changelog
|
||||
* Thu Aug 31 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 4.1.4-6
|
||||
- Added 'awk*' symlinks for info pages (bug #1486924)
|
||||
|
||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user