]> git.pld-linux.org Git - packages/genromfs.git/blame - genromfs.spec
- updated to 0.5.2
[packages/genromfs.git] / genromfs.spec
CommitLineData
17e6d3a1 1Summary: Utility for creating romfs filesystems
b9b8381b 2Summary(pl.UTF-8): Narzędzie do tworzenia systemów plików romfs
5ac27af9 3Name: genromfs
e972f519
JB
4Version: 0.5.2
5Release: 1
6License: GPL v2+
17e6d3a1 7Group: Applications/System
d9b9bf44 8Source0: http://dl.sourceforge.net/romfs/%{name}-%{version}.tar.gz
e972f519 9# Source0-md5: 2a91463c56f9e042edc330c063a0cf5a
17e6d3a1 10Patch0: %{name}-ac_am.patch
7d8b109d 11URL: http://romfs.sourceforge.net/
17e6d3a1 12BuildRequires: autoconf
13BuildRequires: automake
ec6e970f 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
7e9a5319 15
17e6d3a1 16%define _sbindir /sbin
17
7e9a5319 18%description
0327596e 19genromfs is a tool for creating romfs filesystems, which are
5ac27af9 20lightweight, read-only filesystems supported by the Linux kernel.
17e6d3a1 21Romfs filesystems are mainly used for the initial RAM disks used
22during installation.
7e9a5319 23
ee90219c
JR
24%description -l pl.UTF-8
25genromfs jest narzędziem służącym do tworzenia systemów plików romfs,
26które są lekkimi systemami plików tylko do odczytu, obsługiwanymi
27przez jądro Linuksa. Romfs jest głównie używany na inicjalnym
28ramdysku, używanym w trakcie startu systemu.
a9a4ef89 29
7e9a5319
JR
30%prep
31%setup -q
a0690c39 32%patch0 -p1
7e9a5319
JR
33
34%build
aa616cd4 35%{__libtoolize}
36d883dc 36%{__aclocal}
90217ee7 37%{__automake}
38%{__autoconf}
17e6d3a1 39%configure
4fab3cf9 40%{__make}
7e9a5319
JR
41
42%install
43rm -rf $RPM_BUILD_ROOT
5ac27af9 44
17e6d3a1 45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
47
7e9a5319
JR
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
5ac27af9 52%defattr(644,root,root,755)
e972f519
JB
53%doc ChangeLog NEWS genromfs.lsm romfs.txt
54%attr(755,root,root) %{_sbindir}/genromfs
55%{_mandir}/man8/genromfs.8*
This page took 0.035784 seconds and 4 git commands to generate.