import texinfo-6.5-6.el8
This commit is contained in:
parent
9f0152ba50
commit
e783886500
@ -3,7 +3,7 @@
|
|||||||
Summary: Tools needed to create Texinfo format documentation files
|
Summary: Tools needed to create Texinfo format documentation files
|
||||||
Name: texinfo
|
Name: texinfo
|
||||||
Version: 6.5
|
Version: 6.5
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Url: http://www.gnu.org/software/texinfo/
|
Url: http://www.gnu.org/software/texinfo/
|
||||||
Source0: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.xz
|
Source0: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.xz
|
||||||
@ -130,7 +130,7 @@ export ALL_TESTS=yes
|
|||||||
%{_mandir}/man5/info.5*
|
%{_mandir}/man5/info.5*
|
||||||
%{_rpmconfigdir}/macros.d/macros.info
|
%{_rpmconfigdir}/macros.d/macros.info
|
||||||
%ghost %{_infodir}/dir
|
%ghost %{_infodir}/dir
|
||||||
%ghost %{_infodir}/dir.old
|
%ghost %attr(644, root, root) %{_infodir}/dir.old
|
||||||
|
|
||||||
%files tex
|
%files tex
|
||||||
%{_bindir}/texindex
|
%{_bindir}/texindex
|
||||||
@ -144,6 +144,10 @@ export ALL_TESTS=yes
|
|||||||
%{_mandir}/man1/pdftexi2dvi.1*
|
%{_mandir}/man1/pdftexi2dvi.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 09 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.5-6
|
||||||
|
- Fix file mode for dir.old (fixes failing rpm -V info)
|
||||||
|
Related: #1708912
|
||||||
|
|
||||||
* Thu Dec 12 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.5-5
|
* Thu Dec 12 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.5-5
|
||||||
- Rebuild
|
- Rebuild
|
||||||
Resolves: #1708912
|
Resolves: #1708912
|
||||||
|
Loading…
Reference in New Issue
Block a user