rpms/neon/devel neon.spec,1.14,1.15

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Sep 19 14:50:40 UTC 2005


Author: jorton

Update of /cvs/dist/rpms/neon/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23209

Modified Files:
	neon.spec 
Log Message:
* Mon Sep 19 2005 Joe Orton <jorton at redhat.com> 0.24.7-7
- drop static libs, doc/html from devel docdir



Index: neon.spec
===================================================================
RCS file: /cvs/dist/rpms/neon/devel/neon.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- neon.spec	2 Mar 2005 08:26:39 -0000	1.14
+++ neon.spec	19 Sep 2005 14:50:38 -0000	1.15
@@ -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 @@
 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 @@
 
 %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 @@
 %{_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 at redhat.com> 0.24.7-7
+- drop static libs, doc/html from devel docdir
+
 * Wed Mar  2 2005 Joe Orton <jorton at redhat.com> 0.24.7-6
 - rebuild
 




More information about the fedora-cvs-commits mailing list