1 |
< |
### RPM external dpm 1.6.5-5-CMS3q |
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 |
3 |
|
|
4 |
|
%define baseVersion %realversion |
8 |
|
|
9 |
|
Source: http://eticssoft.web.cern.ch/eticssoft/repository/org.glite/LCG-DM/%{realversion}/src/DPM-%{downloadv}sec.%{dpmarch}.src.rpm |
10 |
|
|
11 |
+ |
%define cpu %(echo %cmsplatf | cut -d_ -f2) |
12 |
+ |
%if "%cpu" != "amd64" |
13 |
+ |
%define libsuffix %{nil} |
14 |
+ |
%else |
15 |
+ |
%define libsuffix ()(64bit) |
16 |
+ |
%endif |
17 |
+ |
Provides: libdpm.so%{libsuffix} |
18 |
+ |
|
19 |
|
%prep |
20 |
|
rm -f %_builddir/DPM-%{realversion}.src.tar.gz |
21 |
|
rpm2cpio %{_sourcedir}/DPM-%{downloadv}sec.%{dpmarch}.src.rpm | cpio -ivd DPM-%{realversion}.src.tar.gz |