Blob Blame History Raw
Summary: Utility for creating romfs filesystems.
Name: genromfs
Version: 0.3
Release: 16
Copyright: GPL
Group: System Environment/Base
Source0: ftp://ftp.banki.hu/pub/linux/local/genromfs-0.3.tar.gz
Patch0: genromfs-0.3.patch
Patch1: genromfs-0.3-fhs.patch
ExclusiveOS: Linux
BuildRoot: %{_tmppath}/%{name}-root

%description
Genromfs is a tool for creating romfs filesystems, which are
lightweight, read-only filesystems supported by the Linux
kernel. Romfs filesystems are mainly used for the initial RAM disks
used during installation.

Install genromfs if you need to create romfs filesystems.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
make

%install
rm -rf ${RPM_BUILD_ROOT}

%makeinstall

strip ${RPM_BUILD_ROOT}%{_bindir}/genromfs

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-,root,root)
%{_bindir}/*
%{_mandir}/man8/*

%changelog
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt

* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt

* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt

* Thu Dec 12 2002 Tim Powers <timp@redhat.com> 0.3-13
- rebuild on all arches

* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild

* Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild

* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild

* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
- Bump release + rebuild.

* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild

* Thu Jun 15 2000 Jeff Johnson <jbj@redhat.com>
- FHS packaging.

* Mon Feb  7 2000 Bill Nottingham <notting@redhat.com>
- handle compressed manpages

* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
- auto rebuild in the new build environment (release 4)

* Thu Nov  5 1998 Jeff Johnson <jbj@redhat.com>
- import from ultrapenguin 1.1.

* Thu Oct 30 1998 Jakub Jelinek <jj@ultra.linux.cz>
- new package