Copy from Publishing/texinfo based on submit request 34316 from user coolo

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texinfo?expand=0&rev=11
This commit is contained in:
OBS User autobuild 2010-03-12 16:41:43 +00:00 committed by Git OBS Bridge
parent c8146fb701
commit 7a76a72ff4
2 changed files with 17 additions and 12 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Dec 6 14:58:06 CET 2009 - jengelh@medozas.de
- enable parallel building
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de
@ -333,7 +338,7 @@ Mon Aug 9 18:14:05 CEST 2004 - werner@suse.de
- Info: check remaining buffer size before printing into echo area - Info: check remaining buffer size before printing into echo area
------------------------------------------------------------------ -------------------------------------------------------------------
Fri Jul 2 18:50:42 CEST 2004 - mfabian@suse.de Fri Jul 2 18:50:42 CEST 2004 - mfabian@suse.de
- apply makeinfo.patch received from Karl Berry - apply makeinfo.patch received from Karl Berry
@ -544,14 +549,14 @@ Tue Oct 14 12:55:47 MEST 1997 - ro@suse.de
- ready for autobuild - ready for autobuild
---------------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 10 15:08:57 MEST 1997 - florian@suse.de Fri Oct 10 15:08:57 MEST 1997 - florian@suse.de
- update to texinfo 3.11 - update to texinfo 3.11
---------------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 22 18:57:49 MEST 1997 - florian@suse.de Sun Jun 22 18:57:49 MEST 1997 - florian@suse.de
@ -562,14 +567,14 @@ Sun Jun 22 18:57:49 MEST 1997 - florian@suse.de
- add texi2roff 2.0 - add texi2roff 2.0
---------------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 13 23:04:29 MEST 1997 - florian@suse.de Sun Apr 13 23:04:29 MEST 1997 - florian@suse.de
- cosmetic changes, just done in preparation for glibc - cosmetic changes, just done in preparation for glibc
---------------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 17 16:05:09 CEST 1996 - florian@suse.de Thu Oct 17 16:05:09 CEST 1996 - florian@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package texinfo (Version 4.13a) # spec file for package texinfo (Version 4.13a)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,11 +19,11 @@
Name: texinfo Name: texinfo
BuildRequires: help2man libbz2-devel libzio-devel ncurses-devel perl-gettext zlib-devel BuildRequires: help2man libbz2-devel libzio-devel ncurses-devel perl-gettext zlib-devel
License: GPL v2 or later ; GPL v3 or later License: GPLv2+ ; GPLv3+
Group: Productivity/Publishing/Texinfo Group: Productivity/Publishing/Texinfo
AutoReqProv: on AutoReqProv: on
Version: 4.13a Version: 4.13a
Release: 2 Release: 3
%global version_t2h 1.82 %global version_t2h 1.82
%global version_t2r 2.0 %global version_t2r 2.0
Summary: Tools Needed to Create Documentation from Texinfo Sources Summary: Tools Needed to Create Documentation from Texinfo Sources
@ -72,7 +72,7 @@ Authors:
Roland McGrath <roland@gnu.org> Roland McGrath <roland@gnu.org>
%package -n info %package -n info
License: GPL v2 or later License: GPLv2+
Summary: A Stand-Alone Terminal-Based Info Browser Summary: A Stand-Alone Terminal-Based Info Browser
Group: Productivity/Publishing/Texinfo Group: Productivity/Publishing/Texinfo
PreReq: bash zlib libzio PreReq: bash zlib libzio
@ -132,7 +132,7 @@ popd
--enable-nls --enable-nls
PATH=${PWD}/makeinfo:${PWD}/util:$PATH PATH=${PWD}/makeinfo:${PWD}/util:$PATH
export PATH export PATH
make make %{?jobs:-j%jobs};
pushd ../texi2html-%{version_t2h} pushd ../texi2html-%{version_t2h}
./configure --build=$HOST \ ./configure --build=$HOST \
--prefix=%{_prefix} \ --prefix=%{_prefix} \
@ -141,11 +141,11 @@ pushd ../texi2html-%{version_t2h}
--infodir=%{_infodir} \ --infodir=%{_infodir} \
--without-included-gettext \ --without-included-gettext \
--enable-nls --enable-nls
make make %{?jobs:-j%jobs};
popd popd
pushd ../texi2roff-%{version_t2r} pushd ../texi2roff-%{version_t2r}
rm -f texi2roff rm -f texi2roff
make make %{?jobs:-j%jobs};
popd popd
%install %install