- can't use help2man from -extras, add workaround
This commit is contained in:
parent
fc21230d80
commit
ceb077d155
@ -7,7 +7,7 @@ Group: Development/Tools
|
|||||||
Source: http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.bz2
|
Source: http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.bz2
|
||||||
Patch0: autoconf-2.60-linkX11.patch
|
Patch0: autoconf-2.60-linkX11.patch
|
||||||
URL: http://www.gnu.org/software/autoconf/
|
URL: http://www.gnu.org/software/autoconf/
|
||||||
BuildRequires: sed, m4, emacs, help2man
|
BuildRequires: sed, m4, emacs
|
||||||
Prereq(post,preun): /sbin/install-info
|
Prereq(post,preun): /sbin/install-info
|
||||||
Requires: gawk, m4, mktemp, perl, textutils, imake
|
Requires: gawk, m4, mktemp, perl, textutils, imake
|
||||||
BuildArchitectures: noarch
|
BuildArchitectures: noarch
|
||||||
@ -34,7 +34,12 @@ their use.
|
|||||||
%patch0 -p1 -b .linkX11
|
%patch0 -p1 -b .linkX11
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
cp -p config/config{.,-}guess
|
||||||
|
cp -p config/config{.,-}sub
|
||||||
%configure
|
%configure
|
||||||
|
# ... and restore them:
|
||||||
|
mv config/config{-,.}guess
|
||||||
|
mv config/config{-,.}sub
|
||||||
make
|
make
|
||||||
|
|
||||||
#check
|
#check
|
||||||
|
Loading…
Reference in New Issue
Block a user