diff --git a/libneon.spec b/libneon.spec index 802e98f..936f45d 100644 --- a/libneon.spec +++ b/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 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 0.31.1-1mamba +- update to 0.31.1 + * Fri Apr 10 2020 Automatic Build System 0.31.0-1mamba - automatic update by autodist