Revision: | 1.2 |
Committed: | Thu Apr 13 16:32:12 2006 UTC (19 years ago) by elmer |
Branch: | MAIN |
Changes since 1.1: | +2 -2 lines |
Log Message: | Update DBS version to DBS_0_0_0, modified to "%define cvstag %v" Update DLS version to DLS_0_0_2, modified to "%define cvstag %v" Update PRODAGENT version to PRODAGENT_0_0_0, modified "%define cvstag %v" Substitute PRODAGENT for MCPROTO in prodagent.spec and begin to change build/install directives. (Still not yet working.) |
# | User | Rev | Content |
---|---|---|---|
1 | elmer | 1.2 | ### RPM cms dls DLS_0_0_2 |
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 | %build | ||
12 | %install | ||
13 | cp -r ./* %{i} |