ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/java-jdk.spec
(Generate patch)

Comparing COMP/CMSDIST/java-jdk.spec (file contents):
Revision 1.2 by eulisse, Wed Apr 5 15:51:49 2006 UTC vs.
Revision 1.4 by eulisse, Thu Jun 15 13:19:35 2006 UTC

# Line 1 | Line 1
1   ### RPM external java-jdk 1.5.0.p6
2   ## BUILDIF [ $(uname) != Darwin ]
3 +
4 + Provides: libasound.so.2
5 + Provides: libasound.so.2(ALSA_0.9)
6 + Provides: libjava_crw_demo_g.so
7 + Provides: libodbc.so
8 + Provides: libodbcinst.so
9 +
10   %define downloadv %(echo %v | tr '.p' '_0')
11  
12 < %if "%{cmsplatf}" == "slc3_ia32_gcc323"
12 > %define tmpArch %(echo %cmsplatf | cut -d_ -f 1,2)
13 >
14 > %if "%{tmpArch}" == "slc3_ia32"
15   %define downloadarch i586
16   %endif
17  
18 < %if "%{cmsplatf}" == "slc3_amd64_gcc344"
18 > %if "%{tmpArch}" == "slc3_amd64"
19   %define downloadarch amd64
20   %endif
21  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines