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