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

Comparing COMP/CMSDIST/srmcp.spec (file contents):
Revision 1.2 by lat, Fri May 5 17:31:50 2006 UTC vs.
Revision 1.3 by mballint, Thu Sep 7 22:01:16 2006 UTC

# Line 5 | Line 5
5  
6   %define downloadv %(echo %v | tr . _)
7   Source: https://srm.fnal.gov/twiki/pub/SrmProject/SrmcpClient/%{n}_v%{downloadv}_NULL.tar
8 + Requires: java-jdk
9  
10   %prep
11   %setup -n srmclient
# Line 16 | Line 17 | unset SRM_PATH SRM_CONFIG || true
17   if [ ! -f $HOME/.srmconfig/config.xml ]; then
18    mkdir -p %i/etc $HOME/.srmconfig
19    SRM_PATH=%i/srmclient %i/srmclient/sbin/srm \
20 <    -copy file:///dev/null file:///dev/null > /dev/null 2>&1 || true
20 >    -copy file:////dev/null file:////dev/null > /dev/null 2>&1 || true
21    [ -f $HOME/.srmconfig/config.xml ]
22   fi
23  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines