From 9a8d1d582e16b867702ea8b389bd2531a4f35b47 Mon Sep 17 00:00:00 2001 From: jorton Date: Jun 01 2006 09:21:03 +0000 Subject: - have -devel require pkgconfig (#193355) --- diff --git a/neon.spec b/neon.spec index cbc84f4..566233b 100644 --- a/neon.spec +++ b/neon.spec @@ -1,7 +1,7 @@ Summary: An HTTP and WebDAV client library Name: neon Version: 0.25.5 -Release: 4 +Release: 5 License: LGPL Group: Applications/Publishing Prefix: %{_prefix} @@ -24,6 +24,7 @@ Kerberos authentication, and has complete SSL support. Summary: Development libraries and C header files for the neon library. Group: Development/Libraries Requires: neon = %{version}-%{release}, openssl-devel, zlib-devel, expat-devel +Requires: pkgconfig Conflicts: subversion-devel < 0.22.2-4 %description devel @@ -64,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %changelog +* Thu Jun 1 2006 Joe Orton 0.25.5-5 +- have -devel require pkgconfig (#193355) + * Wed May 24 2006 Joe Orton 0.25.5-4 - add multilib fixes for neon-config (#192734)