|
|
@ -1,15 +1,22 @@
|
|
|
|
|
|
|
|
%bcond_without tests
|
|
|
|
|
|
|
|
|
|
|
|
Summary: An HTTP and WebDAV client library
|
|
|
|
Summary: An HTTP and WebDAV client library
|
|
|
|
Name: neon
|
|
|
|
Name: neon
|
|
|
|
Version: 0.30.2
|
|
|
|
Version: 0.30.2
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 6%{?dist}
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://www.webdav.org/neon/
|
|
|
|
URL: http://www.webdav.org/neon/
|
|
|
|
Source0: http://www.webdav.org/neon/neon-%{version}.tar.gz
|
|
|
|
Source0: http://www.webdav.org/neon/neon-%{version}.tar.gz
|
|
|
|
Patch0: neon-0.27.0-multilib.patch
|
|
|
|
Patch0: neon-0.27.0-multilib.patch
|
|
|
|
|
|
|
|
Patch1: neon-0.30.2-sysuioh.patch
|
|
|
|
BuildRequires: expat-devel, openssl-devel, zlib-devel, krb5-devel, libproxy-devel
|
|
|
|
BuildRequires: expat-devel, openssl-devel, zlib-devel, krb5-devel, libproxy-devel
|
|
|
|
BuildRequires: pkgconfig, pakchois-devel
|
|
|
|
BuildRequires: pkgconfig, pakchois-devel
|
|
|
|
Requires: ca-certificates
|
|
|
|
Requires: ca-certificates
|
|
|
|
|
|
|
|
%if %{with tests}
|
|
|
|
|
|
|
|
# SSL tests require openssl binary, PKCS#11 testing need certutil
|
|
|
|
|
|
|
|
BuildRequires: %{_bindir}/perl, %{_bindir}/openssl, %{_bindir}/certutil
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
neon is an HTTP and WebDAV client library, with a C interface;
|
|
|
|
neon is an HTTP and WebDAV client library, with a C interface;
|
|
|
@ -32,6 +39,7 @@ The development library for the C language HTTP and WebDAV client library.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p1 -b .multilib
|
|
|
|
%patch0 -p1 -b .multilib
|
|
|
|
|
|
|
|
%patch1 -p1 -b .sysuioh
|
|
|
|
|
|
|
|
|
|
|
|
# prevent installation of HTML docs
|
|
|
|
# prevent installation of HTML docs
|
|
|
|
sed -ibak '/^install-docs/s/install-html//' Makefile.in
|
|
|
|
sed -ibak '/^install-docs/s/install-html//' Makefile.in
|
|
|
@ -53,9 +61,12 @@ sed -ri "/^dependency_libs/{s,-l[^ ']*,,g}" \
|
|
|
|
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%if %{with tests}
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
|
|
|
make %{?_smp_mflags} check
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%defattr(-,root,root)
|
|
|
@ -73,6 +84,11 @@ sed -ri "/^dependency_libs/{s,-l[^ ']*,,g}" \
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jun 28 2018 Joe Orton <jorton@redhat.com> - 0.30.2-6
|
|
|
|
|
|
|
|
- fix implicit writev declaration (Mattias Ellert, #1572180)
|
|
|
|
|
|
|
|
- add build conditional for tests
|
|
|
|
|
|
|
|
- use ldconfig_scriptlets macro
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.2-5
|
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|