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