Revision: | 1.1 |
Committed: | Thu Sep 14 07:24:17 2006 UTC (18 years, 7 months ago) by elmer |
Branch: | MAIN |
Log Message: | Add spec with fake Provides for libGLU*. As the name implies, this should only be used on (non-CMS) batch-only installs, e.g. opportunistic sites. CMS sites should be asked to install the relevant libraries as part of the system install. |
# | User | Rev | Content |
---|---|---|---|
1 | elmer | 1.1 | ### RPM virtual batch-only-virtual 1.0.0 |
2 | Source: none | ||
3 | Provides: libGLU.so.1 | ||
4 | Provides: libGLU.so.1.3 | ||
5 | %prep | ||
6 | %build | ||
7 | %install | ||
8 | echo 'This is only a virtual package, please install your distribution X11 libraries, which should include these libraries. This rpm should _only_ be used on systems with no interactive users and where it is not possible to install the system X11 libraries.'> %{i}/README |