Add new bsdunzip subpackage
More info from upstream PR: https://github.com/libarchive/libarchive/pull/1873
This commit is contained in:
parent
ece947bdb4
commit
65fa87842b
@ -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
|
input when used in a pipe. In both cases decompressed data it written to
|
||||||
standard output.
|
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
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
@ -218,11 +226,18 @@ run_testsuite
|
|||||||
%{_bindir}/bsdcat
|
%{_bindir}/bsdcat
|
||||||
%{_mandir}/*/bsdcat*
|
%{_mandir}/*/bsdcat*
|
||||||
|
|
||||||
|
%files -n bsdunzip
|
||||||
|
%{!?_licensedir:%global license %%doc}
|
||||||
|
%license COPYING
|
||||||
|
%doc NEWS README.md
|
||||||
|
%{_bindir}/bsdunzip
|
||||||
|
%{_mandir}/*/bsdunzip*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jul 25 2023 Lukas Javorsky <ljavorsk@redhat.com> - 3.7.0-1
|
* Tue Jul 25 2023 Lukas Javorsky <ljavorsk@redhat.com> - 3.7.0-1
|
||||||
- Rebase to version 3.7.0
|
- Rebase to version 3.7.0
|
||||||
|
- Add new bsdunzip subpackage
|
||||||
|
|
||||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-6
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user