blob: a30c5040a1cbbc97b6dd191f0461464c55943e0c [file] [log] [blame]
Theodore Ts'o8a31ffe1999-10-23 03:33:15 +00001Summary: Utilities for managing the second extended (ext2) filesystem.
Theodore Ts'o24757fa1997-04-29 17:39:27 +00002Name: e2fsprogs
Theodore Ts'occ73e042000-04-06 23:05:32 +00003Version: 1.19
Theodore Ts'o24757fa1997-04-29 17:39:27 +00004Release: 0
5Copyright: GPL
Theodore Ts'o8a31ffe1999-10-23 03:33:15 +00006Group: System Environment/Base
Theodore Ts'of9e67062000-07-13 23:25:54 +00007Buildroot: /var/tmp/%{name}-root
8Source: ftp://download.sourceforge.net/pub/sourceforge/e2fsprogs/e2fsprogs-1.19.tar.gz
9Prereq: /sbin/ldconfig
Theodore Ts'o24757fa1997-04-29 17:39:27 +000010
11%description
Theodore Ts'o8a31ffe1999-10-23 03:33:15 +000012The e2fsprogs package contains a number of utilities for creating,
13checking, modifying and correcting any inconsistencies in second
14extended (ext2) filesystems. E2fsprogs contains e2fsck (used to repair
15filesystem inconsistencies after an unclean shutdown), mke2fs (used to
16initialize a partition to contain an empty ext2 filesystem), debugfs
17(used to examine the internal structure of a filesystem, to manually
18repair a corrupted filesystem or to create test cases for e2fsck), tune2fs
Theodore Ts'o7adb91d2000-08-14 14:47:51 +000019(used to modify filesystem parameters), resize2fs to grow and shrink
20unmounted ext2 filesystems, and most of the other core ext2fs filesystem
21utilities.
Theodore Ts'o8a31ffe1999-10-23 03:33:15 +000022
23You should install the e2fsprogs package if you are using any ext2
24filesystems (if you're not sure, you probably should install this
25package).
Theodore Ts'o24757fa1997-04-29 17:39:27 +000026
27%package devel
Theodore Ts'o8a31ffe1999-10-23 03:33:15 +000028Summary: Ext2 filesystem-specific static libraries and headers.
Theodore Ts'o24757fa1997-04-29 17:39:27 +000029Group: Development/Libraries
Theodore Ts'oca483f01998-02-24 03:20:51 +000030Requires: e2fsprogs
Theodore Ts'o24757fa1997-04-29 17:39:27 +000031
Theodore Ts'of9e67062000-07-13 23:25:54 +000032%description devel
Theodore Ts'o8a31ffe1999-10-23 03:33:15 +000033E2fsprogs-devel contains the libraries and header files needed to
34develop second extended (ext2) filesystem-specific programs.
35
36You should install e2fsprogs-devel if you want to develop ext2
Theodore Ts'of9e67062000-07-13 23:25:54 +000037filesystem-specific programs. If you install e2fsprogs-devel, you'll
Theodore Ts'o8a31ffe1999-10-23 03:33:15 +000038also need to install e2fsprogs.
Theodore Ts'o24757fa1997-04-29 17:39:27 +000039
40%prep
41%setup
42
43%build
44CFLAGS="$RPM_OPT_FLAGS" ./configure --enable-elf-shlibs
45
46make libs progs docs
47
48%install
Theodore Ts'of9e67062000-07-13 23:25:54 +000049rm -rf $RPM_BUILD_ROOT
Theodore Ts'o24757fa1997-04-29 17:39:27 +000050export PATH=/sbin:$PATH
Theodore Ts'of9e67062000-07-13 23:25:54 +000051make install install-libs DESTDIR="$RPM_BUILD_ROOT"
Theodore Ts'o24757fa1997-04-29 17:39:27 +000052
Theodore Ts'o24757fa1997-04-29 17:39:27 +000053%clean
54rm -rf $RPM_BUILD_ROOT
55
56%post
57/sbin/ldconfig
Theodore Ts'oab146762000-07-07 04:37:35 +000058# Remove possibly old version
59/bin/rm -f /usr/sbin/resize2fs
Theodore Ts'o24757fa1997-04-29 17:39:27 +000060
Theodore Ts'of9e67062000-07-13 23:25:54 +000061%postun -p /sbin/ldconfig
62
63%post devel
64if [ -x /sbin/install-info ]; then
65 /sbin/install-info /usr/info/libext2fs.info.gz /usr/info/dir
66fi
67
68%postun devel
69if [ $1 = 0 -a -x /sbin/install-info ]; then
70 /sbin/install-info --delete /usr/info/libext2fs.info.gz /usr/info/dir
71fi
Theodore Ts'o24757fa1997-04-29 17:39:27 +000072
73%files
Theodore Ts'of9e67062000-07-13 23:25:54 +000074%defattr(-,root,root)
75%doc README RELEASE-NOTES
Theodore Ts'o24757fa1997-04-29 17:39:27 +000076
Theodore Ts'of9e67062000-07-13 23:25:54 +000077/sbin/badblocks
78/sbin/debugfs
79/sbin/dumpe2fs
80/sbin/e2fsck
81/sbin/e2label
82/sbin/fsck
83/sbin/fsck.ext2
84/sbin/fsck.ext3
85/sbin/mke2fs
86/sbin/mkfs.ext2
87/sbin/tune2fs
88/sbin/resize2fs
89/usr/sbin/mklost+found
Theodore Ts'o24757fa1997-04-29 17:39:27 +000090
Theodore Ts'of9e67062000-07-13 23:25:54 +000091/lib/libcom_err.so.*
92/lib/libe2p.so.*
93/lib/libext2fs.so.*
94/lib/libss.so.*
95/lib/libuuid.so.*
96
97/usr/bin/chattr
98/usr/bin/lsattr
99/usr/bin/uuidgen
100/usr/man/man1/chattr.1*
101/usr/man/man1/lsattr.1*
102/usr/man/man1/uuidgen.1*
103
104/usr/man/man8/badblocks.8*
105/usr/man/man8/debugfs.8*
106/usr/man/man8/dumpe2fs.8*
107/usr/man/man8/e2fsck.8*
108/usr/man/man8/e2label.8*
109/usr/man/man8/fsck.8*
110/usr/man/man8/mke2fs.8*
111/usr/man/man8/mklost+found.8*
112/usr/man/man8/resize2fs.8*
113/usr/man/man8/tune2fs.8*
Theodore Ts'o24757fa1997-04-29 17:39:27 +0000114
115%files devel
Theodore Ts'of9e67062000-07-13 23:25:54 +0000116%defattr(-,root,root)
117/usr/info/libext2fs.info*
118/usr/bin/compile_et
119/usr/bin/mk_cmds
120
121/usr/lib/libcom_err.a
122/usr/lib/libcom_err.so
123/usr/lib/libe2p.a
124/usr/lib/libe2p.so
125/usr/lib/libext2fs.a
126/usr/lib/libext2fs.so
127/usr/lib/libss.a
128/usr/lib/libss.so
129/usr/lib/libuuid.a
130/usr/lib/libuuid.so
131
132/usr/share/et
133/usr/share/ss
134/usr/include/et
135/usr/include/ext2fs
136/usr/include/ss
137/usr/include/uuid
138/usr/man/man1/compile_et.1*
139/usr/man/man3/com_err.3*
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +0000140