auto-import changelog data from neon-0.24.4-3.1.src.rpm
Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Wed Feb 25 2004 Joe Orton <jorton@redhat.com> 0.24.4-3
- use BuildRequires not BuildPrereq, drop autoconf, libtool;
-devel requires {openssl,zlib}-devel (#116744)
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 0.24.4-2
- rebuilt
Mon Feb 09 2004 Joe Orton <jorton@redhat.com> 0.24.4-1
- update to 0.24.4
This commit is contained in:
parent
d1a8ced941
commit
b041177156
@ -1 +1 @@
|
||||
neon-0.24.3.tar.gz
|
||||
neon-0.24.4.tar.gz
|
||||
|
||||
34
neon.spec
34
neon.spec
@ -1,16 +1,15 @@
|
||||
Summary: An HTTP and WebDAV client library
|
||||
Name: neon
|
||||
Version: 0.24.3
|
||||
Release: 1
|
||||
Version: 0.24.4
|
||||
Release: 3.1
|
||||
Copyright: LGPL
|
||||
Group: Applications/Publishing
|
||||
Prefix: %{_prefix}
|
||||
URL: http://www.webdav.org/neon
|
||||
Source0: http://www.webdav.org/neon/neon-%{version}.tar.gz
|
||||
Patch0: neon-0.23.9-config.patch
|
||||
Patch1: neon-0.24.3-ssltest.patch
|
||||
BuildPreReq: expat-devel, openssl-devel, zlib-devel, krb5-devel
|
||||
BuildPreReq: autoconf, libtool, pkgconfig
|
||||
BuildRequires: expat-devel, openssl-devel, zlib-devel, krb5-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
Conflicts: subversion < 0.22.2-4
|
||||
|
||||
@ -24,7 +23,7 @@ Kerberos authentication, and has complete SSL support.
|
||||
%package devel
|
||||
Summary: Static libraries and C header files for the neon library.
|
||||
Group: Development/Libraries
|
||||
Requires: neon = %{version}
|
||||
Requires: neon = %{version}, openssl-devel, zlib-devel
|
||||
Conflicts: subversion-devel < 0.22.2-4
|
||||
|
||||
%description devel
|
||||
@ -33,21 +32,19 @@ The development library for the C language HTTP and WebDAV client library.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .config
|
||||
%patch1 -p1 -b .ssltest
|
||||
|
||||
# stupid upstream can't count
|
||||
perl -pi -e "s/_RELEASE=2/_RELEASE=3/" configure
|
||||
|
||||
%build
|
||||
%configure --with-ssl --with-expat --enable-shared
|
||||
make %{?_smp_flags}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%makeinstall
|
||||
|
||||
%ifnarch ppc
|
||||
%check
|
||||
make check
|
||||
make %{?_smp_mflags} check
|
||||
%endif
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -74,6 +71,19 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Wed Feb 25 2004 Joe Orton <jorton@redhat.com> 0.24.4-3
|
||||
- use BuildRequires not BuildPrereq, drop autoconf, libtool;
|
||||
-devel requires {openssl,zlib}-devel (#116744)
|
||||
|
||||
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 0.24.4-2
|
||||
- rebuilt
|
||||
|
||||
* Mon Feb 9 2004 Joe Orton <jorton@redhat.com> 0.24.4-1
|
||||
- update to 0.24.4
|
||||
|
||||
* Thu Oct 9 2003 Joe Orton <jorton@redhat.com> 0.24.3-1
|
||||
- update to 0.24.3
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user