1 |
< |
### RPM external neon 0.26.3 |
1 |
> |
### RPM external neon 0.26.3-CMS3 |
2 |
|
|
3 |
|
Source: http://www.webdav.org/%n/%n-%realversion.tar.gz |
4 |
|
Requires: openssl expat zlib |
5 |
|
|
6 |
+ |
%prep |
7 |
+ |
%setup -n %n-%realversion |
8 |
|
%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 |
12 |
> |
./configure --enable-shared --prefix=%i --with-pic --without-zlib --without-gssapi --with-expat |
13 |
|
make -j %makeprocesses |
14 |
|
%post |
15 |
|
%{relocateConfig}lib/libneon.la |