858e30
%global tex_texinfo %{_datadir}/texlive/texmf-dist/tex/texinfo
858e30
858e30
Summary: Tools needed to create Texinfo format documentation files
858e30
Name: texinfo
858e30
Version: 6.7
858e30
Release: 15%{?dist}
858e30
License: GPLv3+
858e30
Url: http://www.gnu.org/software/texinfo/
858e30
Source0: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.xz
858e30
Source1: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.xz.sig
858e30
Patch0: texinfo-4.12-zlib.patch
858e30
# Patch1: this is needed just for koji/mock, all tests pass fine in local build
858e30
Patch1: texinfo-6.0-disable-failing-info-test.patch
858e30
# Patch2: rhbz#1348671, because of OSTree
858e30
Patch2: texinfo-6.1-install-info-use-create-tmp-then-rename-pattern.patch
858e30
# Patch3: we need to fix template fix-info-dir generates
858e30
Patch3: info-6.5-sync-fix-info-dir.patch
858e30
# Patch4: rhbz#1592433, bug in fix-info-dir --delete
858e30
Patch4: texinfo-6.5-fix-info-dir.patch
858e30
# Patch5: fixes issues detected by static analysis
858e30
Patch5: texinfo-6.5-covscan-fixes.patch
858e30
# Patch6: fixes issue found by ShellCheck in test script
858e30
Patch6: texinfo-6.7-fix-function-exit.patch
858e30
# Patch7: fixes another batch of issues detected by static analysis
858e30
Patch7: texinfo-6.7-convscan-fixes.patch
858e30
858e30
BuildRequires: make
858e30
BuildRequires: gcc
858e30
BuildRequires: perl-generators
858e30
BuildRequires: zlib-devel, ncurses-devel, help2man, perl(Data::Dumper)
858e30
BuildRequires: perl(Locale::Messages), perl(Unicode::EastAsianWidth), perl(Text::Unidecode)
858e30
BuildRequires: perl(Storable), perl(Unicode::Normalize)
858e30
858e30
# Texinfo perl packages are not installed in default perl library dirs
858e30
%global __provides_exclude ^perl\\(.*Texinfo.*\\)$
858e30
%global __requires_exclude ^perl\\(.*Texinfo.*\\)$
858e30
858e30
%description
858e30
Texinfo is a documentation system that can produce both online
858e30
information and printed output from a single source file. The GNU
858e30
Project uses the Texinfo file format for most of its documentation.
858e30
858e30
Install texinfo if you want a documentation system for producing both
858e30
online and print documentation from the same source file and/or if you
858e30
are going to write documentation for the GNU Project.
858e30
858e30
%package -n info
858e30
Summary: A stand-alone TTY-based reader for GNU texinfo documentation
858e30
858e30
%description -n info
858e30
The GNU project uses the texinfo file format for much of its
858e30
documentation. The info package provides a standalone TTY-based
858e30
browser program for viewing texinfo files.
858e30
858e30
%package tex
858e30
Summary: Tools for formatting Texinfo documentation files using TeX
858e30
Requires: texinfo = %{version}-%{release}
858e30
Requires: tex(tex) tex(epsf.tex)
858e30
Requires(post): %{_bindir}/texconfig-sys
858e30
Requires(postun): %{_bindir}/texconfig-sys
858e30
Provides: tex-texinfo
858e30
Provides: texlive-texinfo
858e30
Obsoletes: texlive-texinfo <= 9:2019-15
858e30
858e30
%description tex
858e30
Texinfo is a documentation system that can produce both online
858e30
information and printed output from a single source file. The GNU
858e30
Project uses the Texinfo file format for most of its documentation.
858e30
858e30
The texinfo-tex package provides tools to format Texinfo documents
858e30
for printing using TeX.
858e30
858e30
%prep
858e30
%autosetup -p1
858e30
858e30
%build
858e30
%configure --with-external-Text-Unidecode \
858e30
           --with-external-libintl-perl \
858e30
           --with-external-Unicode-EastAsianWidth \
858e30
           --disable-perl-xs
858e30
%make_build
858e30
858e30
%install
858e30
mkdir -p ${RPM_BUILD_ROOT}/sbin
858e30
858e30
%make_install
858e30
858e30
mkdir -p $RPM_BUILD_ROOT%{tex_texinfo}
858e30
install -p -m644 doc/texinfo.tex doc/txi-??.tex $RPM_BUILD_ROOT%{tex_texinfo}
858e30
858e30
mv $RPM_BUILD_ROOT%{_bindir}/install-info $RPM_BUILD_ROOT/sbin
858e30
858e30
install -Dpm0755 -t %{buildroot}%{_sbindir} contrib/fix-info-dir
858e30
858e30
%find_lang %{name}
858e30
%find_lang %{name}_document
858e30
858e30
%check
858e30
export ALL_TESTS=yes
858e30
%make_build check
858e30
858e30
%post tex
858e30
%{_bindir}/texconfig-sys rehash 2> /dev/null || :
858e30
858e30
%postun tex
858e30
%{_bindir}/texconfig-sys rehash 2> /dev/null || :
858e30
858e30
%transfiletriggerin -n info -- %{_infodir}
858e30
[ -f %{_infodir}/dir ] && create_arg="" || create_arg="--create"
858e30
%{_sbindir}/fix-info-dir $create_arg %{_infodir}/dir &>/dev/null
858e30
858e30
%transfiletriggerpostun -n info -- %{_infodir}
858e30
[ -f %{_infodir}/dir ] && %{_sbindir}/fix-info-dir --delete %{_infodir}/dir &>/dev/null
858e30
858e30
%files -f %{name}.lang -f %{name}_document.lang
858e30
%doc AUTHORS ChangeLog NEWS README TODO
858e30
%license COPYING
858e30
%{_bindir}/makeinfo
858e30
%{_bindir}/texi2any
858e30
%{_bindir}/pod2texi
858e30
%{_datadir}/texinfo
858e30
%{_infodir}/texinfo*
858e30
%{_mandir}/man1/makeinfo.1*
858e30
%{_mandir}/man5/texinfo.5*
858e30
%{_mandir}/man1/texi2any.1*
858e30
%{_mandir}/man1/pod2texi.1*
858e30
858e30
%files -n info
858e30
%license COPYING
858e30
%{_bindir}/info
858e30
%{_infodir}/info-stnd.info*
858e30
/sbin/install-info
858e30
%{_sbindir}/fix-info-dir
858e30
%{_mandir}/man1/info.1*
858e30
%{_mandir}/man1/install-info.1*
858e30
%{_mandir}/man5/info.5*
858e30
%ghost %{_infodir}/dir
858e30
%ghost %attr(644, root, root) %{_infodir}/dir.old
858e30
858e30
%files tex
858e30
%{_bindir}/texindex
858e30
%{_bindir}/texi2dvi
858e30
%{_bindir}/texi2pdf
858e30
%{_bindir}/pdftexi2dvi
858e30
%{tex_texinfo}/
858e30
%{_mandir}/man1/texindex.1*
858e30
%{_mandir}/man1/texi2dvi.1*
858e30
%{_mandir}/man1/texi2pdf.1*
858e30
%{_mandir}/man1/pdftexi2dvi.1*
858e30
858e30
%changelog
858e30
* Mon Feb 21 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.7-15
858e30
- Rebuild
858e30
  Related: #1938884
858e30
858e30
* Wed Feb 16 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.7-14
858e30
- Rebuild
858e30
  Related: #1938884
858e30
858e30
* Thu Feb 10 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.7-13
858e30
- Fix issues found by static analysis
858e30
  Resolves: #1938884
858e30
858e30
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 6.7-12
858e30
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
858e30
  Related: rhbz#1991688
858e30
858e30
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 6.7-11
858e30
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
858e30
858e30
* Tue Feb 02 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.7-10
858e30
- Fix problem in shell code found by ShellCheck in test script
858e30
858e30
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.7-9
858e30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
858e30
858e30
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.7-8
858e30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
858e30
858e30
* Mon Mar 16 2020 Jitka Plesnikova <jplesnik@redhat.com> - 6.7-7
858e30
- Add BR: perl(Unicode::Normalize)
858e30
858e30
* Thu Mar  5 2020 Tom Callaway <spot@fedoraproject.org> - 6.7-6
858e30
- add additional Provides: tex-texinfo ("it's an older code sir, but it checks out")
858e30
858e30
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.7-5
858e30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
858e30
858e30
* Fri Jan 24 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.7-4
858e30
- Move texlive-tex files to more approriate location again, this
858e30
  time in sync with dropping texlive-texinfo from texlive
858e30
  Resolves: #1719379
858e30
858e30
* Thu Jan 09 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.7-3
858e30
- Fix mode of dir.old
858e30
858e30
* Tue Oct 08 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.7-2
858e30
- Revert move of texinfo-tex files
858e30
  Resolves: #1758817
858e30
858e30
* Thu Sep 26 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.7-1
858e30
- Update to texinfo-6.7
858e30
  Resolves: #1754648
858e30
- Move texlive-tex files to more approriate location
858e30
  Resolves: #1719379
858e30
858e30
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.6-2
858e30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
858e30
858e30
* Mon Feb 18 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.6-1
858e30
- Update to texinfo-6.6
858e30
  Resolves: #1677911
858e30
858e30
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.5-12
858e30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
858e30
858e30
* Thu Oct 04 2018 Jason L Tibbitts III <tibbs@math.uh.edu> - 6.5-11
858e30
- Fix another issue in fix-info-dir which could lead to an infinite loop in odd
858e30
  circumstances.
858e30
  Resolves: #1614162
858e30
858e30
* Thu Aug 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 6.5-10
858e30
- Drop macros.info
858e30
858e30
* Wed Aug 08 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.5-9
858e30
- Fix issues detected by static analysis
858e30
858e30
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.5-8
858e30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
858e30
858e30
* Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 6.5-7
858e30
- Perl 5.28 rebuild
858e30
858e30
* Thu Jun 21 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.5-6
858e30
- Fix fail of test because of unescaped left brace with Perl 5.28
858e30
  (patch by Jitka Plesnikova)
858e30
  Resolves: #1590308
858e30
858e30
* Tue Jun 19 2018 Jason L Tibbitts III <tibbs@math.uh.edu> - 6.5-5
858e30
- Fix bug in fix-info-dir which prevented the transfiletriggerpostun script
858e30
  from working properly.
858e30
858e30
* Fri Mar 30 2018 Tom Callaway <spot@fedoraproject.org> - 6.5-4
858e30
- update texinfo.tex
858e30
858e30
* Tue Feb 13 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 6.5-3
858e30
- Implement transaction filetriggers for crating info/dir
858e30
858e30
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.5-2
858e30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
858e30
858e30
* Wed Sep 13 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.5-1
858e30
- Update to texinfo-6.5
858e30
  Resolves: #1491075
858e30
858e30
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.4-5
858e30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
858e30
858e30
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.4-4
858e30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
858e30
858e30
* Thu Jul 13 2017 Petr Pisar <ppisar@redhat.com> - 6.4-3
858e30
- perl dependency renamed to perl-interpreter
858e30
  <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules>
858e30
858e30
* Mon Jul 10 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4-2
858e30
- Fix broken reference following when the reference is split to
858e30
  more than one line
858e30
- Fix possible incorrect selection of already loaded file when
858e30
  following cross reference
858e30
  Resolves: #1383057
858e30
858e30
* Tue Jun 27 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4-1
858e30
- Update to texinfo-6.4
858e30
  Resolves: #1464624
858e30
858e30
* Mon Mar 13 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3-3
858e30
- Fix path to install-info in macros.info
858e30
  Resolves: #1419246
858e30
858e30
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.3-2
858e30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
858e30
858e30
* Mon Sep 19 2016 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3-1
858e30
- Update to texinfo-6.3
858e30
  Resolves: #1374962
858e30
858e30
* Wed Jun 22 2016 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.1-3
858e30
- install-info: use create-tmp-then-rename pattern because of OSTree
858e30
  (patch by Colin Walters)
858e30
  Resolves: #1348671
858e30
858e30
* Wed Feb 24 2016 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.1-2
858e30
- Fix texi2dvi exits without completing the task
858e30
  Resolves: #1309702
858e30
858e30
* Thu Feb 11 2016 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.1-1
858e30
- Update to texinfo-6.1
858e30
  Resolves: #1305316
858e30
858e30
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 6.0-3
858e30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
858e30
858e30
* Sun Aug 9 2015 Orion Poplawski <orion@cora.nwra.com> - 6.0-2
858e30
- Add BR on perl(Storable), fix perl requires (bug #1251766)
858e30
858e30
* Tue Jul 14 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.0-1
858e30
- Update to texinfo-6.0
858e30
  Resolves: #1236254
858e30
858e30
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2-10
858e30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
858e30
858e30
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 5.2-9
858e30
- Rebuilt for Fedora 23 Change
858e30
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
858e30
858e30
* Mon Feb 02 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.2-8
858e30
- Add macros.info
858e30
  Resolves: #948735
858e30
858e30
* Thu Oct 30 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.2-7
858e30
- Filter bogus perl requires/provides
858e30
- Enable upstream test suite
858e30
858e30
* Tue Oct 14 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.2-6
858e30
- Use perl-Unicode-EastAsianWidth
858e30
858e30
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2-5
858e30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
858e30
858e30
* Wed Aug  6 2014 Tom Callaway <spot@fedoraproject.org> - 5.2-4
858e30
- fix license handling
858e30
858e30
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2-3
858e30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
858e30
858e30
* Thu Jan 16 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.2-2
858e30
- Fix info segfaults on non existing info page when used with -o
858e30
858e30
* Tue Oct 01 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.2-1
858e30
- Update to texinfo-5.2
858e30
858e30
* Tue Aug 13 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.1-4
858e30
- Fix \b[...\b] tag processing
858e30
  Resolves: #928975
858e30
858e30
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1-3
858e30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
858e30
858e30
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 5.1-2
858e30
- Perl 5.18 rebuild
858e30
858e30
* Mon Mar 18 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.1-1
858e30
- Update to texinfo-5.1
858e30
858e30
* Tue Mar 05 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.0-3
858e30
- Fix bug in parser
858e30
  Resolves: #917974
858e30
858e30
* Wed Feb 20 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.0-2
858e30
- Fix configure arguments, remove ChangeLog conversion,
858e30
  move texi2any/pod2texi to main package
858e30
858e30
* Tue Feb 19 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.0-1
858e30
- Update to texinfo-5.0
858e30
858e30
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.13a-20
858e30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
858e30
858e30
* Tue Nov 13 2012 Jindrich Novy <jnovy@redhat.com> - 4.13a-19
858e30
- require epsf.tex (#868011)
858e30
858e30
* Mon Sep 10 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.13a-18
858e30
- Fix issues found by fedora-review utility in the spec file
858e30
858e30
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.13a-17
858e30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
858e30
858e30
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.13a-16
858e30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
858e30
858e30
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.13a-15
858e30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
858e30
858e30
* Tue Jan 11 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.13a-14
858e30
- Fix missing Texinfo manual in the Directory node
858e30
  Resolves: #662382
858e30
858e30
* Wed Nov 10 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.13a-13
858e30
- Fix get_sectioning_number function problem
858e30
  Resolves: #651314
858e30
858e30
* Tue Nov  9 2010 Jindrich Novy <jnovy@redhat.com> - 4.13a-12
858e30
- require tex(tex) instead of tetex in texinfo-tex
858e30
858e30
* Mon Oct 11 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.13a-11
858e30
- Fix incopatible regexp with the lates version of egrep in texi2dvi script
858e30
  Resolves: #641534
858e30
858e30
* Tue Aug 31 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.13a-10
858e30
- Fix info crash when using index in help window
858e30
  Resolves: #579263
858e30
858e30
* Mon Jan 11 2010 Jan Gorig <jgorig@redhat.com> - 4.13a-9
858e30
- Fix PowerPC return code bug #531349
858e30
858e30
* Mon Dec 14 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.13a-8
858e30
- Fix memory allocation bug when using old-style --section "Foo" arguments
858e30
858e30
* Wed Sep  2 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.13a-7
858e30
- Fix errors installing texinfo/info with --excludedocs
858e30
  Resolves: #515909
858e30
  Resolves: #515938
858e30
858e30
* Wed Aug 12 2009 Ville Skyttä <ville.skytta@iki.fi> - 4.13a-6
858e30
- Use lzma compressed upstream tarball.
858e30
858e30
* Wed Aug  5 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.13a-5
858e30
- Fix changelog entry and rebuild
858e30
858e30
* Tue Aug  4 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.13a-4
858e30
- Fix data types (fix by Ralf Corsepius)
858e30
  Resolves: #515402
858e30
858e30
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.13a-3
858e30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
858e30
858e30
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.13a-2
858e30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
858e30
858e30
* Thu Nov 20 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.13-1
858e30
- Update to texinfo-4.13a
858e30
  Resolves: #471194
858e30
  Resolves: #208511
858e30
858e30
* Wed Jun  4 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.12-4
858e30
- Remove sed Requires (dependency loop)
858e30
  Resolves: #449705
858e30
858e30
* Mon Jun  2 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.12-3
858e30
- Fix install-info crashes on some info files
858e30
  Resolves: #449292
858e30
858e30
* Thu May 29 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.12-2
858e30
- Fix Requires and info post script
858e30
858e30
* Wed May 14 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.12-1
858e30
- Update to texinfo-4.12
858e30
- Remove description ("This is...") from /usr/share/info/dir in info
858e30
  post install section
858e30
  Resolves: #433535
858e30
858e30
* Mon Feb  4 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.11-5
858e30
- Merge Review
858e30
  Resolves: #226488
858e30
858e30
* Mon Dec 10 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.11-4
858e30
- Don't insert description ("This is...") into the direntry section
858e30
  of some generated files
858e30
  Resolves: #394191
858e30
858e30
* Tue Nov 13 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.11-3
858e30
- Fix info crashes when resizing window
858e30
  Resolves: #243971
858e30
858e30
* Wed Nov  7 2007 Stepan Kasal <skasal@redhat.com> - 4.11-2
858e30
- fix a typo in texinfo-tex summary
858e30
  Resolves: #239216
858e30
858e30
* Wed Sep 19 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.11-1
858e30
- Rebase to upstream texinfo-4.11 (update zlib.patch, drop
858e30
  texindex.patch and 0xA0.patch -- both included in upstream)
858e30
  Resolves: #295441
858e30
858e30
* Tue Aug 28 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.9-2
858e30
- Fix license
858e30
- Rebuild
858e30
858e30
* Tue Jul 31 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.9-1
858e30
- Rebase to upstream texinfo-4.9, fix typo in summary
858e30
  Resolves: #250119, #248883
858e30
858e30
* Mon Dec  4 2006 Miloslav Trmac <mitr@redhat.com> - 4.8-15
858e30
- Don't replace 0xA0 by a space in makeinfo
858e30
  Related: #208511
858e30
- Fix some rpmlint warnings
858e30
858e30
* Sun Nov  5 2006 Miloslav Trmac <mitr@redhat.com> - 4.8-14
858e30
- Remove off-line sorting from texindex (fixes CVE 2006-4810)
858e30
858e30
* Mon Oct  9 2006 Miloslav Trmac <mitr@redhat.com> - 4.8-13
858e30
- Don't use mode 0666 for the texindex temporary files
858e30
858e30
* Mon Oct  9 2006 Miloslav Trmac <mitr@redhat.com> - 4.8-12
858e30
- Don't leave around temporary files used by texindex
858e30
- Add missing error handling to texinfo-CAN-2005-3011.patch
858e30
858e30
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 4.8-11.1
858e30
- rebuild
858e30
858e30
* Sat Mar 25 2006 Miloslav Trmac <mitr@redhat.com> - 4.8-11
858e30
- Split texinfo-tex from the texinfo package (#178406)
858e30
- Ship COPYING, don't ship INSTALL
858e30
858e30
* Sun Mar 19 2006 Miloslav Trmac <mitr@redhat.com> - 4.8-10
858e30
- Remove incorrect Prefix:
858e30
- Drop info/README
858e30
- Convert change log to UTF-8
858e30
858e30
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 4.8-9.2
858e30
- bump again for double-long bug on ppc(64)
858e30
858e30
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 4.8-9.1
858e30
- rebuilt for new gcc4.1 snapshot and glibc changes
858e30
858e30
* Mon Jan 16 2006 Miloslav Trmac <mitr@redhat.com> - 4.8-9
858e30
- Fix handling of bzip2'ed files (#128637)
858e30
858e30
* Mon Jan 16 2006 Miloslav Trmac <mitr@redhat.com> - 4.8-8
858e30
- Ignore scriptlet failures with --excludedocs (#166958)
858e30
- Don't link texindex to zlib, don't pretend to link to zlib statically
858e30
858e30
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
858e30
- rebuilt
858e30
858e30
* Fri Oct 14 2005 Tim Waugh <twaugh@redhat.com> 4.8-7
858e30
- Apply patch to fix CAN-2005-3011 (bug #169585).
858e30
858e30
* Thu Jun  9 2005 Tim Waugh <twaugh@redhat.com> 4.8-6
858e30
- Ship texi2pdf man page, taken from tetex-2.0.2 RPM.
858e30
858e30
* Tue Jun  7 2005 Tim Waugh <twaugh@redhat.com> 4.8-5
858e30
- Ship texi2pdf (bug #147271).
858e30
858e30
* Mon Mar 14 2005 Tim Waugh <twaugh@redhat.com> 4.8-4
858e30
- Requires tetex (bug #151075).
858e30
858e30
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 4.8-3
858e30
- Rebuild for new GCC.
858e30
858e30
* Mon Feb  7 2005 Tim Waugh <twaugh@redhat.com> 4.8-2
858e30
- Don't ship texi2pdf (bug #147271).
858e30
858e30
* Thu Feb  3 2005 Tim Waugh <twaugh@redhat.com> 4.8-1
858e30
- 4.8.
858e30
858e30
* Thu Dec 30 2004 Tim Waugh <twaugh@redhat.com> 4.7-6
858e30
- Fixed URL (bug #143729).
858e30
858e30
* Thu Aug 12 2004 Tim Waugh <twaugh@redhat.com> 4.7-5
858e30
- Rebuilt.
858e30
858e30
* Wed Jul  7 2004 Tim Waugh <twaugh@redhat.com> 4.7-4
858e30
- Build for FC2.
858e30
858e30
* Tue Jun 29 2004 Tim Waugh <twaugh@redhat.com> 4.7-3
858e30
- Fix grouping in user-defined macros.
858e30
858e30
* Mon Jun 28 2004 Tim Waugh <twaugh@redhat.com> 4.7-2
858e30
- Build requires ncurses-devel (bug #126600).
858e30
858e30
* Fri Jun 25 2004 Tim Waugh <twaugh@redhat.com> 4.7-1
858e30
- 4.7.
858e30
858e30
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
858e30
- rebuilt
858e30
858e30
* Tue Mar  2 2004 Tim Waugh <twaugh@redhat.com>
858e30
- Fixed compiler warning (bug #117097).
858e30
858e30
* Sat Feb 21 2004 Tim Waugh <twaugh@redhat.com> 4.6-3
858e30
- Build requires zlib-devel (bug #116436).
858e30
858e30
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
858e30
- rebuilt
858e30
858e30
* Tue Dec  2 2003 Tim Waugh <twaugh@redhat.com> 4.6-1
858e30
- Fixed compiler warning (bug #111279).
858e30
- 4.6.
858e30
858e30
* Tue Jun 17 2003 Tim Waugh <twaugh@redhat.com> 4.5-3
858e30
- Rebuilt.
858e30
858e30
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
858e30
- rebuilt
858e30
858e30
* Tue May  6 2003 Tim Waugh <twaugh@redhat.com>
858e30
- No longer need 3.12h-fix patch.
858e30
858e30
* Tue Apr 29 2003 Tim Waugh <twaugh@redhat.com> 4.5-1
858e30
- 4.5 (bug #88428).  Update zlib patch.
858e30
- Add URL tag (bug #54613).
858e30
858e30
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 4.3-5
858e30
- rebuilt
858e30
858e30
* Tue Jan  7 2003 Tim Waugh <twaugh@redhat.com> 4.3-4
858e30
- Fix up spec_install_post to strip debug info out to separate package
858e30
  (bug #81226).
858e30
858e30
* Thu Dec 26 2002 Florian La Roche <Florian.LaRoche@redhat.de> 4.3-3
858e30
- Make /usr/share/info/dir a real file and remove /etc/info-dir, that
858e30
  file should be unused for a long time.
858e30
858e30
* Thu Nov 21 2002 Elliot Lee <sopwith@redhat.com> 4.3-2
858e30
- Don't strip files here (rpm takes care of it)
858e30
- Use pushd/popd instead of enclosing things in (), to make
858e30
  error detection easier
858e30
- Use _smp_mflags
858e30
858e30
* Tue Nov 19 2002 Tim Waugh <twaugh@redhat.com> 4.3-1
858e30
- 4.3.
858e30
- No longer need fileextension or malloccheck patches.
858e30
- Update zlib patch.
858e30
858e30
* Wed Oct 23 2002 Tim Waugh <twaugh@redhat.com> 4.2-6
858e30
- Don't install files not packaged.
858e30
- Fix file list (bug #55816).
858e30
858e30
* Mon Sep  2 2002 Bernhard Rosenkraenzer <bero@redhat.com> 4.2-5
858e30
- Fix crash w/ MALLOC_CHECK_ == 2 (#72831)
858e30
858e30
* Tue Jul  2 2002 Bernhard Rosenkraenzer <bero@redhat.com> 4.2-4
858e30
- Add infokey (#67728)
858e30
858e30
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
858e30
- automated rebuild
858e30
858e30
* Thu May 23 2002 Tim Powers <timp@redhat.com>
858e30
- automated rebuild
858e30
858e30
* Tue Apr 23 2002 Florian La Roche <Florian.LaRoche@redhat.de>
858e30
- 4.2
858e30
858e30
* Tue Mar  5 2002 Bernhard Rosenkraenzer <bero@redhat.com> 4.1-1
858e30
- 4.1 (#60714)
858e30
858e30
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
858e30
- automated rebuild
858e30
858e30
* Tue Aug  7 2001 Bernhard Rosenkraenzer <bero@redhat.com> 4.0b-3
858e30
- Don't create the desktop file - we don't install it anyway.
858e30
858e30
* Sat Jul 21 2001 Tim Powers <timp@redhat.com>
858e30
- remove the info viewer from the menus, it's cluttering things
858e30
858e30
* Wed May 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
858e30
- 4.0b
858e30
858e30
* Tue Apr 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 4.0a-1
858e30
- Update to 4.0a, the patch looks sane
858e30
858e30
* Fri Feb 23 2001 Trond Eivind Glomsrød <teg@redhat.com>
858e30
- langify
858e30
- don't create desktop file in spec file
858e30
858e30
* Tue Jan 23 2001 Preston Brown <pbrown@redhat.com>
858e30
- danish translation added
858e30
858e30
* Tue Dec 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
858e30
- Rebuild to get rid of 0777 dirs
858e30
858e30
* Wed Nov  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
858e30
- Fix recognition of .?o extensions in texi2dvi, Bug #20498
858e30
858e30
* Thu Sep  7 2000 Jeff Johnson <jbj@redhat.com>
858e30
- FHS packaging (64bit systems need to use %%_libdir not /usr/lib).
858e30
858e30
* Sat Aug 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
858e30
- really do it - #16120
858e30
858e30
* Mon Aug 14 2000 Helge Deller <hdeller@redhat.com>
858e30
- gzip man-pages, #16120
858e30
858e30
* Mon Aug  7 2000 Tim Waugh <twaugh@redhat.com>
858e30
- List man-pages in %%files.
858e30
858e30
* Fri Aug  4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
858e30
- Add Swedish and German translations to desktop file, Bug #15366
858e30
858e30
* Thu Aug  3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
858e30
- mark /etc/info-dir %%verify(not md5 size mime), Bug #14826
858e30
858e30
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
858e30
- automatic rebuild
858e30
858e30
* Wed Jun 28 2000 Bill Nottingham <notting@redhat.com>
858e30
- fix build wackiness with info page compressing
858e30
858e30
* Fri Jun 16 2000 Bill Nottingham <notting@redhat.com>
858e30
- fix info-dir symlink
858e30
858e30
* Thu May 18 2000 Preston Brown <pbrown@redhat.com>
858e30
- use FHS paths for info.
858e30
858e30
* Fri Mar 24 2000 Bernhard Rosenkraenzer <bero@redhat.com>
858e30
- rebuild with current ncurses
858e30
858e30
* Wed Feb 09 2000 Preston Brown <pbrown@redhat.com>
858e30
- wmconfig -> desktop
858e30
858e30
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
858e30
- fix descriptions
858e30
858e30
* Wed Jan 26 2000 Bernhard Rosenkraenzer <bero@redhat.com>
858e30
- move info-stnd.info* to the info package, /sbin/install-info it
858e30
  in %%post (Bug #6632)
858e30
858e30
* Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com>
858e30
- recompile to eliminate ncurses foul-up.
858e30
858e30
* Tue Nov  9 1999 Bernhard Rosenkränzer <bero@redhat.com>
858e30
- 4.0
858e30
- handle RPM_OPT_FLAGS
858e30
858e30
* Tue Sep 07 1999 Cristian Gafton <gafton@redhat.com>
858e30
- import version 3.12h into 6.1 tree from HJLu
858e30
858e30
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
858e30
- auto rebuild in the new build environment (release 4)
858e30
858e30
* Wed Mar 17 1999 Erik Troan <ewt@redhat.com>
858e30
- hacked to use zlib to get rid of the requirement on gzip
858e30
858e30
* Wed Mar 17 1999 Matt Wilson <msw@redhat.com>
858e30
- install-info prerequires gzip
858e30
858e30
* Thu Mar 11 1999 Cristian Gafton <gafton@redhat.com>
858e30
- version 3.12f
858e30
- make /usr/info/dir to be a %%config(noreplace)
858e30
858e30
* Wed Nov 25 1998 Jeff Johnson <jbj@redhat.com>
858e30
- rebuild to fix docdir perms.
858e30
858e30
* Thu Sep 24 1998 Cristian Gafton <gafton@redhat.com>
858e30
- fix allocation problems in install-info
858e30
858e30
* Wed Sep 23 1998 Jeff Johnson <jbj@redhat.com>
858e30
- /sbin/install-info should not depend on /usr/lib/libz.so.1 -- statically
858e30
  link with /usr/lib/libz.a.
858e30
858e30
* Fri Aug 07 1998 Erik Troan <ewt@redhat.com>
858e30
- added a prereq of bash to the info package -- see the comment for a
858e30
  description of why that was done
858e30
858e30
* Tue Jun 09 1998 Prospector System <bugs@redhat.com>
858e30
- translations modified for de
858e30
858e30
* Tue Jun  9 1998 Jeff Johnson <jbj@redhat.com>
858e30
- add %%attr to permit non-root build.
858e30
858e30
* Thu May 07 1998 Prospector System <bugs@redhat.com>
858e30
- translations modified for de, fr, tr
858e30
858e30
* Sun Apr 12 1998 Cristian Gafton <gafton@redhat.com>
858e30
- added %%clean
858e30
- manhattan build
858e30
858e30
* Wed Mar 04 1998 Cristian Gafton <gafton@redhat.com>
858e30
- upgraded to version 3.12
858e30
- added buildroot
858e30
858e30
* Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
858e30
- moved /usr/info/dir to /etc/info-dir and made /usr/info/dir a
858e30
  symlink to /etc/info-dir.
858e30
858e30
* Wed Oct 29 1997 Donnie Barnes <djb@redhat.com>
858e30
- added wmconfig entry for info
858e30
858e30
* Wed Oct 01 1997 Donnie Barnes <djb@redhat.com>
858e30
- stripped /sbin/install-info
858e30
858e30
* Mon Sep 22 1997 Erik Troan <ewt@redhat.com>
858e30
- added info-dir to filelist
858e30
858e30
* Sun Sep 14 1997 Erik Troan <ewt@redhat.com>
858e30
- added patch from sopwith to let install-info understand gzip'ed info files
858e30
- use skeletal dir file from texinfo tarball (w/ bash entry to reduce
858e30
  dependency chain) instead (and install-info command everywhere else)
858e30
- patches install-info to handle .gz names correctly
858e30
858e30
* Tue Jun 03 1997 Erik Troan <ewt@redhat.com>
858e30
- built against glibc
858e30
858e30
* Tue Feb 25 1997 Erik Troan <ewt@redhat.com>
858e30
- patched install-info.c for glibc.
858e30
- added /usr/bin/install-info to the filelist
858e30
858e30
* Tue Feb 18 1997 Michael Fulbright <msf@redhat.com>
858e30
- upgraded to version 3.9.