]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - patch/patch.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / patch / patch.nm
CommitLineData
166a6c21 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
166a6c21
MT
4###############################################################################
5
802ea3af
MT
6name = patch
7version = 2.6.1
8release = 1
6036d8a5 9
802ea3af
MT
10groups = Build Development/Tools
11url = http://www.gnu.org/software/patch/patch.html
12license = GPLv2+
13summary = Utility for modifying/upgrading files.
166a6c21 14
802ea3af 15description
166a6c21
MT
16 The patch program applies diff files to originals. The diff \
17 command is used to compare an original to a changed file.\
18 Diff lists the changes made to the file. A person who has \
19 the original file can then use the patch command with the \
20 diff file to add the changes to their original file.
802ea3af
MT
21end
22
23source_dl =
24
25build
26 requires
27 ed
28 libselinux-devel
29 pkg-config
30 end
166a6c21 31
802ea3af 32 CFLAGS += -D_GNU_SOURCE
166a6c21 33
802ea3af
MT
34 test
35 make check
36 end
6036d8a5 37
802ea3af
MT
38 install
39 make install prefix=%{BUILDROOT}/usr
40 end
41end
9f1e3542 42
802ea3af
MT
43packages
44 package %{name}
1f9bc2f0
MT
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
802ea3af 49end