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