1 |
< |
### RPM external xdaq 3.4 |
2 |
< |
%define xdaqv %(echo %v |tr . _) |
1 |
> |
### RPM external xdaq 3.5.2 |
2 |
> |
# Get xdaq 3.5.2 from DAQKit-03-09-01, according to version information at |
3 |
> |
# http://cmsdoc.cern.ch/cms/TRIDAS/DAQKit/version-03-09/doc/html/componentList.html |
4 |
> |
|
5 |
|
%define libext so |
6 |
|
%define to_be_removed_externals cppunit gmp mimetic xerces tinyproxy |
7 |
|
|
9 |
|
Requires: mimetic |
10 |
|
|
11 |
|
# Download from cern afs area to speed up testing: |
12 |
< |
Source: http://cmsdoc.cern.ch/Releases/XDAQ/XDAQ_%xdaqv/coretools_G_17559_V%xdaqv.tgz |
11 |
< |
|
12 |
> |
Source: http://cmsdoc.cern.ch/cms/TRIDAS/DAQKit/version-03-09/software/tars/DAQKit-03-09-01.tgz |
13 |
|
%prep |
14 |
|
%setup -n TriDAS |
15 |
|
|