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

Comparing COMP/CMSDIST/frontier_client.spec (file contents):
Revision 1.35 by elmer, Tue Jan 1 11:38:12 2008 UTC vs.
Revision 1.44 by ratnik, Thu May 29 20:00:05 2008 UTC

# Line 1 | Line 1
1 < ### RPM external frontier_client 2.7.6-CMS19
1 > ### RPM external frontier_client 2.7.7
2   Source: http://edge.fnal.gov:8888/frontier/%{n}__%{realversion}__src.tar.gz
3   #Source: http://cern.ch/service-spi/external/tarFiles/%{n}__%{realversion}__src.tar.gz
4  
5   Requires: expat
6  
7 < %if "%{?online_release:set}" != "set"
7 > %if "%cmsplatf" != "slc4onl_ia32_gcc346"
8   Requires: zlib openssl
9 < %else
10 < Requires: systemtools
9 > %endif
10 >
11 > %if "%cmsplatf" == "slc4onl_ia32_gcc346"
12 > Requires: onlinesystemtools
13   %endif
14  
15   %prep
16   %setup -n %{n}__%{realversion}__src
17   %build
18  
19 < %if "%{?online_release:set}" != "set"
19 > %if "%cmsplatf" != "slc4onl_ia32_gcc346"
20   make EXPAT_DIR=$EXPAT_ROOT \
21       COMPILER_TAG=gcc_$GCC_VERSION \
22       ZLIB_DIR=$ZLIB_ROOT \
# Line 31 | Line 33 | cp -r include %i
33   case $(uname) in
34    Darwin )
35      so=dylib
36 <    cp libfrontier_client.$so.%{realversion} %i/lib
36 >    cp libfrontier_client.%{realversion}.$so %i/lib
37      ln -s %i/lib/libfrontier_client.%{realversion}.$so %i/lib/libfrontier_client.$so
38      ln -s %i/lib/libfrontier_client.%{realversion}.$so %i/lib/libfrontier_client.%(echo %v | sed -e "s/\([0-9]*\)\..*/\1/").$so
39      ;;
38    ;;
40    * )
41      so=so
42      cp libfrontier_client.$so.%{realversion} %i/lib

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines