]> git.pld-linux.org Git - packages/genromfs.git/blob - genromfs.spec
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
[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:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        ftp://ftp.banki.hu/pub/linux/local/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-ac_am.patch
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  libtool
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14 ExclusiveOS:    Linux
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
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 %patch -p1
33
34 %build
35 rm -f missing
36 libtoolize --copy --force
37 aclocal
38 %{__automake}
39 %{__autoconf}
40 %configure
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 gzip -9nf ChangeLog genromfs.lsm romfs.txt NEWS
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc *.gz
57 %attr(755,root,root) %{_sbindir}/*
58 %{_mandir}/man8/*
This page took 0.097271 seconds and 4 git commands to generate.