ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/apache-tomcat.spec
Revision: 1.1
Committed: Wed Dec 6 22:10:27 2006 UTC (18 years, 4 months ago) by eulisse
Branch: MAIN
Log Message:
First added to repository.

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     %build
4     cd bin
5     tar xfz jsvc.tar.gz
6     cd jsvc-src
7     chmod +x configure
8     ./configure
9     make
10     %install
11     cp -r ./* %i
12