Revision: | 1.2 |
Committed: | Tue Jul 4 12:08:07 2006 UTC (18 years, 9 months ago) by eulisse |
Branch: | MAIN |
Changes since 1.1: | +2 -1 lines |
Log Message: | Forgot to add Source: none. |
# | Content |
---|---|
1 | ### RPM cms xcmsi-compatibility 1.0 |
2 | # This spec is used to link the old scramdb to the new one. |
3 | Source: none |
4 | Requires: SCRAM SCRAMV1 cms-env |
5 | |
6 | %prep |
7 | %build |
8 | %install |
9 | %post |
10 | source $RPM_INSTALL_PREFIX/cmsset_default.sh |
11 | scramv1 db link $RPM_INSTALL_PREFIX/Releases/SCRAM/scramdb/project.lookup |
12 | %preun |
13 | source $RPM_INSTALL_PREFIX/cmsset_default.sh |
14 | scramv1 db link $RPM_INSTALL_PREFIX/Releases/SCRAM/scramdb/project.lookup |