Revision: | 1.3 |
Committed: | Thu Mar 1 19:51:59 2007 UTC (18 years, 2 months ago) by valya |
Branch: | MAIN |
Changes since 1.2: | +3 -4 lines |
Log Message: | Fixed directorty sctructure |
# | Content |
---|---|
1 | ### RPM cms dbs-client v00_00_12 |
2 | ## INITENV +PATH PYTHONPATH %i/lib |
3 | |
4 | %define cvstag %v |
5 | 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 |
6 | Requires: python |
7 | |
8 | %prep |
9 | %setup -n DBS |
10 | %build |
11 | (make DBSHOME=%_builddir/DBS/Clients/Python ) |
12 | |
13 | %install |
14 | mkdir -p %{i}/bin |
15 | mkdir -p %{i}/lib |
16 | cp -r Clients/Python/* %{i}/lib/ |
17 |