- remove trailing dot in -devel Summary
- use standard BuildRoot - change Group to System Environment/Libraries - drop Prefix
This commit is contained in:
parent
815883f050
commit
e04553d530
15
neon.spec
15
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 <jorton@redhat.com> 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 <jkeating@redhat.com> - 0.25.5-5.1
|
||||
- rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user