diff --git a/neon.spec b/neon.spec index 91cc369..594b20a 100644 --- a/neon.spec +++ b/neon.spec @@ -1,16 +1,15 @@ Summary: An HTTP and WebDAV client library Name: neon Version: 0.25.5 -Release: 5.1 +Release: 6 License: LGPL -Group: Applications/Publishing -Prefix: %{_prefix} +Group: System Environment/Libraries URL: http://www.webdav.org/neon/ Source0: http://www.webdav.org/neon/neon-%{version}.tar.gz Patch0: neon-0.25.5-multilib.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: expat-devel, openssl-devel, zlib-devel, krb5-devel BuildRequires: pkgconfig -BuildRoot: %{_tmppath}/%{name}-root Conflicts: subversion < 0.22.2-4 %description @@ -21,7 +20,7 @@ supports persistent connections, proxy servers, basic, digest and Kerberos authentication, and has complete SSL support. %package devel -Summary: Development 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 Requires: pkgconfig @@ -65,6 +64,12 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %changelog +* Mon Feb 5 2007 Joe Orton 0.25.5-6 +- remove trailing dot in -devel Summary +- use standard BuildRoot +- change Group to System Environment/Libraries +- drop Prefix + * Wed Jul 12 2006 Jesse Keating - 0.25.5-5.1 - rebuild