1 |
eulisse |
1.1 |
### RPM external automake 1.9.6
|
2 |
ratnik |
1.3 |
Requires: gcc-wrapper
|
3 |
eulisse |
1.1 |
Source: http://ftp.gnu.org/gnu/%n/%n-%v.tar.gz
|
4 |
|
|
Requires: autoconf
|
5 |
|
|
|
6 |
|
|
%build
|
7 |
ratnik |
1.3 |
## IMPORT gcc-wrapper
|
8 |
eulisse |
1.1 |
./configure --prefix=%i
|
9 |
|
|
make
|
10 |
elmer |
1.2 |
perl -p -i -e "s|#!.*perl(.*)|#!/usr/bin/env perl$1|" aclocal automake
|
11 |
|
|
|
12 |
|
|
%post
|
13 |
|
|
%{relocateConfig}bin/automake-1.9
|
14 |
|
|
%{relocateConfig}bin/automake
|
15 |
|
|
%{relocateConfig}bin/aclocal-1.9
|
16 |
|
|
%{relocateConfig}bin/aclocal
|
17 |
|
|
%{relocateConfig}share/automake-1.9/Automake/Config.pm
|
18 |
|
|
|