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