]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - librpcsecgss/librpcsecgss.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / librpcsecgss / librpcsecgss.nm
CommitLineData
2a9df94e 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
2a9df94e
SS
4###############################################################################
5
802ea3af
MT
6name = librpcsecgss
7version = 0.18
8release = 1
2a9df94e 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.citi.umich.edu/projects/nfsv4/linux/librpcsecgss/
12license = BSD
13summary = A Library for secure rpc communication.
2a9df94e 14
802ea3af 15description
2a9df94e 16 rpcsecgss allows secure rpc communication using the rpcsec_gss \
802ea3af
MT
17 protocol.
18end
19
20source_dl =
21
22build
23 requires
24 libgssglue-devel
25 pkg-config
26 end
27end
28
29packages
30 package %{name}
31 end
1f9bc2f0 32
802ea3af
MT
33 package %{name}-devel
34 template DEVEL
35 end
1f9bc2f0
MT
36
37 package %{name}-debuginfo
38 template DEBUGINFO
39 end
802ea3af 40end