ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/apache-tomcat.spec
Revision: 1.3
Committed: Mon Dec 18 08:47:20 2006 UTC (18 years, 4 months ago) by eulisse
Branch: MAIN
CVS Tags: WEBTOOLS_CONFIG_1_pre2, WEBTOOLS_CONFIG_1_pre1, PR_0_5_4, PR_0_5_0, PR_0_4_21, PRODREQUEST_0_4_0
Changes since 1.2: +1 -0 lines
Log Message:
Rebuilding using external+java-jdk rather than virtual+java-jdk.

File Contents

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