1 |
|
### RPM external automake 1.9.6 |
2 |
+ |
Requires: gcc-wrapper |
3 |
|
Source: http://ftp.gnu.org/gnu/%n/%n-%v.tar.gz |
4 |
|
Requires: autoconf |
5 |
|
|
6 |
|
%build |
7 |
+ |
## IMPORT gcc-wrapper |
8 |
|
./configure --prefix=%i |
9 |
|
make |
10 |
< |
perl -p -i -e "s|#!.*perl(.*)|#!/usr/bin/env perl($1)|" aclocal automake |
10 |
> |
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 |
> |
|