ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/apache-tomcat.spec
Revision: 1.6
Committed: Thu May 1 17:44:23 2008 UTC (17 years ago) by valya
Branch: MAIN
Changes since 1.5: +2 -2 lines
Log Message:
New version

File Contents

# User Rev Content
1 valya 1.6 ### RPM external apache-tomcat 5.5.26
2     Source: http://download.nextag.com/apache/tomcat/tomcat-5/v5.5.26/bin/apache-tomcat-5.5.26.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 #