Revision: | 1.6 |
Committed: | Tue May 1 11:31:21 2007 UTC (18 years ago) by elmer |
Branch: | MAIN |
CVS Tags: | pe20070522a-ports, pe20070519a-ports, pe20070512a-ports, pe20070508a-ports, pe20070507a-ports, pe20070501c-ports, pe20070501b-ports, pe20070501a-ports |
Changes since 1.5: | +0 -2 lines |
Log Message: | Remove gcc-wrappers stuff |
# | User | Rev | Content |
---|---|---|---|
1 | eulisse | 1.1 | ### RPM external dcap 1.2.35 |
2 | # Fakes the presence of dcap since we are not allowed to distribute it. | ||
3 | Source: http://service-spi.web.cern.ch/service-spi/external/tarFiles/%n-%v.tar.gz | ||
4 | Patch: http://service-spi.web.cern.ch/service-spi/external/tarFiles/%n-%v.patch | ||
5 | eulisse | 1.4 | %define cpu %(echo %cmsplatf | cut -d_ -f2) |
6 | %if "%cpu" != "amd64" | ||
7 | %define libsuffix %{nil} | ||
8 | %else | ||
9 | %define libsuffix ()(64bit) | ||
10 | %endif | ||
11 | |||
12 | Provides: libdcap.so%{libsuffix} | ||
13 | Provides: libpdcap.so%{libsuffix} | ||
14 | eulisse | 1.1 | %prep |
15 | %setup -n %n-%v | ||
16 | %patch0 -p1 | ||
17 | %build | ||
18 | make BIN_PATH=%i %makeprocesses | ||
19 | %install | ||
20 | eulisse | 1.2 | make BIN_PATH=%i install |
21 | eulisse | 1.3 | # |