Revision: | 1.1 |
Committed: | Wed Mar 15 10:55:53 2006 UTC (19 years, 1 month ago) by eulisse |
Branch: | MAIN |
CVS Tags: | test2, test1, NataliaStart |
Log Message: | First import to repository. |
# | User | Rev | Content |
---|---|---|---|
1 | eulisse | 1.1 | ### RPM cms dls proto0 |
2 | ## INITENV +PATH PATH %{i}/Server/SimpleServer | ||
3 | ## INITENV +PATH PATH %{i}/Client/SimpleClient | ||
4 | %define cvstag HEAD | ||
5 | 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} |