Revision: | 1.2 |
Committed: | Mon Jan 22 21:05:49 2007 UTC (18 years, 3 months ago) by elmer |
Branch: | MAIN |
Changes since 1.1: | +9 -1 lines |
Log Message: | o Remove unnecessary (I think) parantheses in fixup of hash-bang line o Relocate scripts in bin and share/automake-1.9/Automake/Config.pm properly. |
# | Content |
---|---|
1 | ### RPM external automake 1.9.6 |
2 | Source: http://ftp.gnu.org/gnu/%n/%n-%v.tar.gz |
3 | Requires: autoconf |
4 | |
5 | %build |
6 | ./configure --prefix=%i |
7 | make |
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 |