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

Loading…
Cancel
Save