1 |
eulisse |
1.1 |
### RPM external autoconf 2.60
|
2 |
ratnik |
1.3 |
Requires: gcc-wrapper
|
3 |
eulisse |
1.1 |
Source: http://ftp.gnu.org/gnu/%n/%n-%v.tar.gz
|
4 |
|
|
|
5 |
|
|
%build
|
6 |
ratnik |
1.3 |
## IMPORT gcc-wrapper
|
7 |
eulisse |
1.1 |
./configure --prefix=%i
|
8 |
|
|
make
|
9 |
|
|
%install
|
10 |
|
|
make install
|
11 |
|
|
perl -p -i -e "s|#\!.*perl(.*)|#!/usr/bin/env perl$1|" %{i}/bin/autom4te \
|
12 |
|
|
%{i}/bin/autoheader \
|
13 |
|
|
%{i}/bin/autoreconf \
|
14 |
|
|
%{i}/bin/ifnames \
|
15 |
|
|
%{i}/bin/autoscan \
|
16 |
|
|
%{i}/bin/autoupdate
|
17 |
elmer |
1.2 |
%post
|
18 |
|
|
%{relocateConfig}bin/autoconf
|
19 |
|
|
%{relocateConfig}bin/autoheader
|
20 |
|
|
%{relocateConfig}bin/autom4te
|
21 |
|
|
%{relocateConfig}bin/autoreconf
|
22 |
|
|
%{relocateConfig}bin/autoscan
|
23 |
|
|
%{relocateConfig}bin/autoupdate
|
24 |
|
|
%{relocateConfig}bin/ifnames
|
25 |
|
|
%{relocateConfig}share/autoconf/autom4te.cfg
|