- drop static libs, doc/html from devel docdir

epel10
jorton 20 years ago
parent 33a7c99ce0
commit 03cfafbf09

@ -1,7 +1,7 @@
Summary: An HTTP and WebDAV client library
Name: neon
Version: 0.24.7
Release: 6
Release: 7
License: LGPL
Group: Applications/Publishing
Prefix: %{_prefix}
@ -23,7 +23,7 @@ supports persistent connections, proxy servers, basic, digest and
Kerberos authentication, and has complete SSL support.
%package devel
Summary: Static libraries and C header files for the neon library.
Summary: Development libraries and C header files for the neon library.
Group: Development/Libraries
Requires: neon = %{version}-%{release}, openssl-devel, zlib-devel, expat-devel
Conflicts: subversion-devel < 0.22.2-4
@ -39,7 +39,7 @@ The development library for the C language HTTP and WebDAV client library.
%build
export CFLAGS="-Wall $RPM_OPT_FLAGS"
%configure --with-ssl --with-expat --enable-shared
%configure --with-ssl --with-expat --enable-shared --disable-static
make %{?_smp_mflags}
%install
@ -69,14 +69,15 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/*
%{_includedir}/*
%{_libdir}/pkgconfig/neon.pc
%doc doc/html
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_libdir}/*.a
%{_libdir}/*.la
%{_libdir}/*.so
%changelog
* Mon Sep 19 2005 Joe Orton <jorton@redhat.com> 0.24.7-7
- drop static libs, doc/html from devel docdir
* Wed Mar 2 2005 Joe Orton <jorton@redhat.com> 0.24.7-6
- rebuild

Loading…
Cancel
Save