ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/dcap.spec
(Generate patch)

Comparing COMP/CMSDIST/dcap.spec (file contents):
Revision 1.3 by eulisse, Wed May 24 15:01:50 2006 UTC vs.
Revision 1.5 by ratnik, Wed Apr 18 23:46:01 2007 UTC

# Line 1 | Line 1
1   ### RPM external dcap 1.2.35
2 + Requires: gcc-wrapper
3   # Fakes the presence of dcap since we are not allowed to distribute it.
4   Source: http://service-spi.web.cern.ch/service-spi/external/tarFiles/%n-%v.tar.gz
5   Patch: http://service-spi.web.cern.ch/service-spi/external/tarFiles/%n-%v.patch
6 < Provides: libdcap.so
7 < Provides: libpdcap.so
6 > %define cpu %(echo %cmsplatf | cut -d_ -f2)
7 > %if "%cpu" != "amd64"
8 > %define libsuffix %{nil}
9 > %else
10 > %define libsuffix ()(64bit)
11 > %endif
12 >
13 > Provides: libdcap.so%{libsuffix}
14 > Provides: libpdcap.so%{libsuffix}
15   %prep
16   %setup -n %n-%v
17   %patch0 -p1
18   %build
19 + ## IMPORT gcc-wrapper
20   make BIN_PATH=%i %makeprocesses
21   %install
22   make BIN_PATH=%i install

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines