e2fsprogs/e2fsprogs-1.07.spec

94 lines
1.7 KiB
Plaintext
Raw Normal View History

1997-04-29 20:15:03 +04:00
Summary: Tools for the second extended (ext2) filesystem
1997-04-29 18:28:00 +04:00
Name: e2fsprogs
1997-04-29 20:15:03 +04:00
Version: 1.07
1997-04-29 18:28:00 +04:00
Release: 0
Copyright: GPL
Group: Utilities/System
1997-04-29 20:15:03 +04:00
Source: tsx-11.mit.edu:/pub/linux/packages/ext2fs/e2fsprogs-1.07.tar.gz
BuildRoot: /tmp/e2fsprogs-root
%description
This package includes a number of utilities for creating, checking,
and repairing ext2 filesystems.
1997-04-29 18:28:00 +04:00
%package devel
1997-04-29 20:15:03 +04:00
Summary: e2fs static libs and headers
1997-04-29 18:28:00 +04:00
Group: Development/Libraries
1997-04-29 20:15:03 +04:00
%description devel
Libraries and header files needed to develop ext2 filesystem-specific
programs.
1997-04-29 18:28:00 +04:00
%prep
%setup
%build
1997-04-29 20:15:03 +04:00
CFLAGS="$RPM_OPT_FLAGS" ./configure --enable-elf-shlibs
1997-04-29 18:28:00 +04:00
1997-04-29 20:15:03 +04:00
make libs progs docs
1997-04-29 18:28:00 +04:00
%install
export PATH=/sbin:$PATH
1997-04-29 20:15:03 +04:00
make install DESTDIR="$RPM_BUILD_ROOT"
make install-libs DESTDIR="$RPM_BUILD_ROOT"
mv $RPM_BUILD_ROOT/usr/sbin/debugfs $RPM_BUILD_ROOT/sbin/debugfs
1997-04-29 18:28:00 +04:00
1997-04-29 20:15:03 +04:00
%clean
rm -rf $RPM_BUILD_ROOT
1997-04-29 18:28:00 +04:00
%post
/sbin/ldconfig
1997-04-29 20:15:03 +04:00
%postun
/sbin/ldconfig
1997-04-29 18:28:00 +04:00
%files
/sbin/e2fsck
/sbin/fsck.ext2
/usr/man/man8/e2fsck.8
/sbin/debugfs
/usr/man/man8/debugfs.8
/sbin/mke2fs
/sbin/badblocks
/sbin/tune2fs
/sbin/dumpe2fs
/sbin/fsck
/usr/sbin/mklost+found
/sbin/mkfs.ext2
1997-04-29 18:51:31 +04:00
/lib/libe2p.so.2.2
1997-04-29 20:15:03 +04:00
/lib/libext2fs.so.2.2
1997-04-29 18:28:00 +04:00
/lib/libss.so.2.0
/lib/libcom_err.so.2.0
1997-04-29 20:15:03 +04:00
/lib/libuuid.so.1.1
1997-04-29 18:28:00 +04:00
/usr/bin/chattr
/usr/bin/lsattr
/usr/man/man8/tune2fs.8
/usr/man/man8/mklost+found.8
/usr/man/man8/mke2fs.8
/usr/man/man8/dumpe2fs.8
/usr/man/man8/badblocks.8
/usr/man/man8/fsck.8
/usr/man/man1/chattr.1
/usr/man/man1/lsattr.1
%files devel
1997-04-29 20:15:03 +04:00
/usr/info/libext2fs.info*
1997-04-29 18:28:00 +04:00
/usr/lib/libe2p.a
/usr/lib/libext2fs.a
/usr/lib/libss.a
/usr/lib/libcom_err.a
1997-04-29 18:51:31 +04:00
/usr/lib/libuuid.a
1997-04-29 18:28:00 +04:00
/usr/include/ss
/usr/include/ext2fs
/usr/include/et
1997-04-29 18:51:31 +04:00
/usr/include/uuid
/usr/lib/libe2p.so
/usr/lib/libext2fs.so
/usr/lib/libss.so
/usr/lib/libcom_err.so
/usr/lib/libuuid.so