ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/dcache-client.spec
Revision: 1.4
Committed: Wed Apr 18 23:46:01 2007 UTC (18 years ago) by ratnik
Branch: MAIN
Changes since 1.3: +2 -0 lines
Log Message:
Changes for building  externals in 64/32 mode: added gcc-wrapper .

File Contents

# User Rev Content
1 ratnik 1.1
2     ### RPM external dcache-client 1.7.0
3 ratnik 1.4 Requires: gcc-wrapper
4 ratnik 1.3 #Requires: apache-ant
5     # Normally requires Ant, but here we use gmake directly
6     # in order to avoid dependency on java-jdk.
7    
8 ratnik 1.2 Provides: libdcap.so
9     Provides: libpdcap.so
10 ratnik 1.3
11 ratnik 1.1 %define downloadv %(echo %v | tr . -)
12     Source: http://www.dcache.org/downloads/%{v}/dCache-production-%{downloadv}-sources.tar
13     %prep
14 ratnik 1.3 %setup -n dCacheBuild/modules/dcap
15     pwd
16     chmod a+x `find ./ -type f -name "*.sh"`
17 ratnik 1.1 %build
18 ratnik 1.4 ## IMPORT gcc-wrapper
19 ratnik 1.3 make BIN_PATH=%i
20 ratnik 1.1 %install
21 ratnik 1.3 make BIN_PATH=%i install