Revision: | 1.2 |
Committed: | Fri Mar 31 13:58:22 2006 UTC (19 years, 1 month ago) by eulisse |
Branch: | MAIN |
CVS Tags: | phedex_2_3_series, V00-00-07, V00-00-06, V00-00-05, V00-00-04, V00-00-03, V00-00-02, V00-00-01, V00-00-00 |
Changes since 1.1: | +1 -1 lines |
Log Message: | Forgot "install" after make... |
# | 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 | %prep | ||
6 | %setup -n %n-%v | ||
7 | %patch0 -p1 | ||
8 | %build | ||
9 | make BIN_PATH=%i %makeprocesses | ||
10 | %install | ||
11 | eulisse | 1.2 | make BIN_PATH=%i install |