ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/libxml2.spec
Revision: 1.7
Committed: Fri Oct 12 01:20:49 2007 UTC (17 years, 6 months ago) by ratnik
Branch: MAIN
CVS Tags: CMSSW_1_7_5_ONLINE1, CMSSW_1_7_5_ONLINE, nr080115onl175, nr071121onl170_xdaq5, CMSSW_1_7_0_ONLINE, nr071116onlpre13, CMSSW_1_7_0_pre10_ONLINE, nr071105a, forTony_001, nr071017_170p5onl2, nr071016_170p5onl1, nr071016onl170p5bs, nr20071011-bootstrap
Changes since 1.6: +8 -0 lines
Log Message:
In case of online releases, uses zlib and openssl from the system area.

File Contents

# Content
1 ### RPM external libxml2 2.6.23-CMS3
2 Source: ftp://xmlsoft.org/%n/%n-%realversion.tar.gz
3
4 %if "%{?online_release:set}" != "set"
5 Requires: zlib
6 %endif
7
8 %prep
9 %setup -n %n-%realversion
10 %build
11 %if "%{?online_release:set}" != "set"
12 ./configure --prefix=%i --with-zlib=$ZLIB_ROOT --without-python
13 %else
14 ./configure --prefix=%i --with-zlib=/usr --without-python
15 %endif
16 make %makeprocesses