]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame_incremental - libpipeline/libpipeline.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / libpipeline / libpipeline.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libpipeline
7version = 1.2.0
8release = 1
9
10groups = Development/Libraries
11url = http://libpipeline.nongnu.org/
12license = GPLv3
13summary = Pipeline manipulation library.
14
15description
16 libpipeline is a C library for manipulating pipelines of subprocesses \
17 in a flexible and convenient way.
18end
19
20source_dl =
21
22packages
23 package %{name}
24 end
25
26 package %{name}-devel
27 template DEVEL
28 end
29
30 package %{name}-debuginfo
31 template DEBUGINFO
32 end
33end