ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/java-jdk.spec
Revision: 1.1
Committed: Mon Feb 27 15:01:46 2006 UTC (19 years, 2 months ago) by eulisse
Branch: MAIN
CVS Tags: test2, test1, NataliaStart
Log Message:
added to repository.

File Contents

# Content
1 ### RPM external java-jdk 1.5.0.p6
2 ## BUILDIF [ $(uname) != Darwin ]
3 %define downloadv %(echo %v | tr '.p' '_0')
4 Source: http://eulisse.web.cern.ch/eulisse/jdk-%downloadv-linux-i586.bin
5 %prep
6 ls
7 %define javadir jdk%(echo %v| sed -e "s/.p/_0/")
8 rm -rf %javadir
9 yes | sh %{_sourcedir}/jdk-%downloadv-linux-i586.bin
10 cd %javadir
11 %build
12 %install
13 ls
14 cp -r %javadir/* %i