2007-01-15 23:45:58 +00:00
|
|
|
#
|
|
|
|
# spec file for package zisofs-tools (Version 1.0.6)
|
|
|
|
#
|
2007-03-29 16:32:53 +00:00
|
|
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:45:58 +00:00
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
#
|
2007-03-29 16:32:53 +00:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
2007-01-15 23:45:58 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2007-03-29 16:32:53 +00:00
|
|
|
Name: zisofs-tools
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
URL: ftp://ftp.kernel.org/pub/linux/utils/fs/zisofs/
|
|
|
|
License: GNU General Public License (GPL)
|
|
|
|
Group: System/Filesystems
|
|
|
|
Requires: mkisofs
|
|
|
|
Autoreqprov: on
|
|
|
|
Version: 1.0.6
|
|
|
|
Release: 43
|
|
|
|
Summary: User tools for zisofs
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-01-15 23:45:58 +00:00
|
|
|
|
|
|
|
%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
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
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*
|
|
|
|
|
2007-03-29 16:32:53 +00:00
|
|
|
%changelog
|
|
|
|
* Thu Mar 29 2007 - rguenther@suse.de
|
|
|
|
- add zlib-devel BuildRequires
|
2007-01-15 23:45:58 +00:00
|
|
|
* 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
|