Blame SPECS/texinfo.spec

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