84 lines
2.3 KiB
RPMSpec
84 lines
2.3 KiB
RPMSpec
#
|
|
# spec file for package zisofs-tools (Version 1.0.6)
|
|
#
|
|
# Copyright (c) 2008 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: GPL v2 or later
|
|
Group: System/Filesystems
|
|
Requires: mkisofs
|
|
AutoReqProv: on
|
|
Version: 1.0.6
|
|
Release: 138
|
|
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.
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
H. Peter Anvin <hpa@zytor.com>
|
|
|
|
%prep
|
|
%setup
|
|
#%patch
|
|
|
|
%build
|
|
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --mandir=%{_mandir}
|
|
make
|
|
|
|
%install
|
|
make INSTALLROOT=$RPM_BUILD_ROOT install
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc CHANGES COPYING INSTALL README
|
|
/usr/bin/mkzftree
|
|
%doc %{_mandir}/man1/mkzftree.1*
|
|
|
|
%changelog
|
|
* Thu Mar 29 2007 rguenther@suse.de
|
|
- add zlib-devel BuildRequires
|
|
* Wed Jan 25 2006 mls@suse.de
|
|
- converted neededforbuild to BuildRequires
|
|
* Wed Sep 01 2004 nadvornik@suse.cz
|
|
- updated to 1.0.6
|
|
* Sun Jan 11 2004 adrian@suse.de
|
|
- add %%defattr
|
|
* Fri Jul 25 2003 nadvornik@suse.cz
|
|
- updated to 1.0.4
|
|
- added BuildRoot
|
|
* Thu Jun 13 2002 uli@suse.de
|
|
- update -> 1.0.3 (cosmetic)
|
|
* Tue Oct 30 2001 uli@suse.de
|
|
- initial package
|