ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/automake.spec
Revision: 1.3
Committed: Wed Apr 18 23:46:01 2007 UTC (18 years ago) by ratnik
Branch: MAIN
Changes since 1.2: +2 -0 lines
Log Message:
Changes for building  externals in 64/32 mode: added gcc-wrapper .

File Contents

# User Rev Content
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