f81dc25
%global tex_texinfo %{_datadir}/texlive/texmf-dist/tex/texinfo
cb71596
3d74088
Summary: Tools needed to create Texinfo format documentation files
cvsdist c68ed5d
Name: texinfo
272a0a0
Version: 6.7
c543bfe
Release: 8%{?dist}
ab8f64d
License: GPLv3+
ae70a50
Url: http://www.gnu.org/software/texinfo/
e576f69
Source0: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.xz
e576f69
Source1: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.xz.sig
0415479
Patch0: texinfo-4.12-zlib.patch
0a4c5e3
# Patch1: this is needed just for koji/mock, all tests pass fine in local build
88ceb2c
Patch1: texinfo-6.0-disable-failing-info-test.patch
a2e5fb4
# Patch2: rhbz#1348671, because of OSTree
a2e5fb4
Patch2: texinfo-6.1-install-info-use-create-tmp-then-rename-pattern.patch
1a43cb5
# Patch3: we need to fix template fix-info-dir generates
1a43cb5
Patch3: info-6.5-sync-fix-info-dir.patch
bc2165c
# Patch4: rhbz#1592433, bug in fix-info-dir --delete
bc2165c
Patch4: texinfo-6.5-fix-info-dir.patch
bc2165c
# Patch5: fixes issues detected by static analysis
bc2165c
Patch5: texinfo-6.5-covscan-fixes.patch
1225667
ec7ad28
BuildRequires: gcc
6c3a995
BuildRequires: perl-generators
9023553
BuildRequires: zlib-devel, ncurses-devel, help2man, perl(Data::Dumper)
af9bf89
BuildRequires: perl(Locale::Messages), perl(Unicode::EastAsianWidth), perl(Text::Unidecode)
661a64a
BuildRequires: perl(Storable), perl(Unicode::Normalize)
af9bf89
b31a088
# Texinfo perl packages are not installed in default perl library dirs
b31a088
%global __provides_exclude ^perl\\(.*Texinfo.*\\)$
b31a088
%global __requires_exclude ^perl\\(.*Texinfo.*\\)$
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
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
Requires: texinfo = %{version}-%{release}
c24de9f
Requires: tex(tex) tex(epsf.tex)
cb71596
Requires(post): %{_bindir}/texconfig-sys
cb71596
Requires(postun): %{_bindir}/texconfig-sys
b3e3eda
Provides: tex-texinfo
f81dc25
Provides: texlive-texinfo
f81dc25
Obsoletes: texlive-texinfo <= 9:2019-15
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
418a49d
%autosetup -p1
cvsdist c68ed5d
cvsdist c68ed5d
%build
a709e94
%configure --with-external-Text-Unidecode \
a709e94
           --with-external-libintl-perl \
bea7cd4
           --with-external-Unicode-EastAsianWidth \
bea7cd4
           --disable-perl-xs
be9b090
%make_build
cvsdist c68ed5d
cvsdist c68ed5d
%install
cvsdist 7522b72
mkdir -p ${RPM_BUILD_ROOT}/sbin
cvsdist c68ed5d
be9b090
%make_install
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
mv $RPM_BUILD_ROOT%{_bindir}/install-info $RPM_BUILD_ROOT/sbin
cvsdist c68ed5d
b4f2a66
install -Dpm0755 -t %{buildroot}%{_sbindir} contrib/fix-info-dir
b4f2a66
e576f69
%find_lang %{name}
e576f69
%find_lang %{name}_document
cvsdist 1d16573
af9bf89
%check
af9bf89
export ALL_TESTS=yes
be9b090
%make_build check
af9bf89
cb71596
%post tex
cb71596
%{_bindir}/texconfig-sys rehash 2> /dev/null || :
cb71596
cb71596
%postun tex
cb71596
%{_bindir}/texconfig-sys rehash 2> /dev/null || :
cb71596
dd52d15
%transfiletriggerin -n info -- %{_infodir}
f19a29e
[ -f %{_infodir}/dir ] && create_arg="" || create_arg="--create"
73db40e
%{_sbindir}/fix-info-dir $create_arg %{_infodir}/dir &>/dev/null
dd52d15
dd52d15
%transfiletriggerpostun -n info -- %{_infodir}
73db40e
[ -f %{_infodir}/dir ] && %{_sbindir}/fix-info-dir --delete %{_infodir}/dir &>/dev/null
cb71596
e576f69
%files -f %{name}.lang -f %{name}_document.lang
58ecabc
%doc AUTHORS ChangeLog NEWS README TODO
58ecabc
%license COPYING
cvsdist fbe1657
%{_bindir}/makeinfo
a709e94
%{_bindir}/texi2any
a709e94
%{_bindir}/pod2texi
cvsdist bc33d5f
%{_datadir}/texinfo
cvsdist fbe1657
%{_infodir}/texinfo*
cvsdist fbe1657
%{_mandir}/man1/makeinfo.1*
cvsdist fbe1657
%{_mandir}/man5/texinfo.5*
a709e94
%{_mandir}/man1/texi2any.1*
a709e94
%{_mandir}/man1/pod2texi.1*
cvsdist c68ed5d
cvsdist c68ed5d
%files -n info
58ecabc
%license COPYING
cvsdist fbe1657
%{_bindir}/info
cvsdist fbe1657
%{_infodir}/info-stnd.info*
cvsdist c68ed5d
/sbin/install-info
b4f2a66
%{_sbindir}/fix-info-dir
cvsdist fbe1657
%{_mandir}/man1/info.1*
cvsdist fbe1657
%{_mandir}/man1/install-info.1*
cvsdist fbe1657
%{_mandir}/man5/info.5*
12357d4
%ghost %{_infodir}/dir
b722dd0
%ghost %attr(644, root, root) %{_infodir}/dir.old
cvsdist c68ed5d
1e9c629
%files tex
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
c543bfe
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.7-8
c543bfe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
c543bfe
661a64a
* Mon Mar 16 2020 Jitka Plesnikova <jplesnik@redhat.com> - 6.7-7
661a64a
- Add BR: perl(Unicode::Normalize)
661a64a
8dc3653
* Thu Mar  5 2020 Tom Callaway <spot@fedoraproject.org> - 6.7-6
b3e3eda
- add additional Provides: tex-texinfo ("it's an older code sir, but it checks out")
b3e3eda
7f8bbbc
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.7-5
7f8bbbc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
7f8bbbc
f81dc25
* Fri Jan 24 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.7-4
f81dc25
- Move texlive-tex files to more approriate location again, this
f81dc25
  time in sync with dropping texlive-texinfo from texlive
f81dc25
  Resolves: #1719379
f81dc25
b722dd0
* Thu Jan 09 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.7-3
b722dd0
- Fix mode of dir.old
b722dd0
aec4bac
* Tue Oct 08 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.7-2
aec4bac
- Revert move of texinfo-tex files
aec4bac
  Resolves: #1758817
aec4bac
272a0a0
* Thu Sep 26 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.7-1
272a0a0
- Update to texinfo-6.7
272a0a0
  Resolves: #1754648
272a0a0
- Move texlive-tex files to more approriate location
272a0a0
  Resolves: #1719379
272a0a0
d2cfdf1
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.6-2
d2cfdf1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
d2cfdf1
bc2165c
* Mon Feb 18 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.6-1
bc2165c
- Update to texinfo-6.6
bc2165c
  Resolves: #1677911
bc2165c
1cea6c8
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.5-12
1cea6c8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
1cea6c8
3ac1f4e
* Thu Oct 04 2018 Jason L Tibbitts III <tibbs@math.uh.edu> - 6.5-11
3ac1f4e
- Fix another issue in fix-info-dir which could lead to an infinite loop in odd
3ac1f4e
  circumstances.
3ac1f4e
  Resolves: #1614162
3ac1f4e
2dc8474
* Thu Aug 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 6.5-10
2dc8474
- Drop macros.info
2dc8474
1585d1f
* Wed Aug 08 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.5-9
1585d1f
- Fix issues detected by static analysis
1585d1f
dc4942b
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.5-8
dc4942b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
dc4942b
1a7b22c
* Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 6.5-7
1a7b22c
- Perl 5.28 rebuild
1a7b22c
c1f52b1
* Thu Jun 21 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.5-6
c1f52b1
- Fix fail of test because of unescaped left brace with Perl 5.28
c1f52b1
  (patch by Jitka Plesnikova)
c1f52b1
  Resolves: #1590308
c1f52b1
1225667
* Tue Jun 19 2018 Jason L Tibbitts III <tibbs@math.uh.edu> - 6.5-5
1225667
- Fix bug in fix-info-dir which prevented the transfiletriggerpostun script
1225667
  from working properly.
1225667
c419aa4
* Fri Mar 30 2018 Tom Callaway <spot@fedoraproject.org> - 6.5-4
c419aa4
- update texinfo.tex
c419aa4
d0c23d8
* Tue Feb 13 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 6.5-3
59e8323
- Implement transaction filetriggers for crating info/dir
59e8323
f46d5dc
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.5-2
f46d5dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f46d5dc
1cb986a
* Wed Sep 13 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.5-1
1cb986a
- Update to texinfo-6.5
1cb986a
  Resolves: #1491075
1cb986a
fbb2b61
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.4-5
fbb2b61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
fbb2b61
37f3514
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.4-4
37f3514
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
37f3514
b2f34d5
* Thu Jul 13 2017 Petr Pisar <ppisar@redhat.com> - 6.4-3
b2f34d5
- perl dependency renamed to perl-interpreter
b2f34d5
  <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules>
b2f34d5
0a4c5e3
* Mon Jul 10 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4-2
0a4c5e3
- Fix broken reference following when the reference is split to
0a4c5e3
  more than one line
0a4c5e3
- Fix possible incorrect selection of already loaded file when
0a4c5e3
  following cross reference
0a4c5e3
  Resolves: #1383057
0a4c5e3
8b53520
* Tue Jun 27 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4-1
8b53520
- Update to texinfo-6.4
8b53520
  Resolves: #1464624
8b53520
cf5ffaf
* Mon Mar 13 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3-3
cf5ffaf
- Fix path to install-info in macros.info
cf5ffaf
  Resolves: #1419246
cf5ffaf
6f9737e
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.3-2
6f9737e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
6f9737e
a2e5fb4
* Mon Sep 19 2016 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3-1
a2e5fb4
- Update to texinfo-6.3
a2e5fb4
  Resolves: #1374962
a2e5fb4
43b7806
* Wed Jun 22 2016 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.1-3
43b7806
- install-info: use create-tmp-then-rename pattern because of OSTree
43b7806
  (patch by Colin Walters)
43b7806
  Resolves: #1348671
43b7806
4cd12d4
* Wed Feb 24 2016 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.1-2
4cd12d4
- Fix texi2dvi exits without completing the task
4cd12d4
  Resolves: #1309702
4cd12d4
bea7cd4
* Thu Feb 11 2016 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.1-1
bea7cd4
- Update to texinfo-6.1
bea7cd4
  Resolves: #1305316
bea7cd4
42c62be
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 6.0-3
42c62be
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
42c62be
b31a088
* Sun Aug 9 2015 Orion Poplawski <orion@cora.nwra.com> - 6.0-2
b31a088
- Add BR on perl(Storable), fix perl requires (bug #1251766)
b31a088
88ceb2c
* Tue Jul 14 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.0-1
d267005
- Update to texinfo-6.0
d267005
  Resolves: #1236254
d267005
1b8bac1
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2-10
1b8bac1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1b8bac1
35be163
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 5.2-9
35be163
- Rebuilt for Fedora 23 Change
35be163
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
35be163
e829fda
* Mon Feb 02 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.2-8
e829fda
- Add macros.info
e829fda
  Resolves: #948735
e829fda
af9bf89
* Thu Oct 30 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.2-7
af9bf89
- Filter bogus perl requires/provides
af9bf89
- Enable upstream test suite
af9bf89
1d7bef8
* Tue Oct 14 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.2-6
1d7bef8
- Use perl-Unicode-EastAsianWidth
1d7bef8
e2037e6
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2-5
e2037e6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
e2037e6
58ecabc
* Wed Aug  6 2014 Tom Callaway <spot@fedoraproject.org> - 5.2-4
58ecabc
- fix license handling
58ecabc
379f137
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2-3
379f137
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
379f137
cc03afc
* Thu Jan 16 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.2-2
cc03afc
- Fix info segfaults on non existing info page when used with -o
cc03afc
907bc28
* Tue Oct 01 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.2-1
907bc28
- Update to texinfo-5.2
907bc28
b970e10
* Tue Aug 13 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.1-4
b970e10
- Fix \b[...\b] tag processing
b970e10
  Resolves: #928975
b970e10
8dde330
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1-3
8dde330
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
8dde330
c1a3d2d
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 5.1-2
c1a3d2d
- Perl 5.18 rebuild
c1a3d2d
e1f2073
* Mon Mar 18 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.1-1
e1f2073
- Update to texinfo-5.1
e1f2073
9a27f22
* Tue Mar 05 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.0-3
9a27f22
- Fix bug in parser
9a27f22
  Resolves: #917974
9a27f22
a709e94
* Wed Feb 20 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.0-2
9023553
- Fix configure arguments, remove ChangeLog conversion,
a709e94
  move texi2any/pod2texi to main package
a709e94
e576f69
* Tue Feb 19 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.0-1
e576f69
- Update to texinfo-5.0
e576f69
12d4440
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.13a-20
12d4440
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
12d4440
c24de9f
* Tue Nov 13 2012 Jindrich Novy <jnovy@redhat.com> - 4.13a-19
c24de9f
- require epsf.tex (#868011)
c24de9f
cd42e13
* Mon Sep 10 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 4.13a-18
cd42e13
- Fix issues found by fedora-review utility in the spec file
cd42e13
edd79fe
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.13a-17
edd79fe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
edd79fe
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.