Theodore Ts'o | 24757fa | 1997-04-29 17:39:27 +0000 | [diff] [blame] | 1 | Summary: Tools for the second extended (ext2) filesystem |
| 2 | Name: e2fsprogs |
Theodore Ts'o | 5285cab | 1997-11-24 11:46:33 +0000 | [diff] [blame] | 3 | Version: 1.12 |
Theodore Ts'o | 24757fa | 1997-04-29 17:39:27 +0000 | [diff] [blame] | 4 | Release: 0 |
| 5 | Copyright: GPL |
| 6 | Group: Utilities/System |
Theodore Ts'o | ca483f0 | 1998-02-24 03:20:51 +0000 | [diff] [blame] | 7 | Source: ftp://tsx-11.mit.edu/pub/linux/packages/ext2fs/e2fsprogs-1.12.tar.gz |
Theodore Ts'o | 24757fa | 1997-04-29 17:39:27 +0000 | [diff] [blame] | 8 | BuildRoot: /tmp/e2fsprogs-root |
| 9 | |
| 10 | %description |
| 11 | This package includes a number of utilities for creating, checking, |
| 12 | and repairing ext2 filesystems. |
| 13 | |
| 14 | %package devel |
| 15 | Summary: e2fs static libs and headers |
| 16 | Group: Development/Libraries |
Theodore Ts'o | ca483f0 | 1998-02-24 03:20:51 +0000 | [diff] [blame] | 17 | Requires: e2fsprogs |
Theodore Ts'o | 24757fa | 1997-04-29 17:39:27 +0000 | [diff] [blame] | 18 | |
| 19 | %description devel |
| 20 | Libraries and header files needed to develop ext2 filesystem-specific |
| 21 | programs. |
| 22 | |
| 23 | %prep |
| 24 | %setup |
| 25 | |
| 26 | %build |
| 27 | CFLAGS="$RPM_OPT_FLAGS" ./configure --enable-elf-shlibs |
| 28 | |
| 29 | make libs progs docs |
| 30 | |
| 31 | %install |
| 32 | export PATH=/sbin:$PATH |
| 33 | make install DESTDIR="$RPM_BUILD_ROOT" |
| 34 | make install-libs DESTDIR="$RPM_BUILD_ROOT" |
| 35 | |
Theodore Ts'o | 24757fa | 1997-04-29 17:39:27 +0000 | [diff] [blame] | 36 | %clean |
| 37 | rm -rf $RPM_BUILD_ROOT |
| 38 | |
| 39 | %post |
| 40 | /sbin/ldconfig |
| 41 | |
| 42 | %postun |
| 43 | /sbin/ldconfig |
| 44 | |
| 45 | %files |
Theodore Ts'o | bc21007 | 1997-06-17 05:41:36 +0000 | [diff] [blame] | 46 | %attr(-, root, root) %doc README RELEASE-NOTES |
Theodore Ts'o | 24757fa | 1997-04-29 17:39:27 +0000 | [diff] [blame] | 47 | %attr(-, root, root) /sbin/e2fsck |
Theodore Ts'o | dedf1b2 | 1998-01-19 15:02:12 +0000 | [diff] [blame] | 48 | %attr(-, root, root) /sbin/e2label |
Theodore Ts'o | 24757fa | 1997-04-29 17:39:27 +0000 | [diff] [blame] | 49 | %attr(-, root, root) /sbin/fsck.ext2 |
| 50 | %attr(-, root, root) /sbin/debugfs |
| 51 | %attr(-, root, root) /sbin/mke2fs |
| 52 | %attr(-, root, root) /sbin/badblocks |
| 53 | %attr(-, root, root) /sbin/tune2fs |
| 54 | %attr(-, root, root) /sbin/dumpe2fs |
| 55 | %attr(-, root, root) /sbin/fsck |
| 56 | %attr(-, root, root) /usr/sbin/mklost+found |
| 57 | %attr(-, root, root) /sbin/mkfs.ext2 |
| 58 | |
| 59 | %attr(-, root, root) /lib/libe2p.so.2.3 |
Theodore Ts'o | dedf1b2 | 1998-01-19 15:02:12 +0000 | [diff] [blame] | 60 | %attr(-, root, root) /lib/libext2fs.so.2.4 |
Theodore Ts'o | 24757fa | 1997-04-29 17:39:27 +0000 | [diff] [blame] | 61 | %attr(-, root, root) /lib/libss.so.2.0 |
| 62 | %attr(-, root, root) /lib/libcom_err.so.2.0 |
| 63 | %attr(-, root, root) /lib/libuuid.so.1.1 |
| 64 | |
| 65 | %attr(-, root, root) /usr/bin/chattr |
| 66 | %attr(-, root, root) /usr/bin/lsattr |
| 67 | %attr(-, root, root) /usr/man/man8/e2fsck.8 |
| 68 | %attr(-, root, root) /usr/man/man8/debugfs.8 |
| 69 | %attr(-, root, root) /usr/man/man8/tune2fs.8 |
| 70 | %attr(-, root, root) /usr/man/man8/mklost+found.8 |
| 71 | %attr(-, root, root) /usr/man/man8/mke2fs.8 |
| 72 | %attr(-, root, root) /usr/man/man8/dumpe2fs.8 |
| 73 | %attr(-, root, root) /usr/man/man8/badblocks.8 |
| 74 | %attr(-, root, root) /usr/man/man8/fsck.8 |
| 75 | %attr(-, root, root) /usr/man/man1/chattr.1 |
| 76 | %attr(-, root, root) /usr/man/man1/lsattr.1 |
| 77 | |
| 78 | %files devel |
| 79 | %attr(-, root, root) /usr/info/libext2fs.info* |
| 80 | %attr(-, root, root) /usr/lib/libe2p.a |
| 81 | %attr(-, root, root) /usr/lib/libext2fs.a |
| 82 | %attr(-, root, root) /usr/lib/libss.a |
| 83 | %attr(-, root, root) /usr/lib/libcom_err.a |
| 84 | %attr(-, root, root) /usr/lib/libuuid.a |
| 85 | %attr(-, root, root) /usr/include/ss |
| 86 | %attr(-, root, root) /usr/include/ext2fs |
| 87 | %attr(-, root, root) /usr/include/et |
| 88 | %attr(-, root, root) /usr/include/uuid |
| 89 | %attr(-, root, root) /usr/lib/libe2p.so |
| 90 | %attr(-, root, root) /usr/lib/libext2fs.so |
| 91 | %attr(-, root, root) /usr/lib/libss.so |
| 92 | %attr(-, root, root) /usr/lib/libcom_err.so |
| 93 | %attr(-, root, root) /usr/lib/libuuid.so |