From 65fa87842b5eea897d9c57aa8d0c890b512bf15c Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Tue, 18 Jul 2023 10:58:42 +0000 Subject: [PATCH] Add new bsdunzip subpackage More info from upstream PR: https://github.com/libarchive/libarchive/pull/1873 --- libarchive.spec | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/libarchive.spec b/libarchive.spec index 86e1e68..fac6a28 100644 --- a/libarchive.spec +++ b/libarchive.spec @@ -81,6 +81,14 @@ The bsdcat program typically takes a filename as an argument or reads standard input when used in a pipe. In both cases decompressed data it written to standard output. +%package -n bsdunzip +Summary: Extract files from a ZIP archive +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description -n bsdunzip +The bsdunzip package contains standalone bsdunzip utility split off regular +libarchive packages. It is designed to provide an interface compatible with Info-ZIP's. + %prep %autosetup -p1 @@ -218,11 +226,18 @@ run_testsuite %{_bindir}/bsdcat %{_mandir}/*/bsdcat* +%files -n bsdunzip +%{!?_licensedir:%global license %%doc} +%license COPYING +%doc NEWS README.md +%{_bindir}/bsdunzip +%{_mandir}/*/bsdunzip* %changelog * Tue Jul 25 2023 Lukas Javorsky - 3.7.0-1 - Rebase to version 3.7.0 +- Add new bsdunzip subpackage * Thu Jul 20 2023 Fedora Release Engineering - 3.6.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild