ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/autoconf.spec
Revision: 1.2
Committed: Mon Jan 22 20:55:33 2007 UTC (18 years, 3 months ago) by elmer
Branch: MAIN
Changes since 1.1: +9 -0 lines
Log Message:
Relocate scripts in bin and share/autoconf/autom4te.cfg properly.

File Contents

# User Rev Content
1 eulisse 1.1 ### RPM external autoconf 2.60
2     Source: http://ftp.gnu.org/gnu/%n/%n-%v.tar.gz
3    
4     %build
5     ./configure --prefix=%i
6     make
7     %install
8     make install
9     perl -p -i -e "s|#\!.*perl(.*)|#!/usr/bin/env perl$1|" %{i}/bin/autom4te \
10     %{i}/bin/autoheader \
11     %{i}/bin/autoreconf \
12     %{i}/bin/ifnames \
13     %{i}/bin/autoscan \
14     %{i}/bin/autoupdate
15 elmer 1.2 %post
16     %{relocateConfig}bin/autoconf
17     %{relocateConfig}bin/autoheader
18     %{relocateConfig}bin/autom4te
19     %{relocateConfig}bin/autoreconf
20     %{relocateConfig}bin/autoscan
21     %{relocateConfig}bin/autoupdate
22     %{relocateConfig}bin/ifnames
23     %{relocateConfig}share/autoconf/autom4te.cfg