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

File Contents

# Content
1 ### RPM external apache-tomcat 5.5.20
2 Requires: gcc-wrapper
3 Source: http://download.nextag.com/apache/tomcat/tomcat-5/v5.5.20/bin/apache-tomcat-5.5.20.tar.gz
4 Requires: java-jdk
5 %build
6 ## IMPORT gcc-wrapper
7 cd bin
8 tar xfz jsvc.tar.gz
9 cd jsvc-src
10 chmod +x configure
11 ./configure
12 make
13 %install
14 cp -r ./* %i
15
16 #