58 lines
1.7 KiB
RPMSpec
58 lines
1.7 KiB
RPMSpec
#
|
|
# spec file for package zisofs-tools
|
|
#
|
|
# Copyright (c) 2023 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: zisofs-tools
|
|
Version: 1.0.8
|
|
Release: 0
|
|
Summary: User tools for zisofs
|
|
License: GPL-2.0-or-later
|
|
Group: System/Filesystems
|
|
URL: https://git.kernel.org/pub/scm/fs/zisofs/zisofs-tools.git/
|
|
Source: https://git.kernel.org/pub/scm/fs/zisofs/zisofs-tools.git/snapshot/%{name}-%{version}.tar.gz
|
|
BuildRequires: autoconf
|
|
BuildRequires: zlib-devel
|
|
Requires: mkisofs
|
|
|
|
%description
|
|
Zisofs-tools, in conjunction with a zisofs-enabled system, allows the
|
|
creation of an ISO-9660 filesystem that can be decompressed "live" on a
|
|
file-by-file basis, while still being readable by systems without
|
|
zisofs support. This package contains the tools necessary to create
|
|
such a filesystem and read compressed files on a system without zisofs
|
|
support.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
autoconf
|
|
autoheader
|
|
%configure
|
|
%make_build
|
|
|
|
%install
|
|
make INSTALLROOT=%{buildroot} install
|
|
|
|
%files
|
|
%license COPYING
|
|
%doc CHANGES README
|
|
%{_bindir}/mkzftree
|
|
%{_mandir}/man1/mkzftree.1%{?ext_man}
|
|
|
|
%changelog
|