Revision: | 1.7 |
Committed: | Wed May 3 05:07:01 2006 UTC (19 years ago) by elmer |
Branch: | MAIN |
CVS Tags: | phedex_2_3_series, V00-00-07, V00-00-06, V00-00-05, V00-00-04, V00-00-03, V00-00-02 |
Changes since 1.6: | +1 -1 lines |
Log Message: | Update to tag DLS_0_0_5 |
# | User | Rev | Content |
---|---|---|---|
1 | elmer | 1.7 | ### RPM cms dls DLS_0_0_5 |
2 | eulisse | 1.1 | ## INITENV +PATH PATH %{i}/Server/SimpleServer |
3 | ## INITENV +PATH PATH %{i}/Client/SimpleClient | ||
4 | elmer | 1.2 | %define cvstag %v |
5 | eulisse | 1.1 | Source: cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/CMSSW?passwd=AA_:yZZ3e&module=DLS&export=DLS&&tag=-r%{cvstag}&output=/DLS.tar.gz |
6 | Requires: mysql | ||
7 | Requires: python | ||
8 | Requires: py2-mysqldb | ||
9 | %prep | ||
10 | %setup -n DLS | ||
11 | eulisse | 1.4 | perl -p -i -e "s|#!/usr/bin/python|#!/usr/bin/env python|" $(find .) |
12 | eulisse | 1.1 | %build |
13 | %install | ||
14 | cp -r ./* %{i} |