1 |
< |
### RPM cms online CMSSW_1_7_5_ONLINE2 |
1 |
> |
### RPM cms online CMSSW_1_8_1_ONLINE1 |
2 |
|
## IMPORT configurations |
3 |
|
Provides: /bin/zsh |
4 |
|
Requires: online-tool-conf python |
5 |
|
Requires: SCRAMV1 |
6 |
< |
%define cmssw_release %(perl -e '$_="%v"; s/_ONLINE2//; print;') |
6 |
> |
%define cmssw_release %(perl -e '$_="%v"; s/_ONLINE1//; print;') |
7 |
|
%define ucprojname CMSSW |
8 |
|
%define lcprojname cmssw |
9 |
|
|
30 |
|
Source1: %{cmsswsrc}/src.tar.gz |
31 |
|
%endif |
32 |
|
|
33 |
+ |
# Add source for package missing from the base release: |
34 |
+ |
Source2: cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/CMSSW?passwd=AA_:yZZ3e&module=EventFilter/Cosmics&export=src/EventFilter&&tag=-rV00-00-00&output=/extra.tar.gz |
35 |
+ |
|
36 |
|
# List of packages to bootstrap for partial builds: |
37 |
< |
Source2: online_build_set |
38 |
< |
Source3: cmssw-tool |
39 |
< |
Source4: findDependencies.pl |
37 |
> |
Source3: online_build_set |
38 |
> |
Source4: cmssw-tool |
39 |
> |
Source5: findDependencies.pl |
40 |
|
|
41 |
|
%prep |
42 |
|
rm -rf config |
48 |
|
|
49 |
|
%setup -T -b 0 -n config |
50 |
|
%setup -D -T -b 1 -n %{srctree} |
51 |
< |
#%setup -D -T -a 2 -n %{srctree} |
51 |
> |
%setup -D -T -b 2 -n %{srctree} |
52 |
|
|
53 |
|
# Remove plugins that only include tests, which we do not build: |
54 |
|
rm -rf %_builddir/src/FWCore/Framework/plugins |