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

# User Rev Content
1 eulisse 1.1 ### RPM external apache-tomcat 5.5.20
2 ratnik 1.4 Requires: gcc-wrapper
3 eulisse 1.1 Source: http://download.nextag.com/apache/tomcat/tomcat-5/v5.5.20/bin/apache-tomcat-5.5.20.tar.gz
4 eulisse 1.2 Requires: java-jdk
5 eulisse 1.1 %build
6 ratnik 1.4 ## IMPORT gcc-wrapper
7 eulisse 1.1 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 eulisse 1.3 #