Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f34e9cb71e | |||
| 8b732aa2df | |||
| dd1a6f1184 | |||
| 02f71a0d95 |
BIN
libzip-1.11.3.tar.xz
LFS
BIN
libzip-1.11.3.tar.xz
LFS
Binary file not shown.
3
libzip-1.11.4.tar.xz
Normal file
3
libzip-1.11.4.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a247f57d1e3e6f6d11413b12a6f28a9d388de110adc0ec608d893180ed7097b
|
||||
size 793340
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 9 13:27:20 UTC 2025 - pgajdos@suse.com
|
||||
|
||||
- version update to 1.11.4
|
||||
* Use separate cmake package files for library and programs.
|
||||
* Improve documentation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 12:21:06 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Fix libzip-devel dependencies. libzip-targets*.cmake create
|
||||
CMake targets for zipcmp, zipmerge and ziptool.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 22 18:45:46 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
||||
10
libzip.spec
10
libzip.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libzip
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{!?make_build: %global make_build make %{?_smp_mflags}}
|
||||
%define sover 5
|
||||
Name: libzip
|
||||
Version: 1.11.3
|
||||
Version: 1.11.4
|
||||
Release: 0
|
||||
Summary: C library for reading, creating, and modifying zip archives
|
||||
License: BSD-3-Clause
|
||||
@@ -67,6 +67,8 @@ Summary: C library for reading, creating, and modifying zip archives
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: glibc-devel
|
||||
Requires: libzip%{sover} = %{version}
|
||||
# tools are referenced in libzip-targets*.cmake and must be installed
|
||||
Requires: libzip-tools = %{version}
|
||||
|
||||
%description devel
|
||||
libzip is a C library for reading, creating, and modifying zip
|
||||
@@ -110,6 +112,10 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{buildroot}%{_libdir}
|
||||
%{_mandir}/man1/zipcmp.1%{?ext_man}
|
||||
%{_mandir}/man1/zipmerge.1%{?ext_man}
|
||||
%{_mandir}/man1/ziptool.1%{?ext_man}
|
||||
%{_mandir}/man5/zip.5%{?ext_man}
|
||||
%{_mandir}/man5/zip_error.5%{?ext_man}
|
||||
%{_mandir}/man5/zip_file.5%{?ext_man}
|
||||
%{_mandir}/man5/zip_source.5%{?ext_man}
|
||||
|
||||
%files -n libzip%{sover}
|
||||
%license LICENSE
|
||||
|
||||
Reference in New Issue
Block a user