blob: 3e7d1eea28520e3489e74545a612b248a44525c9 [file] [log] [blame]
Theodore Ts'od606c302003-03-16 20:40:36 -05001%define _root_sbindir /sbin
2%define _root_libdir /%{_lib}
Theodore Ts'o36569f82004-05-04 22:17:27 -04003%define _root_localedir /usr/share/locale
Andreas Dilger927566a2006-11-12 19:41:25 -05004%define _root_etcdir /etc
Theodore Ts'od606c302003-03-16 20:40:36 -05005
Theodore Ts'o8a31ffe1999-10-23 03:33:15 +00006Summary: Utilities for managing the second extended (ext2) filesystem.
Theodore Ts'o24757fa1997-04-29 17:39:27 +00007Name: e2fsprogs
Andreas Dilger927566a2006-11-12 19:41:25 -05008Version: @E2FSPROGS_PKGVER@
Theodore Ts'o24757fa1997-04-29 17:39:27 +00009Release: 0
Theodore Ts'of6c9b0e2006-09-12 01:43:42 -040010License: GPLv2
Theodore Ts'o8a31ffe1999-10-23 03:33:15 +000011Group: System Environment/Base
Theodore Ts'od606c302003-03-16 20:40:36 -050012Source: ftp://download.sourceforge.net/pub/sourceforge/e2fsprogs/e2fsprogs-%{version}.tar.gz
13Url: http://e2fsprogs.sourceforge.net/
Theodore Ts'of9e67062000-07-13 23:25:54 +000014Prereq: /sbin/ldconfig
Theodore Ts'od606c302003-03-16 20:40:36 -050015BuildRoot: %{_tmppath}/%{name}-root
Theodore Ts'o24757fa1997-04-29 17:39:27 +000016
17%description
Theodore Ts'o8a31ffe1999-10-23 03:33:15 +000018The e2fsprogs package contains a number of utilities for creating,
Theodore Ts'ocf1b23e2004-03-04 21:05:14 -050019checking, modifying, and correcting any inconsistencies in second
20extended (ext2) filesystems. E2fsprogs contains e2fsck (used to
21repair filesystem inconsistencies after an unclean shutdown), mke2fs
22(used to initialize a partition to contain an empty ext2 filesystem),
23debugfs (used to examine the internal structure of a filesystem, to
24manually repair a corrupted filesystem or to create test cases for
25e2fsck), tune2fs (used to modify filesystem parameters), resize2fs to
26grow and shrink unmounted ext2 filesystems, and most of the other core
27ext2fs filesystem utilities.
Theodore Ts'o8a31ffe1999-10-23 03:33:15 +000028
29You should install the e2fsprogs package if you are using any ext2
30filesystems (if you're not sure, you probably should install this
Theodore Ts'od606c302003-03-16 20:40:36 -050031package). You may also need to install it (even if you don't use
32ext2) for the libuuid and libblkid libraries and fsck tool that are
33included here.
Theodore Ts'o24757fa1997-04-29 17:39:27 +000034
35%package devel
Theodore Ts'o8a31ffe1999-10-23 03:33:15 +000036Summary: Ext2 filesystem-specific static libraries and headers.
Theodore Ts'o24757fa1997-04-29 17:39:27 +000037Group: Development/Libraries
Theodore Ts'od606c302003-03-16 20:40:36 -050038Requires: e2fsprogs = %{version}
39Prereq: /sbin/install-info
Theodore Ts'o24757fa1997-04-29 17:39:27 +000040
Theodore Ts'of9e67062000-07-13 23:25:54 +000041%description devel
Theodore Ts'o8a31ffe1999-10-23 03:33:15 +000042E2fsprogs-devel contains the libraries and header files needed to
43develop second extended (ext2) filesystem-specific programs.
44
45You should install e2fsprogs-devel if you want to develop ext2
Theodore Ts'of9e67062000-07-13 23:25:54 +000046filesystem-specific programs. If you install e2fsprogs-devel, you'll
Theodore Ts'ocf1b23e2004-03-04 21:05:14 -050047also want to install e2fsprogs.
Theodore Ts'o24757fa1997-04-29 17:39:27 +000048
Eric Sandeenf8897f42008-01-19 18:13:32 -050049%package -n uuidd
50Summary: helper daemon to guarantee uniqueness of time-based UUIDs
51Group: System Environment/Daemons
52License: GPLv2
53Requires: e2fsprogs = %{version}
54Requires(pre): shadow-utils
55
56%description -n uuidd
57The uuidd package contains a userspace daemon (uuidd) which guarantees
58uniqueness of time-based UUID generation even at very high rates on
59SMP systems.
60
Theodore Ts'o24757fa1997-04-29 17:39:27 +000061%prep
62%setup
63
Theodore Ts'od606c302003-03-16 20:40:36 -050064%build
Theodore Ts'o921f4ad2004-11-19 17:25:27 -050065%configure --enable-elf-shlibs --enable-nls
Theodore Ts'ocf1b23e2004-03-04 21:05:14 -050066make
Theodore Ts'oc5ca71d2007-08-03 20:12:32 -040067make check
Theodore Ts'o24757fa1997-04-29 17:39:27 +000068
69%install
Theodore Ts'of9e67062000-07-13 23:25:54 +000070rm -rf $RPM_BUILD_ROOT
Theodore Ts'o24757fa1997-04-29 17:39:27 +000071export PATH=/sbin:$PATH
Theodore Ts'od606c302003-03-16 20:40:36 -050072make install install-libs DESTDIR="$RPM_BUILD_ROOT" \
73 root_sbindir=%{_root_sbindir} root_libdir=%{_root_libdir}
Theodore Ts'ocf1b23e2004-03-04 21:05:14 -050074/sbin/ldconfig -n ${RPM_BUILD_ROOT}%{_libdir}
Eric Sandeenf8897f42008-01-19 18:13:32 -050075
76# Add a dir that uuidd needs that the Makefiles don't create
77install -d $RPM_BUILD_ROOT/var/lib/libuuid
78
Theodore Ts'ocf1b23e2004-03-04 21:05:14 -050079%find_lang %{name}
Theodore Ts'o24757fa1997-04-29 17:39:27 +000080
Theodore Ts'o24757fa1997-04-29 17:39:27 +000081%clean
82rm -rf $RPM_BUILD_ROOT
83
Theodore Ts'od606c302003-03-16 20:40:36 -050084%post -p /sbin/ldconfig
Theodore Ts'o24757fa1997-04-29 17:39:27 +000085
Theodore Ts'of9e67062000-07-13 23:25:54 +000086%postun -p /sbin/ldconfig
87
88%post devel
Theodore Ts'od606c302003-03-16 20:40:36 -050089if [ -x /sbin/install-info -a -f %{_infodir}/libext2fs.info.gz ]; then
Theodore Ts'ocf1b23e2004-03-04 21:05:14 -050090 /sbin/install-info %{_infodir}/libext2fs.info.gz %{_infodir}/dir
Theodore Ts'of9e67062000-07-13 23:25:54 +000091fi
Theodore Ts'ocf1b23e2004-03-04 21:05:14 -050092exit 0
Theodore Ts'of9e67062000-07-13 23:25:54 +000093
94%postun devel
Theodore Ts'od606c302003-03-16 20:40:36 -050095if [ $1 = 0 -a -x /sbin/install-info -a -f %{_infodir}/libext2fs.info.gz ]; then
Theodore Ts'of5955dd2000-10-25 02:38:39 +000096 /sbin/install-info --delete %{_infodir}/libext2fs.info.gz %{_infodir}/dir
Theodore Ts'of9e67062000-07-13 23:25:54 +000097fi
Theodore Ts'ocf1b23e2004-03-04 21:05:14 -050098exit 0
Theodore Ts'o24757fa1997-04-29 17:39:27 +000099
Eric Sandeenf8897f42008-01-19 18:13:32 -0500100%pre -n uuidd
101getent group uuidd >/dev/null || groupadd -r uuidd
102getent passwd uuidd >/dev/null || \
103useradd -r -g uuidd -d /var/lib/libuuid -s /sbin/nologin \
104 -c "UUID generator helper daemon" uuidd
105exit 0
106
Theodore Ts'ocf1b23e2004-03-04 21:05:14 -0500107%files -f %{name}.lang
Theodore Ts'of9e67062000-07-13 23:25:54 +0000108%defattr(-,root,root)
109%doc README RELEASE-NOTES
Theodore Ts'o24757fa1997-04-29 17:39:27 +0000110
Theodore Ts'od606c302003-03-16 20:40:36 -0500111%{_root_sbindir}/badblocks
Theodore Ts'ocf1b23e2004-03-04 21:05:14 -0500112%{_root_sbindir}/blkid
Theodore Ts'od606c302003-03-16 20:40:36 -0500113%{_root_sbindir}/debugfs
114%{_root_sbindir}/dumpe2fs
115%{_root_sbindir}/e2fsck
116%{_root_sbindir}/e2image
117%{_root_sbindir}/e2label
118%{_root_sbindir}/findfs
119%{_root_sbindir}/fsck
120%{_root_sbindir}/fsck.ext2
121%{_root_sbindir}/fsck.ext3
Theodore Ts'of9ddad52003-04-14 18:05:12 -0400122%{_root_sbindir}/logsave
Theodore Ts'od606c302003-03-16 20:40:36 -0500123%{_root_sbindir}/mke2fs
Andreas Dilger927566a2006-11-12 19:41:25 -0500124%{_root_etcdir}/mke2fs.conf
Theodore Ts'od606c302003-03-16 20:40:36 -0500125%{_root_sbindir}/mkfs.ext2
126%{_root_sbindir}/mkfs.ext3
127%{_root_sbindir}/resize2fs
128%{_root_sbindir}/tune2fs
Theodore Ts'o477b2352003-12-25 14:31:08 -0500129%{_sbindir}/filefrag
Theodore Ts'ocf1b23e2004-03-04 21:05:14 -0500130%{_sbindir}/mklost+found
Theodore Ts'o24757fa1997-04-29 17:39:27 +0000131
Theodore Ts'ocf1b23e2004-03-04 21:05:14 -0500132%{_root_libdir}/libblkid.so.*
Theodore Ts'od606c302003-03-16 20:40:36 -0500133%{_root_libdir}/libcom_err.so.*
134%{_root_libdir}/libe2p.so.*
135%{_root_libdir}/libext2fs.so.*
136%{_root_libdir}/libss.so.*
Theodore Ts'od606c302003-03-16 20:40:36 -0500137%{_root_libdir}/libuuid.so.*
Theodore Ts'of9e67062000-07-13 23:25:54 +0000138
Theodore Ts'o6ea8d0f2004-09-24 12:15:14 -0400139%{_libdir}/e2initrd_helper
140
Theodore Ts'od606c302003-03-16 20:40:36 -0500141%{_bindir}/chattr
142%{_bindir}/lsattr
143%{_bindir}/uuidgen
Theodore Ts'o16c1ce82000-10-25 14:59:13 +0000144%{_mandir}/man1/chattr.1*
145%{_mandir}/man1/lsattr.1*
146%{_mandir}/man1/uuidgen.1*
Theodore Ts'of9e67062000-07-13 23:25:54 +0000147
Andreas Dilger927566a2006-11-12 19:41:25 -0500148%{_mandir}/man5/e2fsck.conf.5*
149%{_mandir}/man5/mke2fs.conf.5*
150
Theodore Ts'o16c1ce82000-10-25 14:59:13 +0000151%{_mandir}/man8/badblocks.8*
Theodore Ts'od606c302003-03-16 20:40:36 -0500152%{_mandir}/man8/blkid.8*
Theodore Ts'o16c1ce82000-10-25 14:59:13 +0000153%{_mandir}/man8/debugfs.8*
154%{_mandir}/man8/dumpe2fs.8*
155%{_mandir}/man8/e2fsck.8*
Theodore Ts'od606c302003-03-16 20:40:36 -0500156%{_mandir}/man8/findfs.8*
157%{_mandir}/man8/fsck.ext2.8*
158%{_mandir}/man8/fsck.ext3.8*
Theodore Ts'od5d92152001-05-11 06:19:33 +0000159%{_mandir}/man8/e2image.8*
Theodore Ts'od606c302003-03-16 20:40:36 -0500160%{_mandir}/man8/e2label.8*
Theodore Ts'o16c1ce82000-10-25 14:59:13 +0000161%{_mandir}/man8/fsck.8*
Theodore Ts'of9ddad52003-04-14 18:05:12 -0400162%{_mandir}/man8/logsave.8*
Theodore Ts'o16c1ce82000-10-25 14:59:13 +0000163%{_mandir}/man8/mke2fs.8*
Theodore Ts'od606c302003-03-16 20:40:36 -0500164%{_mandir}/man8/mkfs.ext2.8*
165%{_mandir}/man8/mkfs.ext3.8*
Theodore Ts'o16c1ce82000-10-25 14:59:13 +0000166%{_mandir}/man8/mklost+found.8*
167%{_mandir}/man8/resize2fs.8*
168%{_mandir}/man8/tune2fs.8*
Theodore Ts'o477b2352003-12-25 14:31:08 -0500169%{_mandir}/man8/filefrag.8*
Theodore Ts'o24757fa1997-04-29 17:39:27 +0000170
171%files devel
Theodore Ts'of9e67062000-07-13 23:25:54 +0000172%defattr(-,root,root)
Theodore Ts'of5955dd2000-10-25 02:38:39 +0000173%{_infodir}/libext2fs.info*
Theodore Ts'od606c302003-03-16 20:40:36 -0500174%{_bindir}/compile_et
175%{_bindir}/mk_cmds
Theodore Ts'of9e67062000-07-13 23:25:54 +0000176
Theodore Ts'ocf1b23e2004-03-04 21:05:14 -0500177%{_libdir}/libblkid.a
178%{_libdir}/libblkid.so
Theodore Ts'od606c302003-03-16 20:40:36 -0500179%{_libdir}/libcom_err.a
180%{_libdir}/libcom_err.so
181%{_libdir}/libe2p.a
182%{_libdir}/libe2p.so
183%{_libdir}/libext2fs.a
184%{_libdir}/libext2fs.so
185%{_libdir}/libss.a
186%{_libdir}/libss.so
Theodore Ts'od606c302003-03-16 20:40:36 -0500187%{_libdir}/libuuid.a
188%{_libdir}/libuuid.so
Theodore Ts'of9e67062000-07-13 23:25:54 +0000189
Theodore Ts'oe6441862005-01-26 12:59:25 -0500190%{_libdir}/pkgconfig/blkid.pc
191%{_libdir}/pkgconfig/com_err.pc
192%{_libdir}/pkgconfig/e2p.pc
193%{_libdir}/pkgconfig/ext2fs.pc
194%{_libdir}/pkgconfig/ss.pc
195%{_libdir}/pkgconfig/uuid.pc
196
Theodore Ts'od606c302003-03-16 20:40:36 -0500197%{_datadir}/et
198%{_datadir}/ss
199%{_includedir}/blkid
Theodore Ts'ocf1b23e2004-03-04 21:05:14 -0500200%{_includedir}/e2p
Theodore Ts'od606c302003-03-16 20:40:36 -0500201%{_includedir}/et
202%{_includedir}/ext2fs
203%{_includedir}/ss
204%{_includedir}/uuid
Theodore Ts'o16c1ce82000-10-25 14:59:13 +0000205%{_mandir}/man1/compile_et.1*
Theodore Ts'ocf1b23e2004-03-04 21:05:14 -0500206%{_mandir}/man1/mk_cmds.1*
Theodore Ts'o16c1ce82000-10-25 14:59:13 +0000207%{_mandir}/man3/com_err.3*
Theodore Ts'od606c302003-03-16 20:40:36 -0500208%{_mandir}/man3/libblkid.3*
Theodore Ts'o6d493492004-05-04 22:05:05 -0400209%{_mandir}/man3/uuid.3*
Theodore Ts'ocf1b23e2004-03-04 21:05:14 -0500210%{_mandir}/man3/uuid_clear.3*
211%{_mandir}/man3/uuid_compare.3*
212%{_mandir}/man3/uuid_copy.3*
213%{_mandir}/man3/uuid_generate.3*
214%{_mandir}/man3/uuid_generate_random.3*
215%{_mandir}/man3/uuid_generate_time.3*
216%{_mandir}/man3/uuid_is_null.3*
217%{_mandir}/man3/uuid_parse.3*
218%{_mandir}/man3/uuid_time.3*
219%{_mandir}/man3/uuid_unparse.3*
220
Eric Sandeenf8897f42008-01-19 18:13:32 -0500221%files -n uuidd
222%defattr(-,root,root)
223# if you want to run via init
224# /etc/init.d/uuidd
225%{_mandir}/man8/uuidd.8*
226%attr(6755, uuidd, uuidd) %{_sbindir}/uuidd
227%dir %attr(2775, uuidd, uuidd) /var/lib/libuuid
228