1 |
< |
### cms frontend 1.0 |
1 |
> |
### RPM cms frontend 1.0 |
2 |
|
|
3 |
|
# Dummy package to get apache-conf installed. |
4 |
< |
Source: none |
4 |
> |
%define cvsserver cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/CMSSW?passwd=AA_:yZZ3e&strategy=export&nocache=true |
5 |
> |
Source0: %cvsserver&module=COMP/WEBTOOLS/Configuration&export=conf&tag=-rSERVER_CONF_1_12&output=/config.tar.gz |
6 |
> |
Source1: %cvsserver&module=COMP/WEBTOOLS/WelcomePages&export=htdocs&tag=-rSERVER_CONF_1_12&output=/htdocs.tar.gz |
7 |
> |
Requires: apache2-conf |
8 |
|
|
9 |
|
%prep |
10 |
+ |
%setup -T -b 0 -n conf |
11 |
+ |
%setup -D -T -b 1 -n htdocs |
12 |
+ |
|
13 |
|
%build |
14 |
|
%install |