Copy from Publishing/texinfo based on submit request 42200 from user prusnak

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texinfo?expand=0&rev=13
This commit is contained in:
OBS User autobuild 2010-07-02 12:52:32 +00:00 committed by Git OBS Bridge
parent 11d3913e83
commit a730c6be12
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
- use %_smp_mflags
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Dec 6 14:58:06 CET 2009 - jengelh@medozas.de Sun Dec 6 14:58:06 CET 2009 - jengelh@medozas.de

View File

@ -23,7 +23,7 @@ License: GPLv2+ ; GPLv3+
Group: Productivity/Publishing/Texinfo Group: Productivity/Publishing/Texinfo
AutoReqProv: on AutoReqProv: on
Version: 4.13a Version: 4.13a
Release: 3 Release: 4
%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
@ -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 %{?jobs:-j%jobs}; make %{?_smp_mflags};
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 %{?jobs:-j%jobs}; make %{?_smp_mflags};
popd popd
pushd ../texi2roff-%{version_t2r} pushd ../texi2roff-%{version_t2r}
rm -f texi2roff rm -f texi2roff
make %{?jobs:-j%jobs}; make %{?_smp_mflags};
popd popd
%install %install