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:
parent
11d3913e83
commit
a730c6be12
@ -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
|
||||
|
||||
|
@ -23,7 +23,7 @@ License: GPLv2+ ; GPLv3+
|
||||
Group: Productivity/Publishing/Texinfo
|
||||
AutoReqProv: on
|
||||
Version: 4.13a
|
||||
Release: 3
|
||||
Release: 4
|
||||
%global version_t2h 1.82
|
||||
%global version_t2r 2.0
|
||||
Summary: Tools Needed to Create Documentation from Texinfo Sources
|
||||
@ -132,7 +132,7 @@ popd
|
||||
--enable-nls
|
||||
PATH=${PWD}/makeinfo:${PWD}/util:$PATH
|
||||
export PATH
|
||||
make %{?jobs:-j%jobs};
|
||||
make %{?_smp_mflags};
|
||||
pushd ../texi2html-%{version_t2h}
|
||||
./configure --build=$HOST \
|
||||
--prefix=%{_prefix} \
|
||||
@ -141,11 +141,11 @@ pushd ../texi2html-%{version_t2h}
|
||||
--infodir=%{_infodir} \
|
||||
--without-included-gettext \
|
||||
--enable-nls
|
||||
make %{?jobs:-j%jobs};
|
||||
make %{?_smp_mflags};
|
||||
popd
|
||||
pushd ../texi2roff-%{version_t2r}
|
||||
rm -f texi2roff
|
||||
make %{?jobs:-j%jobs};
|
||||
make %{?_smp_mflags};
|
||||
popd
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user