Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
4767af21ba
!37 [sync] PR-36: Replace mandoc dependency with man-db
From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2024-04-12 07:26:08 +00:00
lilong
64e156e32c Replace mandoc dependency with man-db
(cherry picked from commit 1df184bc1e4a3dd6cc9a64213245ca02c5456149)
2024-04-02 15:19:10 +08:00
openeuler-ci-bot
35e8a33245
!35 Update to 1.10.1
From: @lyn1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-12-28 12:48:32 +00:00
lyn1001
c893d6a992 Update to 1.10.1 2023-12-27 11:35:41 +08:00
openeuler-ci-bot
8765b6f729
!12 Update to 1.9.2
From: @lauk001 
Reviewed-by: @licihua 
Signed-off-by: @licihua
2022-09-22 07:26:37 +00:00
lauk001
1450a5844d Update to 1.9.2 2022-08-01 08:01:33 +08:00
openeuler-ci-bot
f95412c5f2
!11 更新master工程libzip到1.8.0版本
From: @xigaoxinyan 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2022-04-22 01:22:07 +00:00
xigaoxinyan
c70afd3b7f update to 1.8.0 2022-04-21 16:41:13 +08:00
openeuler-ci-bot
2f0837a72f !2 【轻量级 PR】:修正yaml错误
Merge pull request !2 from Shinwell_Hu/N/A
2020-06-27 15:15:03 +08:00
Shinwell_Hu
4759294e02 修正yaml错误 2020-06-24 15:49:37 +08:00
4 changed files with 36 additions and 9 deletions

BIN
libzip-1.10.1.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +1,12 @@
Name: libzip Name: libzip
Version: 1.5.1 Version: 1.10.1
Release: 3 Release: 2
Summary: A C library for reading, creating, and modifying zip archives Summary: A C library for reading, creating, and modifying zip archives
License: BSD License: BSD-3-Clause
URL: https://libzip.org/ URL: https://libzip.org/
Source0: https://libzip.org/download/libzip-%{version}.tar.xz Source0: https://libzip.org/download/libzip-%{version}.tar.xz
BuildRequires: gcc zlib-devel bzip2-devel openssl-devel cmake BuildRequires: gcc zlib-devel bzip2-devel openssl-devel cmake xz-devel libzstd-devel cmake man-db
BuildRequires: perl-interpreter perl(Cwd) perl(File::Copy) perl(File::Path) perl(Getopt::Long)
BuildRequires: perl(IPC::Open3) perl(Storable) perl(Symbol) perl(UNIVERSAL) perl(strict) perl(warnings)
Provides: libzip-tools = %{version}-%{release} Provides: libzip-tools = %{version}-%{release}
Provides: libzip-tools%{?_isa} = %{version}-%{release} Provides: libzip-tools%{?_isa} = %{version}-%{release}
@ -32,9 +30,24 @@ that use libcap.
%prep %prep
%autosetup -n %{name}-%{version} -p1 %autosetup -n %{name}-%{version} -p1
rm INSTALL.md
sed -e '/clone-fs-/d' -i regress/CMakeLists.txt
%build %build
%cmake . %cmake \
-DENABLE_COMMONCRYPTO:BOOL=OFF \
-DENABLE_GNUTLS:BOOL=OFF \
-DENABLE_MBEDTLS:BOOL=OFF \
-DENABLE_OPENSSL:BOOL=ON \
-DENABLE_WINDOWS_CRYPTO:BOOL=OFF \
-DENABLE_BZIP2:BOOL=ON \
-DENABLE_LZMA:BOOL=ON \
-DENABLE_ZSTD:BOOL=ON \
-DBUILD_TOOLS:BOOL=ON \
-DBUILD_REGRESS:BOOL=ON \
-DBUILD_EXAMPLES:BOOL=OFF \
-DBUILD_DOC:BOOL=ON
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
@ -52,6 +65,7 @@ make test
%license LICENSE %license LICENSE
%{_bindir}/zip* %{_bindir}/zip*
%{_libdir}/libzip.so.5* %{_libdir}/libzip.so.5*
%{_libdir}/cmake/libzip/*
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
@ -65,6 +79,19 @@ make test
%{_mandir}/man1/*1* %{_mandir}/man1/*1*
%{_mandir}/man3/*3* %{_mandir}/man3/*3*
%changelog %changelog
* Fri Mar 29 2024 lilong <lilong@kylinos.cn> - 1.10.1-2
- Replace mandoc dependency with man-db
* Wed Dec 27 2023 liyanan <liyanan61@h-partners.com> - 1.10.1-1
- Update to 1.10.1
* Fri Jul 29 2022 liukuo <liukuo@kylinos.cn> - 1.9.2-1
- Update to 1.9.2
* Thu Apr 21 2022 Yangping <yangping69@h-partners.com> - 1.8.0-1
- Update to 1.8.0
* Tue Nov 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.5.1-3 * Tue Nov 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.5.1-3
- Package init - Package init

View File

@ -1,4 +1,4 @@
version_control: github version_control: github
src_repo: nih-at/libzip src_repo: nih-at/libzip
tag_prefix: rel- tag_prefix: ^(rel-|v)
seperator: - seperator: "-"