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.18 by elmer, Fri Oct 20 04:09:05 2006 UTC vs.
Revision 1.23 by elmer, Wed Jun 27 13:34:02 2007 UTC

# Line 1 | Line 1
1 < ### RPM external frontier_client 2.6.0_cms
2 < Source: http://edge.fnal.gov:8888/frontier/%{n}__%{v}__src.tar.gz
3 < #Source: http://cern.ch/service-spi/external/tarFiles/%{n}__%{v}__src.tar.gz
4 < Requires: expat zlib
5 < %define realversion %(echo %v | cut -d_ -f1)                                              
1 > ### RPM external frontier_client 2.7.2-CMS3
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 > Requires: expat zlib openssl
5  
6   %prep
7 < %setup -n %{n}__%{v}__src
8 < %build
7 > %setup -n %{n}__%{realversion}__src
8 > %build
9   make EXPAT_DIR=$EXPAT_ROOT \
10 <     COMPILER_TAG=gcc_$GCC_VERSION
10 >     COMPILER_TAG=gcc_$GCC_VERSION \
11 >     ZLIB_DIR=$ZLIB_ROOT \
12 >     OPENSSL_DIR=$OPENSSL_ROOT
13   %install
14   mkdir -p %i/lib
15   mkdir -p %i/include

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines