Blame SPECS/texinfo.spec

1b2300
%global tex_texinfo %{_datadir}/texmf/tex/texinfo
1b2300
1b2300
Summary: Tools needed to create Texinfo format documentation files
1b2300
Name: texinfo
1b2300
Version: 5.1
1b2300
Release: 1%{?dist}
1b2300
License: GPLv3+
1b2300
Group: Applications/Publishing
1b2300
Url: http://www.gnu.org/software/texinfo/
1b2300
Source0: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.xz
1b2300
Source1: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.xz.sig
1b2300
Source2: info-dir
1b2300
Patch0: texinfo-4.12-zlib.patch
1b2300
Patch1: texinfo-4.13a-powerpc.patch
1b2300
Requires(post): /sbin/install-info
1b2300
Requires(preun): /sbin/install-info
1b2300
Requires: perl >= 5.7.3, perl(Text::Unidecode)
1b2300
# Review Request for perl-Unicode-EastAsianWidth - bz874743
1b2300
#Requires: perl(Unicode::EastAsianWidth)
1b2300
BuildRequires: zlib-devel, ncurses-devel, help2man, perl(Data::Dumper)
1b2300
1b2300
%description
1b2300
Texinfo is a documentation system that can produce both online
1b2300
information and printed output from a single source file. The GNU
1b2300
Project uses the Texinfo file format for most of its documentation.
1b2300
1b2300
Install texinfo if you want a documentation system for producing both
1b2300
online and print documentation from the same source file and/or if you
1b2300
are going to write documentation for the GNU Project.
1b2300
1b2300
%package -n info
1b2300
Summary: A stand-alone TTY-based reader for GNU texinfo documentation
1b2300
Group: System Environment/Base
1b2300
1b2300
%description -n info
1b2300
The GNU project uses the texinfo file format for much of its
1b2300
documentation. The info package provides a standalone TTY-based
1b2300
browser program for viewing texinfo files.
1b2300
1b2300
%package tex
1b2300
Summary: Tools for formatting Texinfo documentation files using TeX
1b2300
Group: Applications/Publishing
1b2300
Requires: texinfo = %{version}-%{release}
1b2300
Requires: tex(tex) tex(epsf.tex)
1b2300
Requires(post): %{_bindir}/texconfig-sys
1b2300
Requires(postun): %{_bindir}/texconfig-sys
1b2300
1b2300
%description tex
1b2300
Texinfo is a documentation system that can produce both online
1b2300
information and printed output from a single source file. The GNU
1b2300
Project uses the Texinfo file format for most of its documentation.
1b2300
1b2300
The texinfo-tex package provides tools to format Texinfo documents
1b2300
for printing using TeX.
1b2300
1b2300
%prep
1b2300
%setup -q
1b2300
%patch0 -p1 -b .zlib
1b2300
%patch1 -p1 -b .powerpc
1b2300
1b2300
%build
1b2300
%configure --with-external-Text-Unidecode \
1b2300
           --with-external-libintl-perl \
1b2300
# line below - bz874743
1b2300
#            --with-external-Unicode-EastAsianWidth
1b2300
make %{?_smp_mflags}
1b2300
1b2300
%install
1b2300
mkdir -p ${RPM_BUILD_ROOT}/sbin
1b2300
1b2300
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
1b2300
1b2300
mkdir -p $RPM_BUILD_ROOT%{tex_texinfo}
1b2300
install -p -m644 doc/texinfo.tex doc/txi-??.tex $RPM_BUILD_ROOT%{tex_texinfo}
1b2300
1b2300
install -p -m644 %{SOURCE2} $RPM_BUILD_ROOT%{_infodir}/dir
1b2300
mv $RPM_BUILD_ROOT%{_bindir}/install-info $RPM_BUILD_ROOT/sbin
1b2300
1b2300
%find_lang %{name}
1b2300
%find_lang %{name}_document
1b2300
1b2300
%post
1b2300
if [ -f %{_infodir}/texinfo.gz ]; then # --excludedocs?
1b2300
    /sbin/install-info %{_infodir}/texinfo.gz %{_infodir}/dir || :
1b2300
fi
1b2300
1b2300
%preun
1b2300
if [ $1 = 0 ]; then
1b2300
    if [ -f %{_infodir}/texinfo.gz ]; then # --excludedocs?
1b2300
        /sbin/install-info --delete %{_infodir}/texinfo.gz %{_infodir}/dir || :
1b2300
    fi
1b2300
fi
1b2300
1b2300
%post -n info
1b2300
if [ -f %{_infodir}/info-stnd.info ]; then # --excludedocs?
1b2300
    /sbin/install-info %{_infodir}/info-stnd.info %{_infodir}/dir
1b2300
fi
1b2300
if [ -x /bin/sed ]; then
1b2300
    /bin/sed -i '/^This is.*produced by makeinfo.*from/d' %{_infodir}/dir || :
1b2300
fi
1b2300
1b2300
%preun -n info
1b2300
if [ $1 = 0 ]; then
1b2300
    if [ -f %{_infodir}/info-stnd.info ]; then # --excludedocs?
1b2300
        /sbin/install-info --delete %{_infodir}/info-stnd.info %{_infodir}/dir \
1b2300
        || :
1b2300
    fi
1b2300
fi
1b2300
1b2300
%post tex
1b2300
%{_bindir}/texconfig-sys rehash 2> /dev/null || :
1b2300
1b2300
%postun tex
1b2300
%{_bindir}/texconfig-sys rehash 2> /dev/null || :
1b2300
1b2300
1b2300
%files -f %{name}.lang -f %{name}_document.lang
1b2300
%doc AUTHORS ChangeLog NEWS README TODO COPYING
1b2300
%{_bindir}/makeinfo
1b2300
%{_bindir}/texi2any
1b2300
%{_bindir}/pod2texi
1b2300
%{_datadir}/texinfo
1b2300
%{_infodir}/texinfo*
1b2300
%{_mandir}/man1/makeinfo.1*
1b2300
%{_mandir}/man5/texinfo.5*
1b2300
%{_mandir}/man1/texi2any.1*
1b2300
%{_mandir}/man1/pod2texi.1*
1b2300
1b2300
%files -n info
1b2300
%config(noreplace) %verify(not md5 size mtime) %{_infodir}/dir
1b2300
%doc COPYING
1b2300
%{_bindir}/info
1b2300
%{_bindir}/infokey
1b2300
%{_infodir}/info.info*
1b2300
%{_infodir}/info-stnd.info*
1b2300
/sbin/install-info
1b2300
%{_mandir}/man1/info.1*
1b2300
%{_mandir}/man1/infokey.1*
1b2300
%{_mandir}/man1/install-info.1*
1b2300
%{_mandir}/man5/info.5*
1b2300
1b2300
%files tex
1b2300
%{_bindir}/texindex
1b2300
%{_bindir}/texi2dvi
1b2300
%{_bindir}/texi2pdf
1b2300
%{_bindir}/pdftexi2dvi
1b2300
%{tex_texinfo}/
1b2300
%{_mandir}/man1/texindex.1*
1b2300
%{_mandir}/man1/texi2dvi.1*
1b2300
%{_mandir}/man1/texi2pdf.1*
1b2300
%{_mandir}/man1/pdftexi2dvi.1*
1b2300
1b2300
%changelog
1b2300
* Mon Mar 18 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.1-1
1b2300
- Update to texinfo-5.1
1b2300
1b2300
* Tue Mar 05 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.0-3
1b2300
- Fix bug in parser
1b2300
  Resolves: #917974
1b2300
1b2300
* Wed Feb 20 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.0-2
1b2300
- Fix configure arguments, remove ChangeLog conversion,
1b2300
  move texi2any/pod2texi to main package
1b2300
1b2300
* Tue Feb 19 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.0-1
1b2300
- Update to texinfo-5.0
1b2300
1b2300
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.13a-20
1b2300
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
1b2300
1b2300
* Tue Nov 13 2012 Jindrich Novy <jnovy@redhat.com> - 4.13a-19
1b2300
- require epsf.tex (#868011)
1b2300
1b2300
* Mon Sep 10 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.13a-18
1b2300
- Fix issues found by fedora-review utility in the spec file
1b2300
1b2300
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.13a-17
1b2300
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1b2300
1b2300
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.13a-16
1b2300
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1b2300
1b2300
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.13a-15
1b2300
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1b2300
1b2300
* Tue Jan 11 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.13a-14
1b2300
- Fix missing Texinfo manual in the Directory node
1b2300
  Resolves: #662382
1b2300
1b2300
* Wed Nov 10 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.13a-13
1b2300
- Fix get_sectioning_number function problem
1b2300
  Resolves: #651314
1b2300
1b2300
* Tue Nov  9 2010 Jindrich Novy <jnovy@redhat.com> - 4.13a-12
1b2300
- require tex(tex) instead of tetex in texinfo-tex
1b2300
1b2300
* Mon Oct 11 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.13a-11
1b2300
- Fix incopatible regexp with the lates version of egrep in texi2dvi script
1b2300
  Resolves: #641534
1b2300
1b2300
* Tue Aug 31 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.13a-10
1b2300
- Fix info crash when using index in help window
1b2300
  Resolves: #579263
1b2300
1b2300
* Mon Jan 11 2010 Jan Gorig <jgorig@redhat.com> - 4.13a-9
1b2300
- Fix PowerPC return code bug #531349
1b2300
1b2300
* Mon Dec 14 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.13a-8
1b2300
- Fix memory allocation bug when using old-style --section "Foo" arguments
1b2300
1b2300
* Wed Sep  2 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.13a-7
1b2300
- Fix errors installing texinfo/info with --excludedocs
1b2300
  Resolves: #515909
1b2300
  Resolves: #515938
1b2300
1b2300
* Wed Aug 12 2009 Ville Skyttä <ville.skytta@iki.fi> - 4.13a-6
1b2300
- Use lzma compressed upstream tarball.
1b2300
1b2300
* Wed Aug  5 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.13a-5
1b2300
- Fix changelog entry and rebuild
1b2300
1b2300
* Tue Aug  4 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.13a-4
1b2300
- Fix data types (fix by Ralf Corsepius)
1b2300
  Resolves: #515402
1b2300
1b2300
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.13a-3
1b2300
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1b2300
1b2300
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.13a-2
1b2300
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
1b2300
1b2300
* Thu Nov 20 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.13-1
1b2300
- Update to texinfo-4.13a
1b2300
  Resolves: #471194
1b2300
  Resolves: #208511
1b2300
1b2300
* Wed Jun  4 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.12-4
1b2300
- Remove sed Requires (dependency loop)
1b2300
  Resolves: #449705
1b2300
1b2300
* Mon Jun  2 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.12-3
1b2300
- Fix install-info crashes on some info files
1b2300
  Resolves: #449292
1b2300
1b2300
* Thu May 29 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.12-2
1b2300
- Fix Requires and info post script
1b2300
1b2300
* Wed May 14 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.12-1
1b2300
- Update to texinfo-4.12
1b2300
- Remove description ("This is...") from /usr/share/info/dir in info
1b2300
  post install section
1b2300
  Resolves: #433535
1b2300
1b2300
* Mon Feb  4 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.11-5
1b2300
- Merge Review
1b2300
  Resolves: #226488
1b2300
1b2300
* Mon Dec 10 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.11-4
1b2300
- Don't insert description ("This is...") into the direntry section
1b2300
  of some generated files
1b2300
  Resolves: #394191
1b2300
1b2300
* Tue Nov 13 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.11-3
1b2300
- Fix info crashes when resizing window
1b2300
  Resolves: #243971
1b2300
1b2300
* Wed Nov  7 2007 Stepan Kasal <skasal@redhat.com> - 4.11-2
1b2300
- fix a typo in texinfo-tex summary
1b2300
  Resolves: #239216
1b2300
1b2300
* Wed Sep 19 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.11-1
1b2300
- Rebase to upstream texinfo-4.11 (update zlib.patch, drop
1b2300
  texindex.patch and 0xA0.patch -- both included in upstream)
1b2300
  Resolves: #295441
1b2300
1b2300
* Tue Aug 28 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.9-2
1b2300
- Fix license
1b2300
- Rebuild
1b2300
1b2300
* Tue Jul 31 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.9-1
1b2300
- Rebase to upstream texinfo-4.9, fix typo in summary
1b2300
  Resolves: #250119, #248883
1b2300
1b2300
* Mon Dec  4 2006 Miloslav Trmac <mitr@redhat.com> - 4.8-15
1b2300
- Don't replace 0xA0 by a space in makeinfo
1b2300
  Related: #208511
1b2300
- Fix some rpmlint warnings
1b2300
1b2300
* Sun Nov  5 2006 Miloslav Trmac <mitr@redhat.com> - 4.8-14
1b2300
- Remove off-line sorting from texindex (fixes CVE 2006-4810)
1b2300
1b2300
* Mon Oct  9 2006 Miloslav Trmac <mitr@redhat.com> - 4.8-13
1b2300
- Don't use mode 0666 for the texindex temporary files
1b2300
1b2300
* Mon Oct  9 2006 Miloslav Trmac <mitr@redhat.com> - 4.8-12
1b2300
- Don't leave around temporary files used by texindex
1b2300
- Add missing error handling to texinfo-CAN-2005-3011.patch
1b2300
1b2300
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 4.8-11.1
1b2300
- rebuild
1b2300
1b2300
* Sat Mar 25 2006 Miloslav Trmac <mitr@redhat.com> - 4.8-11
1b2300
- Split texinfo-tex from the texinfo package (#178406)
1b2300
- Ship COPYING, don't ship INSTALL
1b2300
1b2300
* Sun Mar 19 2006 Miloslav Trmac <mitr@redhat.com> - 4.8-10
1b2300
- Remove incorrect Prefix:
1b2300
- Drop info/README
1b2300
- Convert change log to UTF-8
1b2300
1b2300
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 4.8-9.2
1b2300
- bump again for double-long bug on ppc(64)
1b2300
1b2300
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 4.8-9.1
1b2300
- rebuilt for new gcc4.1 snapshot and glibc changes
1b2300
1b2300
* Mon Jan 16 2006 Miloslav Trmac <mitr@redhat.com> - 4.8-9
1b2300
- Fix handling of bzip2'ed files (#128637)
1b2300
1b2300
* Mon Jan 16 2006 Miloslav Trmac <mitr@redhat.com> - 4.8-8
1b2300
- Ignore scriptlet failures with --excludedocs (#166958)
1b2300
- Don't link texindex to zlib, don't pretend to link to zlib statically
1b2300
1b2300
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
1b2300
- rebuilt
1b2300
1b2300
* Fri Oct 14 2005 Tim Waugh <twaugh@redhat.com> 4.8-7
1b2300
- Apply patch to fix CAN-2005-3011 (bug #169585).
1b2300
1b2300
* Thu Jun  9 2005 Tim Waugh <twaugh@redhat.com> 4.8-6
1b2300
- Ship texi2pdf man page, taken from tetex-2.0.2 RPM.
1b2300
1b2300
* Tue Jun  7 2005 Tim Waugh <twaugh@redhat.com> 4.8-5
1b2300
- Ship texi2pdf (bug #147271).
1b2300
1b2300
* Mon Mar 14 2005 Tim Waugh <twaugh@redhat.com> 4.8-4
1b2300
- Requires tetex (bug #151075).
1b2300
1b2300
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 4.8-3
1b2300
- Rebuild for new GCC.
1b2300
1b2300
* Mon Feb  7 2005 Tim Waugh <twaugh@redhat.com> 4.8-2
1b2300
- Don't ship texi2pdf (bug #147271).
1b2300
1b2300
* Thu Feb  3 2005 Tim Waugh <twaugh@redhat.com> 4.8-1
1b2300
- 4.8.
1b2300
1b2300
* Thu Dec 30 2004 Tim Waugh <twaugh@redhat.com> 4.7-6
1b2300
- Fixed URL (bug #143729).
1b2300
1b2300
* Thu Aug 12 2004 Tim Waugh <twaugh@redhat.com> 4.7-5
1b2300
- Rebuilt.
1b2300
1b2300
* Wed Jul  7 2004 Tim Waugh <twaugh@redhat.com> 4.7-4
1b2300
- Build for FC2.
1b2300
1b2300
* Tue Jun 29 2004 Tim Waugh <twaugh@redhat.com> 4.7-3
1b2300
- Fix grouping in user-defined macros.
1b2300
1b2300
* Mon Jun 28 2004 Tim Waugh <twaugh@redhat.com> 4.7-2
1b2300
- Build requires ncurses-devel (bug #126600).
1b2300
1b2300
* Fri Jun 25 2004 Tim Waugh <twaugh@redhat.com> 4.7-1
1b2300
- 4.7.
1b2300
1b2300
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
1b2300
- rebuilt
1b2300
1b2300
* Tue Mar  2 2004 Tim Waugh <twaugh@redhat.com>
1b2300
- Fixed compiler warning (bug #117097).
1b2300
1b2300
* Sat Feb 21 2004 Tim Waugh <twaugh@redhat.com> 4.6-3
1b2300
- Build requires zlib-devel (bug #116436).
1b2300
1b2300
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
1b2300
- rebuilt
1b2300
1b2300
* Tue Dec  2 2003 Tim Waugh <twaugh@redhat.com> 4.6-1
1b2300
- Fixed compiler warning (bug #111279).
1b2300
- 4.6.
1b2300
1b2300
* Tue Jun 17 2003 Tim Waugh <twaugh@redhat.com> 4.5-3
1b2300
- Rebuilt.
1b2300
1b2300
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
1b2300
- rebuilt
1b2300
1b2300
* Tue May  6 2003 Tim Waugh <twaugh@redhat.com>
1b2300
- No longer need 3.12h-fix patch.
1b2300
1b2300
* Tue Apr 29 2003 Tim Waugh <twaugh@redhat.com> 4.5-1
1b2300
- 4.5 (bug #88428).  Update zlib patch.
1b2300
- Add URL tag (bug #54613).
1b2300
1b2300
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 4.3-5
1b2300
- rebuilt
1b2300
1b2300
* Tue Jan  7 2003 Tim Waugh <twaugh@redhat.com> 4.3-4
1b2300
- Fix up spec_install_post to strip debug info out to separate package
1b2300
  (bug #81226).
1b2300
1b2300
* Thu Dec 26 2002 Florian La Roche <Florian.LaRoche@redhat.de> 4.3-3
1b2300
- Make /usr/share/info/dir a real file and remove /etc/info-dir, that
1b2300
  file should be unused for a long time.
1b2300
1b2300
* Thu Nov 21 2002 Elliot Lee <sopwith@redhat.com> 4.3-2
1b2300
- Don't strip files here (rpm takes care of it)
1b2300
- Use pushd/popd instead of enclosing things in (), to make
1b2300
  error detection easier
1b2300
- Use _smp_mflags
1b2300
1b2300
* Tue Nov 19 2002 Tim Waugh <twaugh@redhat.com> 4.3-1
1b2300
- 4.3.
1b2300
- No longer need fileextension or malloccheck patches.
1b2300
- Update zlib patch.
1b2300
1b2300
* Wed Oct 23 2002 Tim Waugh <twaugh@redhat.com> 4.2-6
1b2300
- Don't install files not packaged.
1b2300
- Fix file list (bug #55816).
1b2300
1b2300
* Mon Sep  2 2002 Bernhard Rosenkraenzer <bero@redhat.com> 4.2-5
1b2300
- Fix crash w/ MALLOC_CHECK_ == 2 (#72831)
1b2300
1b2300
* Tue Jul  2 2002 Bernhard Rosenkraenzer <bero@redhat.com> 4.2-4
1b2300
- Add infokey (#67728)
1b2300
1b2300
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
1b2300
- automated rebuild
1b2300
1b2300
* Thu May 23 2002 Tim Powers <timp@redhat.com>
1b2300
- automated rebuild
1b2300
1b2300
* Tue Apr 23 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1b2300
- 4.2
1b2300
1b2300
* Tue Mar  5 2002 Bernhard Rosenkraenzer <bero@redhat.com> 4.1-1
1b2300
- 4.1 (#60714)
1b2300
1b2300
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
1b2300
- automated rebuild
1b2300
1b2300
* Tue Aug  7 2001 Bernhard Rosenkraenzer <bero@redhat.com> 4.0b-3
1b2300
- Don't create the desktop file - we don't install it anyway.
1b2300
1b2300
* Sat Jul 21 2001 Tim Powers <timp@redhat.com>
1b2300
- remove the info viewer from the menus, it's cluttering things
1b2300
1b2300
* Wed May 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1b2300
- 4.0b
1b2300
1b2300
* Tue Apr 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 4.0a-1
1b2300
- Update to 4.0a, the patch looks sane
1b2300
1b2300
* Fri Feb 23 2001 Trond Eivind Glomsrød <teg@redhat.com>
1b2300
- langify
1b2300
- don't create desktop file in spec file
1b2300
1b2300
* Tue Jan 23 2001 Preston Brown <pbrown@redhat.com>
1b2300
- danish translation added
1b2300
1b2300
* Tue Dec 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1b2300
- Rebuild to get rid of 0777 dirs
1b2300
1b2300
* Wed Nov  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1b2300
- Fix recognition of .?o extensions in texi2dvi, Bug #20498
1b2300
1b2300
* Thu Sep  7 2000 Jeff Johnson <jbj@redhat.com>
1b2300
- FHS packaging (64bit systems need to use %%_libdir not /usr/lib).
1b2300
1b2300
* Sat Aug 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
1b2300
- really do it - #16120
1b2300
1b2300
* Mon Aug 14 2000 Helge Deller <hdeller@redhat.com>
1b2300
- gzip man-pages, #16120
1b2300
1b2300
* Mon Aug  7 2000 Tim Waugh <twaugh@redhat.com>
1b2300
- List man-pages in %%files.
1b2300
1b2300
* Fri Aug  4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1b2300
- Add Swedish and German translations to desktop file, Bug #15366
1b2300
1b2300
* Thu Aug  3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1b2300
- mark /etc/info-dir %%verify(not md5 size mime), Bug #14826
1b2300
1b2300
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
1b2300
- automatic rebuild
1b2300
1b2300
* Wed Jun 28 2000 Bill Nottingham <notting@redhat.com>
1b2300
- fix build wackiness with info page compressing
1b2300
1b2300
* Fri Jun 16 2000 Bill Nottingham <notting@redhat.com>
1b2300
- fix info-dir symlink
1b2300
1b2300
* Thu May 18 2000 Preston Brown <pbrown@redhat.com>
1b2300
- use FHS paths for info.
1b2300
1b2300
* Fri Mar 24 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1b2300
- rebuild with current ncurses
1b2300
1b2300
* Wed Feb 09 2000 Preston Brown <pbrown@redhat.com>
1b2300
- wmconfig -> desktop
1b2300
1b2300
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
1b2300
- fix descriptions
1b2300
1b2300
* Wed Jan 26 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1b2300
- move info-stnd.info* to the info package, /sbin/install-info it
1b2300
  in %%post (Bug #6632)
1b2300
1b2300
* Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com>
1b2300
- recompile to eliminate ncurses foul-up.
1b2300
1b2300
* Tue Nov  9 1999 Bernhard Rosenkränzer <bero@redhat.com>
1b2300
- 4.0
1b2300
- handle RPM_OPT_FLAGS
1b2300
1b2300
* Tue Sep 07 1999 Cristian Gafton <gafton@redhat.com>
1b2300
- import version 3.12h into 6.1 tree from HJLu
1b2300
1b2300
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
1b2300
- auto rebuild in the new build environment (release 4)
1b2300
1b2300
* Wed Mar 17 1999 Erik Troan <ewt@redhat.com>
1b2300
- hacked to use zlib to get rid of the requirement on gzip
1b2300
1b2300
* Wed Mar 17 1999 Matt Wilson <msw@redhat.com>
1b2300
- install-info prerequires gzip
1b2300
1b2300
* Thu Mar 11 1999 Cristian Gafton <gafton@redhat.com>
1b2300
- version 3.12f
1b2300
- make /usr/info/dir to be a %%config(noreplace)
1b2300
1b2300
* Wed Nov 25 1998 Jeff Johnson <jbj@redhat.com>
1b2300
- rebuild to fix docdir perms.
1b2300
1b2300
* Thu Sep 24 1998 Cristian Gafton <gafton@redhat.com>
1b2300
- fix allocation problems in install-info
1b2300
1b2300
* Wed Sep 23 1998 Jeff Johnson <jbj@redhat.com>
1b2300
- /sbin/install-info should not depend on /usr/lib/libz.so.1 -- statically
1b2300
  link with /usr/lib/libz.a.
1b2300
1b2300
* Fri Aug 07 1998 Erik Troan <ewt@redhat.com>
1b2300
- added a prereq of bash to the info package -- see the comment for a
1b2300
  description of why that was done
1b2300
1b2300
* Tue Jun 09 1998 Prospector System <bugs@redhat.com>
1b2300
- translations modified for de
1b2300
1b2300
* Tue Jun  9 1998 Jeff Johnson <jbj@redhat.com>
1b2300
- add %%attr to permit non-root build.
1b2300
1b2300
* Thu May 07 1998 Prospector System <bugs@redhat.com>
1b2300
- translations modified for de, fr, tr
1b2300
1b2300
* Sun Apr 12 1998 Cristian Gafton <gafton@redhat.com>
1b2300
- added %%clean
1b2300
- manhattan build
1b2300
1b2300
* Wed Mar 04 1998 Cristian Gafton <gafton@redhat.com>
1b2300
- upgraded to version 3.12
1b2300
- added buildroot
1b2300
1b2300
* Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
1b2300
- moved /usr/info/dir to /etc/info-dir and made /usr/info/dir a
1b2300
  symlink to /etc/info-dir.
1b2300
1b2300
* Wed Oct 29 1997 Donnie Barnes <djb@redhat.com>
1b2300
- added wmconfig entry for info
1b2300
1b2300
* Wed Oct 01 1997 Donnie Barnes <djb@redhat.com>
1b2300
- stripped /sbin/install-info
1b2300
1b2300
* Mon Sep 22 1997 Erik Troan <ewt@redhat.com>
1b2300
- added info-dir to filelist
1b2300
1b2300
* Sun Sep 14 1997 Erik Troan <ewt@redhat.com>
1b2300
- added patch from sopwith to let install-info understand gzip'ed info files
1b2300
- use skeletal dir file from texinfo tarball (w/ bash entry to reduce
1b2300
  dependency chain) instead (and install-info command everywhere else)
1b2300
- patches install-info to handle .gz names correctly
1b2300
1b2300
* Tue Jun 03 1997 Erik Troan <ewt@redhat.com>
1b2300
- built against glibc
1b2300
1b2300
* Tue Feb 25 1997 Erik Troan <ewt@redhat.com>
1b2300
- patched install-info.c for glibc.
1b2300
- added /usr/bin/install-info to the filelist
1b2300
1b2300
* Tue Feb 18 1997 Michael Fulbright <msf@redhat.com>
1b2300
- upgraded to version 3.9.