ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/apache-tomcat.spec
Revision: 1.2
Committed: Fri Dec 15 14:36:36 2006 UTC (18 years, 4 months ago) by eulisse
Branch: MAIN
Changes since 1.1: +1 -0 lines
Log Message:
Dependency on java-jdk added.

File Contents

# Content
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 Requires: java-jdk
4 %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