/[packages]/cauldron/genromfs/current/SPECS/genromfs.spec
ViewVC logotype

Contents of /cauldron/genromfs/current/SPECS/genromfs.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 679494 - (show annotations) (download)
Tue Sep 16 15:56:55 2014 UTC (9 years, 7 months ago) by umeabot
File size: 706 byte(s)
Mageia 5 Mass Rebuild
1 Summary: Tool for creating romfs filesystems
2 Name: genromfs
3 Version: 0.5.2
4 Release: %mkrel 10
5 License: GPL
6 Group: System/Kernel and hardware
7 Source: http://unc.dl.sourceforge.net/sourceforge/romfs/%{name}-%{version}.tar.gz
8 URL: http://romfs.sourceforge.net
9
10 %description
11 Genromfs is a tool for creating romfs filesystems, which are
12 lightweight, read-only filesystems supported by the Linux
13 kernel.
14
15 %prep
16 %setup -q
17
18 %build
19 make CFLAGS="$RPM_OPT_FLAGS -DVERSION=\\\"%{version}\\\""
20
21 %install
22 install -m 0755 %{name} -D $RPM_BUILD_ROOT%{_bindir}/%{name}
23 install -m 0644 %{name}.8 -D $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8
24
25 %files
26 %doc romfs.txt COPYING ChangeLog NEWS
27 %{_bindir}/*
28 %{_mandir}/man8/*
29
30
31

  ViewVC Help
Powered by ViewVC 1.1.30