update to 0.31.1 [release 0.31.1-1mamba;Wed May 13 2020]
This commit is contained in:
parent
af552a4deb
commit
ffefdb6fb4
13
libneon.spec
13
libneon.spec
@ -1,5 +1,5 @@
|
||||
Name: libneon
|
||||
Version: 0.31.0
|
||||
Version: 0.31.1
|
||||
Release: 1mamba
|
||||
Summary: An HTTP and WebDAV client library, with a C interface
|
||||
Group: System/Libraries
|
||||
@ -7,7 +7,8 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.webdav.org/neon/
|
||||
Source0: http://www.webdav.org/neon/neon-%{version}.tar.gz
|
||||
Source: https://github.com/notroj/neon.git/%{version}/neon-%{version}.tar.bz2
|
||||
#Source0: http://www.webdav.org/neon/neon-%{version}.tar.gz
|
||||
Source1: http://www.webdav.org/neon/neon-0.26.4.tar.gz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -78,6 +79,7 @@ This package contains static libraries and header files need for development.
|
||||
|
||||
%prep
|
||||
%setup -q -n neon-%{version} -a1
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -86,7 +88,7 @@ This package contains static libraries and header files need for development.
|
||||
--without-libproxy
|
||||
%endif
|
||||
|
||||
%make
|
||||
%make all docs compile-gmo
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
@ -117,9 +119,12 @@ This package contains static libraries and header files need for development.
|
||||
%{_datadir}/doc/neon-%{version}/*
|
||||
%{_mandir}/man1/*
|
||||
%{_mandir}/man3/*
|
||||
%doc BUGS ChangeLog NEWS TODO
|
||||
%doc BUGS NEWS TODO
|
||||
|
||||
%changelog
|
||||
* Wed May 13 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.31.1-1mamba
|
||||
- update to 0.31.1
|
||||
|
||||
* Fri Apr 10 2020 Automatic Build System <autodist@mambasoft.it> 0.31.0-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user