Browse Source

finalize package ;)

master
parent
commit
30478db216
  1. 21
      neon/neon.spec

21
neon/neon.spec

@ -31,7 +31,7 @@ Vendor: Joe Orton
Packager: The OpenPKG Project Packager: The OpenPKG Project
Distribution: OpenPKG [EXP] Distribution: OpenPKG [EXP]
Group: Web Group: Web
License: GPL License: LGPL
Version: 0.18.5 Version: 0.18.5
Release: 20020201 Release: 20020201
@ -41,13 +41,16 @@ Source0: http://www.webdav.org/neon/neon-%{version}.tar.gz
# build information # build information
Prefix: %{l_prefix} Prefix: %{l_prefix}
BuildRoot: %{l_buildroot} BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20011227, libxml, openssl BuildPreReq: OpenPKG, openpkg >= 20011227, libxml, openssl, zlib, libiconv
PreReq: OpenPKG, openpkg >= 20011227 PreReq: OpenPKG, openpkg >= 20011227, libxml, openssl, zlib, libiconv
AutoReq: no AutoReq: no
AutoReqProv: no AutoReqProv: no
%description %description
neon is a HTTP and WebCAD client library with a C interface. neon is an HTTP and WebDAV client library with a C interface.
It supports persistent connections, RFC2617 basic and digest
authentication, proxy support, SSL/TLS support, XML parsing, WebDAV
resource manipulation, WebDAV metadata support, etc.
%prep %prep
%setup -q %setup -q
@ -55,14 +58,16 @@ AutoReqProv: no
%build %build
CC="%{l_cc}" \ CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \ CFLAGS="%{l_cflags -O}" \
CPPFLAGS="-I%{l_prefix}/include" \
LDFLAGS="-L%{l_prefix}/lib" \
XML2_CONFIG="%{l_prefix}/bin/xml2-config" \ XML2_CONFIG="%{l_prefix}/bin/xml2-config" \
./configure \ ./configure \
--prefix=%{l_prefix} \ --prefix=%{l_prefix} \
--disable-shared \ --with-ssl=%{l_prefix} \
--enable-static \
--with-libxml2 \ --with-libxml2 \
--without-zlib \ --with-zlib \
--with-ssl=%{l_prefix} --disable-shared \
--enable-static
%{l_make} %{l_mflags -O} %{l_make} %{l_mflags -O}
%install %install

Loading…
Cancel
Save