1 |
< |
### RPM cms dbs-client DBS_1_0_5 |
1 |
> |
### RPM cms dbs-client DBS_1_1_0 |
2 |
|
## INITENV +PATH PYTHONPATH %i/lib/Clients/Python |
3 |
|
# |
4 |
< |
%define cvstag %realversion |
4 |
> |
# |
5 |
> |
%define cvstag %{realversion} |
6 |
|
Source: cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/CMSSW?passwd=AA_:yZZ3e&module=DBS/Clients/Python&export=DBS/Clients/Python&tag=-r%{cvstag}&output=/dbs-client.tar.gz |
7 |
< |
Requires: python openssl |
7 |
> |
Requires: python openssl py2-zsi |
8 |
> |
|
9 |
|
|
10 |
|
%prep |
11 |
< |
%setup -n DBS |
11 |
> |
%setup -n %{moduleName} |
12 |
|
%build |
13 |
|
(make DBSHOME=%_builddir/DBS/Clients/Python ) |
14 |
|
|