File genromfs.spec of Package genromfs
#
# spec file for package genromfs (Version 0.5.2)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: genromfs
License: GPL v2 or later
Group: System/Boot
Autoreqprov: on
Version: 0.5.2
Release: 1
URL: http://romfs.sourceforge.net
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Utility for Creating romfs File Systems
%description
Genromfs is a tool for creating romfs file systems, which are
lightweight, read-only file systems supported by the Linux kernel.
Romfs file systems are mainly used for the initial RAM disks used
during installation.
Authors:
--------
Janos Farkas <chexum@shadow.banki.hu>
%prep
%setup
%build
make CFLAGS="$RPM_OPT_FLAGS -DVERSION=\\\"%{version}\\\"" LDFLAGS=
%install
make PREFIX=$RPM_BUILD_ROOT mandir=%{_mandir} install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc COPYING NEWS ChangeLog genromfs.lsm romfs.txt
%doc %{_mandir}/man8/genromfs.8.gz
/usr/bin/genromfs
%changelog
* Tue Jul 24 2007 - pgajdos@suse.cz
- updated to 0.5.2 (fixes some bugs)
* faked device names may contain the special characters
"-" "_" and "+"
* code changes -- avoid possible side effects of ntohl(),
and report nonexistant directories instead of a segfault
- removed genromfs-0.5.1.patch, because was applied upstream
* Thu May 18 2006 - schwab@suse.de
- Don't strip binaries.
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Sun Jan 11 2004 - adrian@suse.de
- add %%defattr
* Tue Jan 22 2002 - vinil@suse.cz
- version 0.5.1
* Thu Mar 02 2000 - kukuk@suse.de
- Initial version