Blame SPECS/texinfo.spec

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