f33542
Summary: An HTTP and WebDAV client library
f33542
Name: neon
f33542
Version: 0.30.2
f33542
Release: 6%{?dist}
f33542
License: LGPLv2+
f33542
Group: System Environment/Libraries
f33542
URL: http://www.webdav.org/neon/
f33542
Source0: http://www.webdav.org/neon/neon-%{version}.tar.gz
f33542
Patch0: neon-0.27.0-multilib.patch
f33542
Patch1: neon-0.30.2-warnings.patch
f33542
BuildRequires: expat-devel, openssl-devel, zlib-devel, krb5-devel, libproxy-devel
f33542
BuildRequires: pkgconfig, pakchois-devel, gcc
f33542
Requires: ca-certificates
f33542
f33542
%description
f33542
neon is an HTTP and WebDAV client library, with a C interface;
f33542
providing a high-level interface to HTTP and WebDAV methods along
f33542
with a low-level interface for HTTP request handling.  neon
f33542
supports persistent connections, proxy servers, basic, digest and
f33542
Kerberos authentication, and has complete SSL support.
f33542
f33542
%package devel
f33542
Summary: Development libraries and C header files for the neon library
f33542
Group: Development/Libraries
f33542
Requires: neon = %{version}-%{release}, openssl-devel, zlib-devel, expat-devel
f33542
Requires: pkgconfig
f33542
# Documentation is GPLv2+
f33542
License: LGPLv2+ and GPLv2+
f33542
f33542
%description devel
f33542
The development library for the C language HTTP and WebDAV client library.
f33542
f33542
%prep
f33542
%setup -q
f33542
%patch0 -p1 -b .multilib
f33542
%patch1 -p0 -b .warnings
f33542
f33542
# prevent installation of HTML docs
f33542
sed -ibak '/^install-docs/s/install-html//' Makefile.in
f33542
f33542
%build
f33542
export CC="%{__cc} -pthread"
f33542
%configure --with-expat --enable-shared --disable-static \
f33542
        --enable-warnings \
f33542
        --with-ssl=openssl --enable-threadsafe-ssl=posix \
f33542
        --with-libproxy
f33542
make %{?_smp_mflags}
f33542
f33542
%install
f33542
rm -rf $RPM_BUILD_ROOT
f33542
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
f33542
f33542
sed -ri "/^dependency_libs/{s,-l[^ ']*,,g}" \
f33542
      $RPM_BUILD_ROOT%{_libdir}/libneon.la
f33542
f33542
%find_lang %{name}
f33542
f33542
%post -p /sbin/ldconfig
f33542
f33542
%postun -p /sbin/ldconfig
f33542
f33542
%files -f %{name}.lang
f33542
%defattr(-,root,root)
f33542
%doc AUTHORS BUGS TODO src/COPYING.LIB NEWS README THANKS
f33542
%{_libdir}/*.so.*
f33542
f33542
%files devel
f33542
%defattr(-,root,root)
f33542
%{_bindir}/*
f33542
%{_includedir}/*
f33542
%{_libdir}/pkgconfig/neon.pc
f33542
%{_mandir}/man1/*
f33542
%{_mandir}/man3/*
f33542
%{_libdir}/*.*a
f33542
%{_libdir}/*.so
f33542
f33542
%changelog
f33542
* Tue Dec 11 2018 Joe Orton <jorton@redhat.com> - 0.30.2-6
f33542
- fix covscan warnings (#1602627)
f33542
f33542
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.2-5
f33542
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f33542
f33542
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.2-4
f33542
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
f33542
f33542
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.2-3
f33542
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f33542
f33542
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.2-2
f33542
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f33542
f33542
* Fri Sep 30 2016 Joe Orton <jorton@redhat.com> - 0.30.2-1
f33542
- update to 0.30.2
f33542
f33542
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.1-4
f33542
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f33542
f33542
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.30.1-3
f33542
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f33542
f33542
* Tue Sep 23 2014 Joe Orton <jorton@redhat.com> - 0.30.1-2
f33542
- switch to OpenSSL
f33542
f33542
* Tue Sep 23 2014 Joe Orton <jorton@redhat.com> - 0.30.1-1
f33542
- update to 0.30.1
f33542
f33542
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.30.0-4
f33542
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f33542
f33542
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.30.0-3
f33542
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f33542
f33542
* Wed Jul 31 2013 Joe Orton <jorton@redhat.com> - 0.30.0-2
f33542
- prevent installation of HTML docs
f33542
f33542
* Wed Jul 31 2013 Joe Orton <jorton@redhat.com> - 0.30.0-1
f33542
- update to 0.30.0 (#983563, #926212)
f33542
f33542
* Mon Mar 18 2013 Joe Orton <jorton@redhat.com> - 0.29.6-6
f33542
- fix strict-aliasing warning (upstream r1896)
f33542
f33542
* Mon Feb 25 2013 Tomáš Mráz <tmraz@redhat.com> - 0.29.6-5
f33542
- fix build with gnutls3 - patch by Bartosz Brachaczek
f33542
f33542
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29.6-4
f33542
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f33542
f33542
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29.6-3
f33542
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f33542
f33542
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29.6-2
f33542
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f33542
f33542
* Tue May  3 2011 Joe Orton <jorton@redhat.com> - 0.29.6-1
f33542
- update to 0.29.6
f33542
- correct -devel License; drop old Conflicts
f33542
f33542
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29.5-2
f33542
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f33542
f33542
* Thu Oct 14 2010 Joe Orton <jorton@redhat.com> - 0.29.5-1
f33542
- update to 0.29.5
f33542
f33542
* Fri Oct  1 2010 Joe Orton <jorton@redhat.com> - 0.29.4-1
f33542
- update to 0.29.4
f33542
f33542
* Thu Mar 25 2010 Joe Orton <jorton@redhat.com> - 0.29.3-1
f33542
- update to 0.29.3
f33542
f33542
* Fri Jan  8 2010 Joe Orton <jorton@redhat.com> - 0.29.2-1
f33542
- update to 0.29.2
f33542
f33542
* Tue Dec 15 2009 Joe Orton <jorton@redhat.com> - 0.29.1-1
f33542
- update to 0.29.1
f33542
f33542
* Sun Sep 13 2009 Joe Orton <jorton@redhat.com> 0.29.0-3
f33542
- enable libproxy support
f33542
f33542
* Sun Sep 13 2009 Joe Orton <jorton@redhat.com> 0.29.0-1
f33542
- update to 0.29.0
f33542
f33542
* Wed Aug 19 2009 Joe Orton <jorton@redhat.com> 0.28.6-1
f33542
- update to 0.28.6
f33542
f33542
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28.5-2
f33542
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f33542
f33542
* Thu Jul  9 2009 Joe Orton <jorton@redhat.com> 0.28.5-1
f33542
- update to 0.28.5
f33542
f33542
* Fri Mar  6 2009 Joe Orton <jorton@redhat.com> 0.28.4-1
f33542
- update to 0.28.4
f33542
f33542
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28.3-4
f33542
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f33542
f33542
* Mon Jan 19 2009 Joe Orton <jorton@redhat.com> 0.28.3-3
f33542
- use install-p in "make install" (Robert Scheck, #226189)
f33542
f33542
* Thu Aug 28 2008 Joe Orton <jorton@redhat.com> 0.28.3-2
f33542
- update to 0.28.3
f33542
f33542
* Wed Jun 25 2008 Joe Orton <jorton@redhat.com> 0.28.2-4
f33542
- rebuild for new GnuTLS
f33542
f33542
* Mon Jun  2 2008 Joe Orton <jorton@redhat.com> 0.28.2-3
f33542
- require ca-certificates package
f33542
f33542
* Thu Apr  3 2008 Joe Orton <jorton@redhat.com> 0.28.2-2
f33542
- update to 0.28.2
f33542
f33542
* Wed Apr  2 2008 Joe Orton <jorton@redhat.com> 0.28.1-3
f33542
- use the OpenSSL CA bundle
f33542
f33542
* Mon Mar 10 2008 Joe Orton <jorton@redhat.com> 0.28.1-2
f33542
- update to 0.28.1
f33542
f33542
* Tue Feb 26 2008 Joe Orton <jorton@redhat.com> 0.28.0-3
f33542
- rebuild against pakchois
f33542
f33542
* Wed Dec  5 2007 Joe Orton <jorton@redhat.com> 0.27.2-4
f33542
- trim dependency_libs in .la file
f33542
f33542
* Tue Dec  4 2007 Joe Orton <jorton@redhat.com> 0.27.2-3
f33542
- rebuild against GnuTLS
f33542
- drop static library
f33542
f33542
* Tue Sep 25 2007 Joe Orton <jorton@redhat.com> 0.27.2-2
f33542
- update to 0.27.2
f33542
f33542
* Thu Sep 20 2007 Joe Orton <jorton@redhat.com> 0.27.0-3
f33542
- fix Negotiate response verification
f33542
f33542
* Thu Aug 30 2007 Joe Orton <jorton@redhat.com> 0.27.0-2
f33542
- enable OpenSSL thread-safety hooks
f33542
f33542
* Wed Aug 22 2007 Joe Orton <jorton@redhat.com> 0.27.0-1
f33542
- update to 0.27.0 (#243638)
f33542
f33542
* Mon Aug 20 2007 Joe Orton <jorton@redhat.com> 0.25.5-7
f33542
- fix License
f33542
f33542
* Mon Feb  5 2007 Joe Orton <jorton@redhat.com> 0.25.5-6
f33542
- remove trailing dot in -devel Summary
f33542
- use standard BuildRoot
f33542
- change Group to System Environment/Libraries
f33542
- drop Prefix
f33542
f33542
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.25.5-5.1
f33542
- rebuild
f33542
f33542
* Thu Jun  1 2006 Joe Orton <jorton@redhat.com> 0.25.5-5
f33542
- have -devel require pkgconfig (#193355)
f33542
f33542
* Wed May 24 2006 Joe Orton <jorton@redhat.com> 0.25.5-4
f33542
- add multilib fixes for neon-config (#192734)
f33542
f33542
* Wed May 17 2006 Joe Orton <jorton@redhat.com> 0.25.5-3
f33542
- rebuild
f33542
f33542
* Mon Feb 27 2006 Joe Orton <jorton@redhat.com> 0.25.5-2
f33542
- don't trim exported libraries (#182997)
f33542
f33542
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.25.5-1.2
f33542
- bump again for double-long bug on ppc(64)
f33542
f33542
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.25.5-1.1
f33542
- rebuilt for new gcc4.1 snapshot and glibc changes
f33542
f33542
* Tue Jan 31 2006 Joe Orton <jorton@redhat.com> 0.25.5-1
f33542
- update to 0.25.5
f33542
f33542
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
f33542
- rebuilt
f33542
f33542
* Wed Dec  7 2005 Joe Orton <jorton@redhat.com> 0.24.7-10
f33542
- strip unnecessary exports from .la file/neon-config
f33542
f33542
* Tue Nov  8 2005 Tomas Mraz <tmraz@redhat.com> 0.24.7-9
f33542
- rebuilt with new openssl
f33542
f33542
* Fri Sep 23 2005 Joe Orton <jorton@redhat.com> 0.24.7-8
f33542
- restore static libs for rpm
f33542
f33542
* Mon Sep 19 2005 Joe Orton <jorton@redhat.com> 0.24.7-7
f33542
- drop static libs, doc/html from devel docdir
f33542
f33542
* Wed Mar  2 2005 Joe Orton <jorton@redhat.com> 0.24.7-6
f33542
- rebuild
f33542
f33542
* Thu Feb 10 2005 Joe Orton <jorton@redhat.com> 0.24.7-5
f33542
- don't define min() in ne_utils.h (Caolan McNamara, #147228)
f33542
f33542
* Tue Oct 12 2004 Joe Orton <jorton@redhat.com> 0.24.7-4
f33542
- update to GSSAPI code from trunk
f33542
f33542
* Fri Jul 23 2004 Joe Orton <jorton@redhat.com> 0.24.7-3
f33542
- rebuild
f33542
f33542
* Tue Jul 20 2004 Joe Orton <jorton@redhat.com> 0.24.7-2.1
f33542
- rebuild
f33542
f33542
* Tue Jul  6 2004 Joe Orton <jorton@redhat.com> 0.24.7-2
f33542
- devel requires neon of same release, expat-devel (#127330)
f33542
f33542
* Mon Jul  5 2004 Joe Orton <jorton@redhat.com> 0.24.7-1
f33542
- update to 0.24.7
f33542
f33542
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
f33542
- rebuilt
f33542
f33542
* Wed May 19 2004 Joe Orton <jorton@redhat.com> 0.24.6-1
f33542
- update to 0.24.6
f33542
f33542
* Wed Apr 14 2004 Joe Orton <jorton@redhat.com> 0.24.5-2
f33542
- rebuild
f33542
f33542
* Wed Apr 14 2004 Joe Orton <jorton@redhat.com> 0.24.5-1
f33542
- update to 0.24.5 for CVE CAN-2004-0179 fix
f33542
f33542
* Thu Mar 25 2004 Joe Orton <jorton@redhat.com> 0.24.4-4
f33542
- implement the Negotate auth scheme, and only over SSL
f33542
f33542
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
f33542
- rebuilt
f33542
f33542
* Wed Feb 25 2004 Joe Orton <jorton@redhat.com> 0.24.4-3
f33542
- use BuildRequires not BuildPrereq, drop autoconf, libtool;
f33542
  -devel requires {openssl,zlib}-devel (#116744)
f33542
f33542
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 0.24.4-2
f33542
- rebuilt
f33542
f33542
* Mon Feb  9 2004 Joe Orton <jorton@redhat.com> 0.24.4-1
f33542
- update to 0.24.4
f33542
f33542
* Thu Oct  9 2003 Joe Orton <jorton@redhat.com> 0.24.3-1
f33542
- update to 0.24.3
f33542
f33542
* Wed Sep 24 2003 Joe Orton <jorton@redhat.com> 0.24.2-1
f33542
- update to 0.24.2
f33542
f33542
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 0.23.9-7
f33542
- rebuild
f33542
f33542
* Tue Jun 24 2003 Joe Orton <jorton@redhat.com> 0.23.9-6
f33542
- never print libdir in --libs output
f33542
f33542
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
f33542
- rebuilt
f33542
f33542
* Tue Jun  3 2003 Joe Orton <jorton@redhat.com> 0.23.9-4
f33542
- don't regenerate docs; limit conflict with subversion
f33542
f33542
* Wed May 28 2003 Jeff Johnson <jbj@redhat.com> 0.23.9-3
f33542
- build.
f33542
f33542
* Sat May 24 2003 Florian La Roche <Florian.LaRoche@redhat.de>
f33542
- add ldconfig to post/postun
f33542
f33542
* Tue May 20 2003 Jeff Johnson <jbj@redhat.com> 0.23.9-2
f33542
- force expat, include neon-config, for subversion build.
f33542
- do "make check" (but ignore failure for now)
f33542
f33542
* Mon May 19 2003 Jeff Johnson <jbj@redhat.com> 0.23.9-1
f33542
- upgrade to 0.23.9.
f33542
- avoid xmlto breakage generating man pages for now.
f33542
f33542
* Mon Nov 11 2002 Jeff Johnson <jbj@redhat.com> 0.23.5-2
f33542
- avoid subversion-devel until libxml2 vs. expat is resolved.
f33542
f33542
* Sat Nov  9 2002 Jeff Johnson <jbj@redhat.com> 0.23.5-1
f33542
- Create.