blob: a643ad649b528e76d90c01957b943678f8c91069 [file] [log] [blame]
Theodore Ts'ofac9c201998-03-07 23:36:45 +00001Summary: ext2 filesystem resizer
2Name: resize2fs
Theodore Ts'o7e71e4c1998-09-30 00:54:35 +00003Version: 1.03
Theodore Ts'ofac9c201998-03-07 23:36:45 +00004Release: 0
5Vendor: PowerQuest
6Copyright: Licensed to Registered Users of Partition Magic(tm)
7Group: Utilities/System
8Requires: e2fsprogs
9Source: e2fsprogs-ALL-1.12.tar.gz
10Icon: pq.gif
11BuildRoot: /tmp/e2fsprogs-root
12
13%description
14This program will allow you to enlarge or shrink an ext2 filesystem.
15
16Resize2fs is Copyright 1998 by Theodore Ts'o and PowerQuest, Inc. All
17rights reserved. Resize2fs may not be redistributed without the prior
18consent of PowerQuest. This version of resize2fs is available to licensed
19users of Partition Magic(tm).
20
21%prep
22%setup -n e2fsprogs-1.12
23
24%build
25CFLAGS="$RPM_OPT_FLAGS" ./configure
26rm -rf e2fsck misc debugfs lib/ss lib/e2p lib/uuid tests
27
28make libs progs docs
29
30rm -f resize/resize2fs
31mv resize/resize2fs.static resize/resize2fs
32
33%install
34export PATH=/sbin:$PATH
35make install DESTDIR="$RPM_BUILD_ROOT"
36make install-libs DESTDIR="$RPM_BUILD_ROOT"
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42
43%attr(-, root, root) /usr/man/man8/resize2fs.8
44%attr(-, root, root) /usr/sbin/resize2fs