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 |
|
|