Imported Upstream version 1.1.11
[platform/upstream/cdrkit.git] / 3rd-party / zisofs_tools / zisofs-tools.spec
1 Summary: Utilities to create compressed CD-ROM filesystems.
2 Name: zisofs-tools
3 Version: 1.0.7
4 Release: 1
5 License: GPL
6 Group: Applications/System
7 URL: http://www.kernel.org/pub/linux/utils/fs/zisofs/
8 Source: http://www.kernel.org/pub/linux/utils/fs/zisofs/zisofs-tools-%{version}.tar.gz
9 BuildRoot: %{_tmppath}/%{name}-%{version}-root
10 Epoch: 1
11
12 %description
13 Tools that, in combination with an appropriately patched version of
14 mkisofs, allow the creation of compressed CD-ROM filesystems.
15
16 %prep
17 %setup -q 
18
19 %build
20 %configure
21 make
22
23 %install
24 rm -rf $RPM_BUILD_ROOT
25 make install INSTALLROOT="$RPM_BUILD_ROOT"
26
27 %clean
28 rm -rf $RPM_BUILD_ROOT
29
30 %files
31 %defattr(-,root,root)
32 %doc README zisofs.magic
33 %{_bindir}/mkzftree
34 %{_mandir}/man1/mkzftree.1*
35
36 %changelog
37 * Mon Jul 20 2004 H. Peter Anvin <hpa@zytor.com> 1.0.6-1
38 - Generalize and include in 1.0.6 so rpmbuild -ta works.
39
40 * Sat Jun 13 2004 H. Peter Anvin <hpa@zytor.com> 1.0.5-1
41 - Revision update.
42
43 * Wed Nov  6 2002 H. Peter Anvin <hpa@zytor.com> 1.0.4-1
44 - Revision update.
45
46 * Thu Nov  8 2001 H. Peter Anvin <hpa@zytor.com> 1.0.3-1
47 - Revision update.
48
49 * Mon Oct 29 2001 H. Peter Anvin <hpa@zytor.com> 1.0.2-1
50 - Initial version.