summaryrefslogtreecommitdiff
path: root/e2fsprogs.spec
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>1999-10-23 03:33:15 +0000
committerTheodore Ts'o <tytso@mit.edu>1999-10-23 03:33:15 +0000
commit8a31ffef73ceb7bbbc3f0c5c915f962186b30b4f (patch)
tree622456f074908ff68f7326466d83aa83a66edf14 /e2fsprogs.spec
parent0859c04fce317c77643dd8a69814c892613bf5f3 (diff)
downloade2fsprogs-8a31ffef73ceb7bbbc3f0c5c915f962186b30b4f.tar.gz
README, RELEASE-NOTES, TODO, e2fsprogs.lsm, e2fsprogs.spec, version.h:
Update for 1.16 release.
Diffstat (limited to 'e2fsprogs.spec')
-rw-r--r--e2fsprogs.spec33
1 files changed, 24 insertions, 9 deletions
diff --git a/e2fsprogs.spec b/e2fsprogs.spec
index b7c5ce88..bff7cfae 100644
--- a/e2fsprogs.spec
+++ b/e2fsprogs.spec
@@ -1,24 +1,39 @@
-Summary: Tools for the second extended (ext2) filesystem
+Summary: Utilities for managing the second extended (ext2) filesystem.
Name: e2fsprogs
-Version: 1.15
+Version: 1.16
Release: 0
Copyright: GPL
-Group: Utilities/System
-Source: ftp://tsx-11.mit.edu/pub/linux/packages/ext2fs/e2fsprogs-1.15.tar.gz
+Group: System Environment/Base
+Source: ftp://tsx-11.mit.edu/pub/linux/packages/ext2fs/e2fsprogs-1.16.tar.gz
BuildRoot: /tmp/e2fsprogs-root
%description
-This package includes a number of utilities for creating, checking,
-and repairing ext2 filesystems.
+The e2fsprogs package contains a number of utilities for creating,
+checking, modifying and correcting any inconsistencies in second
+extended (ext2) filesystems. E2fsprogs contains e2fsck (used to repair
+filesystem inconsistencies after an unclean shutdown), mke2fs (used to
+initialize a partition to contain an empty ext2 filesystem), debugfs
+(used to examine the internal structure of a filesystem, to manually
+repair a corrupted filesystem or to create test cases for e2fsck), tune2fs
+(used to modify filesystem parameters) and most of the other core ext2fs
+filesystem utilities.
+
+You should install the e2fsprogs package if you are using any ext2
+filesystems (if you're not sure, you probably should install this
+package).
%package devel
-Summary: e2fs static libs and headers
+Summary: Ext2 filesystem-specific static libraries and headers.
Group: Development/Libraries
Requires: e2fsprogs
%description devel
-Libraries and header files needed to develop ext2 filesystem-specific
-programs.
+E2fsprogs-devel contains the libraries and header files needed to
+develop second extended (ext2) filesystem-specific programs.
+
+You should install e2fsprogs-devel if you want to develop ext2
+filesystem-specific programs. If you install e2fsprogs-devel, you will
+also need to install e2fsprogs.
%prep
%setup