]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blob - e2fsprogs.spec
Many files:
[thirdparty/e2fsprogs.git] / e2fsprogs.spec
1 Summary: Tools for the second extended (ext2) filesystem
2 Name: e2fsprogs
3 Version: 1.13
4 Release: 0
5 Copyright: GPL
6 Group: Utilities/System
7 Source: ftp://tsx-11.mit.edu/pub/linux/packages/ext2fs/e2fsprogs-1.13.tar.gz
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
17 Requires: e2fsprogs
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
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %post
40 /sbin/ldconfig
41
42 %postun
43 /sbin/ldconfig
44
45 %files
46 %attr(-, root, root) %doc README RELEASE-NOTES
47 %attr(-, root, root) /sbin/e2fsck
48 %attr(-, root, root) /sbin/e2label
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
60 %attr(-, root, root) /lib/libext2fs.so.2.4
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.2
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/e2label.8
69 %attr(-, root, root) /usr/man/man8/debugfs.8
70 %attr(-, root, root) /usr/man/man8/tune2fs.8
71 %attr(-, root, root) /usr/man/man8/mklost+found.8
72 %attr(-, root, root) /usr/man/man8/mke2fs.8
73 %attr(-, root, root) /usr/man/man8/dumpe2fs.8
74 %attr(-, root, root) /usr/man/man8/badblocks.8
75 %attr(-, root, root) /usr/man/man8/fsck.8
76 %attr(-, root, root) /usr/man/man1/chattr.1
77 %attr(-, root, root) /usr/man/man1/lsattr.1
78
79 %files devel
80 %attr(-, root, root) /usr/info/libext2fs.info*
81 %attr(-, root, root) /usr/lib/libe2p.a
82 %attr(-, root, root) /usr/lib/libext2fs.a
83 %attr(-, root, root) /usr/lib/libss.a
84 %attr(-, root, root) /usr/lib/libcom_err.a
85 %attr(-, root, root) /usr/lib/libuuid.a
86 %attr(-, root, root) /usr/include/ss
87 %attr(-, root, root) /usr/include/ext2fs
88 %attr(-, root, root) /usr/include/et
89 %attr(-, root, root) /usr/include/uuid
90 %attr(-, root, root) /usr/lib/libe2p.so
91 %attr(-, root, root) /usr/lib/libext2fs.so
92 %attr(-, root, root) /usr/lib/libss.so
93 %attr(-, root, root) /usr/lib/libcom_err.so
94 %attr(-, root, root) /usr/lib/libuuid.so
95 %attr(-, root, root) /usr/bin/mk_cmds
96 %attr(-, root, root) /usr/bin/compile_et
97 %attr(-, root, root) /usr/share/et/et_c.awk
98 %attr(-, root, root) /usr/share/et/et_h.awk
99 %attr(-, root, root) /usr/share/ss/ct_c.awk
100 %attr(-, root, root) /usr/share/ss/ct_c.sed
101 %attr(-, root, root) /usr/man/man1/compile_et.1
102 %attr(-, root, root) /usr/man/man3/com_err.3
103