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

Comparing COMP/CMSDIST/dpm.spec (file contents):
Revision 1.7 by dlange, Tue Oct 9 04:54:46 2007 UTC vs.
Revision 1.13 by dlange, Tue Feb 26 17:17:02 2008 UTC

# Line 1 | Line 1
1 < ### RPM external dpm 1.6.5-5-CMS8
2 < ## BUILDIF case $(uname):$(uname -p) in Linux:i*86 ) true ;; Linux:x86_64 ) true ;;  Linux:ppc64 ) false ;; Darwin:* ) false ;; * ) true ;; esac
1 > ### RPM external dpm 1.6.5.5-CMS19
2 > ## BUILDIF case $(uname):$(uname -p) in Linux:i*86 ) true ;; Linux:x86_64 ) false ;;  Linux:ppc64 ) false ;; Darwin:* ) false ;; * ) true ;; esac
3  
4 < %define baseVersion %realversion
5 < %define patchLevel  %(echo %v | cut -d- -f2)
4 > %define baseVersion %(echo %v | cut -d- -f1 | cut -d. -f1,2,3)
5 > %define patchLevel  %(echo %v | cut -d- -f1 | cut -d. -f4)
6   %define downloadv %{realversion}-%{patchLevel}
7 < %define dpmarch     %(echo %cmsplatf | cut -d_ -f1)
7 > %define dpmarch     %(echo %cmsplatf | cut -d_ -f1 | sed 's/onl//')
8  
9   Source: http://eticssoft.web.cern.ch/eticssoft/repository/org.glite/LCG-DM/%{realversion}/src/DPM-%{downloadv}sec.%{dpmarch}.src.rpm
10  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines