]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - grubby/grubby.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / grubby / grubby.nm
CommitLineData
4d4e8902
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = grubby
7version = 8.3
8release = 1
9
10groups = System/Base
11url = http://git.fedorahosted.org/git/grubby.git
12license = GPLv2+
13summary = Command line tool for updating bootloader configs.
14
15description
1f9bc2f0
MT
16 grubby is a command line tool for updating and displaying information about
17 the configuration files for the grub, lilo, elilo (ia64), yaboot (powerpc)
4d4e8902 18 and zipl (s390) boot loaders. It is primarily designed to be used from scripts
1f9bc2f0 19 which install new kernels and need to find information about the current boot
4d4e8902
MT
20 environment.
21end
22
23sources = %{thisapp}.tar.bz2
24
25build
26 requires
27 glib2-devel
28 libblkid-devel
29 popt-devel
30 util-linux
31 end
32
33 test
34 make test
35 end
36
37 make_install_targets += mandir=/usr/share/man
38end
39
40packages
41 package %{name}
1f9bc2f0
MT
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
4d4e8902 46end