Summary: Tools needed to create Texinfo format documentation files. Name: texinfo Version: 4.0 Release: 8 Copyright: GPL Group: Applications/Publishing Source0: ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-%{version}.tar.gz Prereq: /sbin/install-info Prefix: %{_prefix} Buildroot: /var/tmp/texinfo-root %ifarch ia64 %define DEFCCIA cc %define DEFCC %{DEFCCIA} %else %define DEFCC cc %endif %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 # By making info prereq bash, other packages which have triggers based on # info don't run those triggers until bash is in place as well. This is an # ugly method of doing it (triggers which fire on set intersection would # be better), but it's the best we can do for now. Talk to Erik before # removing this. Prereq: bash %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. You should install info, because GNU's texinfo documentation is a valuable source of information about the software on your system. %prep %setup -q %build # Use the default compiler for this platform - gcc otherwise if [[ -z "$CC" ]] then if test "X`type %{DEFCC} 2>/dev/null`" != 'X'; then export CC=%{DEFCC} else export CC=gcc fi fi if test "X$CC" != "Xgcc" then export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's:-fsigned-char::'` export CFLAGS="$RPM_OPT_FLAGS" fi %configure make CFLAGS="$RPM_OPT_FLAGS" rm util/install-info #make -C util LIBS=%{prefix}/lib/libz.a make -C util LIBS=-lz %install rm -rf ${RPM_BUILD_ROOT} mkdir -p ${RPM_BUILD_ROOT}/etc mkdir -p ${RPM_BUILD_ROOT}/sbin make install DESTDIR=${RPM_BUILD_ROOT} mandir=${RPM_BUILD_ROOT}%{prefix}/man infodir=${RPM_BUILD_ROOT}%{prefix}/info ( cd ${RPM_BUILD_ROOT} gzip -n -9f .%{prefix}/info/*info* install -m644 ${RPM_BUILD_ROOT}%{prefix}/info/dir ./etc/info-dir rm -f ${RPM_BUILD_ROOT}%{prefix}/info/dir ln -sf /etc/info-dir ${RPM_BUILD_ROOT}%{prefix}/info/dir for i in makeinfo texindex info install-info ; do /usr/bin/strip .%{prefix}/bin/$i done ln -sf ..%{prefix}/bin/install-info ./sbin mkdir -p usr/bin cd usr/bin ln -sf ../..%{prefix}/bin/* . cd - ln -sf ..%{prefix}/info ./usr/info mkdir -p etc/X11/applnk/Utilities cat > ./etc/X11/applnk/Utilities/info.desktop < - Added desktop links for GNOME and KDE * Tue Mar 27 2001 Marc Stephenson - Rebuild with default compiler - Rebuild without ncurses * Fri Mar 02 2001 Marc Stephenson - Add desktop entry - Fix INFODIR search path * Fri Oct 27 2000 pkgmgr - Modify for AIX Freeware distribution * 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.