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.4 by eulisse, Tue Feb 6 22:02:49 2007 UTC

# Line 2 | Line 2
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 < Provides: libdcap.so
6 < Provides: libpdcap.so
5 > %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   %prep
15   %setup -n %n-%v
16   %patch0 -p1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines