Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37600889
en ru br
ALT Linux repos
S:0.5.2-alt0.3
5.0: 0.5.2-alt0.2
4.1: 0.5.2-alt0.2
4.0: 0.5.2-alt0.2
3.0: 0.5.1-alt4

Group :: System/Kernel and hardware
RPM: genromfs

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: genromfs
Version: 0.5.1
Release: alt4

Summary: Utility for creating romfs filesystems
License: GPL
Group: System/Kernel and hardware
Url: http://romfs.sourceforge.net

Source: http://prdownloads.sourceforge.net/romfs/%name-%version.tar.bz2

Provides: /bin/genromfs

%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.

%prep
%setup -q

%build
%def_enable Werror
make CFLAGS="$RPM_OPT_FLAGS -DVERSION=\\\"%version\\\"" LDFLAGS="$RPM_OPT_FLAGS"
bzip2 -9fk *.txt

%install
%__install -pDm755 %name $RPM_BUILD_ROOT/bin/%name
%__install -pDm644 %name.8 $RPM_BUILD_ROOT%_man8dir/%name.8
%__mkdir_p $RPM_BUILD_ROOT%_bindir
%__ln_s /bin/%name $RPM_BUILD_ROOT%_bindir/

%files
/bin/%name
%_bindir/%name
%_man8dir/*
%doc NEWS *.txt.bz2 genrommkdev

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin