Accepting request 102161 from devel:libraries:c_c++

- build with libproxy
- make expat explicit in configure
- pass ca-bundle.pem to configure

- build with NE_FEATURE_TS_SSL (thread-safe SSL)

- Remove redundant/unwanted tags/section (cf. specfile guidelines)

OBS-URL: https://build.opensuse.org/request/show/102161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neon?expand=0&rev=38
This commit is contained in:
Stephan Kulow 2012-02-01 12:16:46 +00:00 committed by Git OBS Bridge
commit ea5724e7e5
2 changed files with 27 additions and 12 deletions

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Jan 30 11:54:59 UTC 2012 - dmacvicar@suse.de
- build with libproxy
- make expat explicit in configure
- pass ca-bundle.pem to configure
-------------------------------------------------------------------
Mon Jan 30 11:35:31 UTC 2012 - dmacvicar@suse.de
- build with NE_FEATURE_TS_SSL (thread-safe SSL)
-------------------------------------------------------------------
Mon Nov 21 15:53:44 UTC 2011 - jengelh@medozas.de
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
-------------------------------------------------------------------
Sun Nov 20 06:26:23 UTC 2011 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package neon
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,18 +15,18 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: neon
Version: 0.29.6
Release: 7
License: GPLv2+
Release: 0
Summary: An HTTP and WebDAV Client Library
License: GPL-2.0+
Group: Development/Libraries/Other
BuildRequires: krb5-devel
BuildRequires: libexpat-devel
BuildRequires: libopenssl-devel
BuildRequires: libproxy-devel
BuildRequires: libtool pkg-config
BuildRequires: libtool
BuildRequires: pkg-config
BuildRequires: zlib-devel
# bug437293
%ifarch ppc64
@ -34,7 +34,6 @@ Obsoletes: neon-64bit
%endif
Url: http://www.webdav.org/neon
#
Group: Development/Libraries/Other
Source: http://www.webdav.org/neon/neon-%{version}.tar.gz
Source2: baselibs.conf
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches
@ -69,7 +68,6 @@ neon is an HTTP and WebDAV client library with a C interface.
properties (PROPPATCH/PROPFIND)
%package -n libneon27
License: GPLv2+
Summary: An HTTP and WebDAV Client Library
Group: Development/Libraries/Other
# Drop the main package. It avoids the lib from being installed in different versions
@ -109,7 +107,6 @@ neon is an HTTP and WebDAV client library with a C interface.
properties (PROPPATCH/PROPFIND)
%package -n libneon-devel
License: GPLv2+
Summary: An HTTP and WebDAV Client Library
Group: Development/Libraries/Other
Requires: glibc-devel
@ -160,6 +157,10 @@ rm -f aclocal.m4 ltmain.sh
sh autogen.sh
%configure \
--with-ssl \
--enable-threadsafe-ssl=posix \
--with-ca-bundle=/etc/ssl/ca-bundle.pem \
--with-libproxy \
--with-expat \
--disable-nls \
--enable-shared \
--disable-static \
@ -174,9 +175,6 @@ rm -f %{buildroot}%{_libdir}/*.la
%check
#make check
%clean
rm -rf %{buildroot}
%post -n libneon27 -p /sbin/ldconfig
%postun -n libneon27 -p /sbin/ldconfig