1 |
|
### RPM cms xcmsi-compatibility 1.0 |
2 |
+ |
Requires: gcc-wrapper |
3 |
|
# This spec is used to link the old scramdb to the new one. |
4 |
|
Source: none |
5 |
|
Requires: SCRAM SCRAMV1 cms-env |
6 |
|
|
7 |
|
%prep |
8 |
|
%build |
9 |
+ |
## IMPORT gcc-wrapper |
10 |
|
%install |
11 |
|
|
12 |
|
%post |
17 |
|
else |
18 |
|
source $RPM_INSTALL_PREFIX/cmsset_default.sh |
19 |
|
scramv1 db -link $RPM_INSTALL_PREFIX/Releases/SCRAM/scramdb/project.lookup |
20 |
< |
scramv1 db link $RPM_INSTALL_PREFIX/Releases/SCRAM/scramdb/project.lookup |
20 |
> |
scramv0 db link $RPM_INSTALL_PREFIX/Releases/SCRAM/scramdb/project.lookup |
21 |
|
fi |
22 |
|
|
23 |
|
%preun |