close download test

This commit is contained in:
dillon_chen 2023-07-05 18:20:51 +08:00
parent 9a6ca0f6c3
commit 2aa57daa2c

View File

@ -1,6 +1,6 @@
Name: zziplib
Version: 0.13.72
Release: 1
Release: 2
Summary: Lightweight library for zip compression
License: LGPLv2+ or MPLv1.1
URL: http://zziplib.sourceforge.net
@ -41,7 +41,7 @@ This package includes help documentation and manuals related to zziplib.
%setup -q
%build
%cmake -B "%{_vpath_builddir}"
%cmake -B "%{_vpath_builddir}" -DZZIP_TESTCVE=OFF
%make_build -C "%{_vpath_builddir}"
@ -68,6 +68,9 @@ This package includes help documentation and manuals related to zziplib.
%{_mandir}/man3/*
%changelog
-* Wed Jul 5 2023 dillon chen <dillon.chen@gmail.com> - 0.13.72-2
-- add -DZZIP_TESTCVE=OFF skip download test(curl github)
* Tue Sep 27 2022 dillon chen <dillon.chen@gmail.com> - 0.13.72-1
- update to 0.13.72