~vorlon/ubuntu/natty/e2fsprogs/multiarch

« back to all changes in this revision

Viewing changes to e2fsprogs.spec

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-08-25 18:34:46 UTC
  • mfrom: (8.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090825183446-p2iuz63g8g4ytlf4
Tags: 1.41.9-1ubuntu1
* Merge from Debian, remaining changes:
  - Do not build-depend on dietlibc-dev, which is universe.
  - Do now allow pkg-create-dbgsym to operate on this package.
  - Use external libblkid and libuuid from util-linux, rather than
    building our own.
  - Do not include /etc/e2fsck.conf and remove on upgrade.

* Included a couple of extra revisions from GIT maint:
  - (ffd8078) e2freefrag: Update manpage to include e2fsprogs version
    and release date
  - (31b5a2b) mke2fs.conf: Use the feature name "extent" instead of
    "extents"
  - (8bafedb) tune2fs: Fix "tune2fs -j <dev>" for extent-enabled
     filesystems.  LP: #416648.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
%define _root_localedir /usr/share/locale
4
4
%define _root_etcdir    /etc
5
5
 
6
 
Summary: Utilities for managing the second extended (ext2) filesystem.
 
6
Summary: Utilities for managing ext2/ext3/ext4 filesystems
7
7
Name: e2fsprogs
8
 
Version: 1.41.7
 
8
Version: 1.41.9
9
9
Release: 0
10
10
License: GPLv2
11
11
Group: System Environment/Base
16
16
 
17
17
%description
18
18
The e2fsprogs package contains a number of utilities for creating,
19
 
checking, modifying, and correcting any inconsistencies in second
20
 
extended (ext2) filesystems.  E2fsprogs contains e2fsck (used to
21
 
repair filesystem inconsistencies after an unclean shutdown), mke2fs
22
 
(used to initialize a partition to contain an empty ext2 filesystem),
23
 
debugfs (used to examine the internal structure of a filesystem, to
24
 
manually repair a corrupted filesystem or to create test cases for
25
 
e2fsck), tune2fs (used to modify filesystem parameters), resize2fs to
26
 
grow and shrink unmounted ext2 filesystems, and most of the other core
27
 
ext2fs filesystem utilities.
 
19
checking, modifying, and correcting any inconsistencies in ext2, ext3,
 
20
and ext4 filesystems.  E2fsprogs contains e2fsck (used to repair
 
21
filesystem inconsistencies after an unclean shutdown), mke2fs (used to
 
22
initialize a partition to contain an empty ext2 filesystem), debugfs
 
23
(used to examine the internal structure of a filesystem, to manually
 
24
repair a corrupted filesystem or to create test cases for e2fsck),
 
25
tune2fs (used to modify filesystem parameters), resize2fs to grow and
 
26
shrink unmounted ext2 filesystems, and most of the other core ext2fs
 
27
filesystem utilities.
28
28
 
29
 
You should install the e2fsprogs package if you are using any ext2
30
 
filesystems (if you're not sure, you probably should install this
31
 
package).  You may also need to install it (even if you don't use
32
 
ext2) for the libuuid and libblkid libraries and fsck tool that are
33
 
included here.
 
29
You should install the e2fsprogs package if you are using any ext2,
 
30
ext3, or ext4 filesystems (if you're not sure, you probably should
 
31
install this package).  You may also need to install it (even if you
 
32
don't use ext2/ext3/ext4) for the libuuid and libblkid libraries and
 
33
fsck tool that are included here.
34
34
 
35
35
%package devel
36
36
Summary: Ext2 filesystem-specific static libraries and headers.
40
40
 
41
41
%description devel
42
42
E2fsprogs-devel contains the libraries and header files needed to
43
 
develop second extended (ext2) filesystem-specific programs.
 
43
develop ext2, ext3, or ext4 filesystem-specific programs.
44
44
 
45
 
You should install e2fsprogs-devel if you want to develop ext2
46
 
filesystem-specific programs.  If you install e2fsprogs-devel, you'll
47
 
also want to install e2fsprogs.
 
45
You should install e2fsprogs-devel if you want to develop
 
46
ext2. ext3. or ext4 filesystem-specific programs.  If you install
 
47
e2fsprogs-devel, you'll also want to install e2fsprogs.
48
48
 
49
49
%package -n uuidd
50
50
Summary: helper daemon to guarantee uniqueness of time-based UUIDs
134
134
%{_root_sbindir}/tune2fs
135
135
%{_sbindir}/filefrag
136
136
%{_sbindir}/mklost+found
 
137
%{_sbindir}/e2freefrag
137
138
 
138
139
%{_root_libdir}/libblkid.so.*
139
140
%{_root_libdir}/libcom_err.so.*
178
179
%{_mandir}/man8/resize2fs.8*
179
180
%{_mandir}/man8/tune2fs.8*
180
181
%{_mandir}/man8/filefrag.8*
 
182
%{_mandir}/man8/e2freefrag.8*
181
183
 
182
184
%files devel
183
185
%defattr(-,root,root)