- restore static libs for rpm

epel10
jorton 20 years ago
parent 03cfafbf09
commit 06f74a5654

@ -1,7 +1,7 @@
Summary: An HTTP and WebDAV client library
Name: neon
Version: 0.24.7
Release: 7
Release: 8
License: LGPL
Group: Applications/Publishing
Prefix: %{_prefix}
@ -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 --disable-static
%configure --with-ssl --with-expat --enable-shared
make %{?_smp_mflags}
%install
@ -71,10 +71,13 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/neon.pc
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_libdir}/*.la
%{_libdir}/*.*a
%{_libdir}/*.so
%changelog
* Fri Sep 23 2005 Joe Orton <jorton@redhat.com> 0.24.7-8
- restore static libs for rpm
* Mon Sep 19 2005 Joe Orton <jorton@redhat.com> 0.24.7-7
- drop static libs, doc/html from devel docdir

Loading…
Cancel
Save