ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/neon.spec
Revision: 1.2
Committed: Tue Jun 19 10:53:21 2007 UTC (17 years, 10 months ago) by eulisse
Branch: MAIN
CVS Tags: ge20070702-rpm-webtools, ge20070629, ge20070625, ge20070622
Changes since 1.1: +3 -1 lines
Log Message:
* Builds -wt1 version of apt/rpm and dependencies.

File Contents

# User Rev Content
1 eulisse 1.2 ### RPM external neon 0.26.3-wt1
2 eulisse 1.1
3     Source: http://www.webdav.org/%n/%n-%realversion.tar.gz
4     Requires: openssl expat zlib
5    
6 eulisse 1.2 %prep
7     %setup -n %n-%realversion
8 eulisse 1.1 %build
9     export CPPFLAGS="-I$EXPAT_ROOT/include -I$ZLIB_ROOT/include -I$OPESSL_ROOT/include -I$EXPAT_ROOT/include"
10     export CFLAGS="-fPIC -g -O2"
11     export LDFLAGS="-L$EXPAT_ROOT/lib -L$ZLIB_ROOT/lib -L$OPENSSL_ROOT/lib"
12     ./configure --enable-shared --prefix=%i --with-pic --without-zlib --with-expat
13     make -j %makeprocesses
14     %post
15     %{relocateConfig}lib/libneon.la