Copy from Base:System/zisofs-tools based on submit request 33002 from user coolo OBS-URL: https://build.opensuse.org/request/show/33002 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zisofs-tools?expand=0&rev=6
62 lines
1.8 KiB
RPMSpec
62 lines
1.8 KiB
RPMSpec
#
|
|
# spec file for package zisofs-tools (Version 1.0.8)
|
|
#
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# 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 http://bugs.opensuse.org/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
|
|
Name: zisofs-tools
|
|
BuildRequires: zlib-devel
|
|
Url: ftp://ftp.kernel.org/pub/linux/utils/fs/zisofs/
|
|
License: GPLv2+
|
|
Group: System/Filesystems
|
|
Requires: mkisofs
|
|
AutoReqProv: on
|
|
Version: 1.0.8
|
|
Release: 1
|
|
Summary: User tools for zisofs
|
|
Source: %{name}-%{version}.tar.bz2
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
Zisofs-tools, in conjunction with a zisofs-enabled system, allows the
|
|
creation of an iso9660 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
|
|
|
|
%build
|
|
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --mandir=%{_mandir}
|
|
make %{?jobs:-j%jobs}
|
|
|
|
%install
|
|
make INSTALLROOT=$RPM_BUILD_ROOT install
|
|
|
|
%clean
|
|
%__rm -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc CHANGES COPYING INSTALL README
|
|
%{_bindir}/mkzftree
|
|
%doc %{_mandir}/man1/mkzftree.1*
|
|
|
|
%changelog
|