1 |
|
### RPM external autoconf 2.60 |
2 |
+ |
Requires: gcc-wrapper |
3 |
|
Source: http://ftp.gnu.org/gnu/%n/%n-%v.tar.gz |
4 |
|
|
5 |
|
%build |
6 |
+ |
## IMPORT gcc-wrapper |
7 |
|
./configure --prefix=%i |
8 |
|
make |
9 |
|
%install |
14 |
|
%{i}/bin/ifnames \ |
15 |
|
%{i}/bin/autoscan \ |
16 |
|
%{i}/bin/autoupdate |
17 |
+ |
%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 |