]> git.pld-linux.org Git - packages/genromfs.git/blame - genromfs.spec
- dropped pre-cvs changelog
[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 4Version: 0.5.2
bb9b370b 5Release: 2
e972f519 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
02918af6 14BuildRequires: libtool
ec6e970f 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
7e9a5319 16
17e6d3a1 17%define _sbindir /sbin
18
7e9a5319 19%description
0327596e 20genromfs is a tool for creating romfs filesystems, which are
5ac27af9 21lightweight, read-only filesystems supported by the Linux kernel.
17e6d3a1 22Romfs filesystems are mainly used for the initial RAM disks used
23during installation.
7e9a5319 24
ee90219c
JR
25%description -l pl.UTF-8
26genromfs jest narzędziem służącym do tworzenia systemów plików romfs,
27które są lekkimi systemami plików tylko do odczytu, obsługiwanymi
28przez jądro Linuksa. Romfs jest głównie używany na inicjalnym
29ramdysku, używanym w trakcie startu systemu.
a9a4ef89 30
7e9a5319
JR
31%prep
32%setup -q
a0690c39 33%patch0 -p1
7e9a5319
JR
34
35%build
aa616cd4 36%{__libtoolize}
36d883dc 37%{__aclocal}
90217ee7 38%{__automake}
39%{__autoconf}
17e6d3a1 40%configure
4fab3cf9 41%{__make}
7e9a5319
JR
42
43%install
44rm -rf $RPM_BUILD_ROOT
5ac27af9 45
17e6d3a1 46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
48
7e9a5319
JR
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
5ac27af9 53%defattr(644,root,root,755)
e972f519
JB
54%doc ChangeLog NEWS genromfs.lsm romfs.txt
55%attr(755,root,root) %{_sbindir}/genromfs
56%{_mandir}/man8/genromfs.8*
This page took 0.06806 seconds and 4 git commands to generate.