# | Line 5 | Line 5 | Requires: autoconf | |
---|---|---|
5 | %build | |
6 | ./configure --prefix=%i | |
7 | make | |
8 | < | perl -p -i -e "s|#!.*perl(.*)|#!/usr/bin/env perl($1)|" aclocal automake |
8 | > | perl -p -i -e "s|#!.*perl(.*)|#!/usr/bin/env perl$1|" aclocal automake |
9 | > | |
10 | > | %post |
11 | > | %{relocateConfig}bin/automake-1.9 |
12 | > | %{relocateConfig}bin/automake |
13 | > | %{relocateConfig}bin/aclocal-1.9 |
14 | > | %{relocateConfig}bin/aclocal |
15 | > | %{relocateConfig}share/automake-1.9/Automake/Config.pm |
16 | > |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |