From 06f74a5654b5b3bb7786f8fbf84933c7c7ce5a96 Mon Sep 17 00:00:00 2001 From: jorton Date: Fri, 23 Sep 2005 12:47:22 +0000 Subject: [PATCH] - restore static libs for rpm --- neon.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/neon.spec b/neon.spec index fe74791..9c6e938 100644 --- a/neon.spec +++ b/neon.spec @@ -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 0.24.7-8 +- restore static libs for rpm + * Mon Sep 19 2005 Joe Orton 0.24.7-7 - drop static libs, doc/html from devel docdir