]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - libgssglue/libgssglue.nm
Merge remote-tracking branch 'stevee/unicode-ucd'
[people/amarx/ipfire-3.x.git] / libgssglue / libgssglue.nm
CommitLineData
303cd426 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
303cd426
BS
4###############################################################################
5
802ea3af
MT
6name = libgssglue
7version = 0.1
8release = 1
303cd426 9
802ea3af
MT
10groups = Development/Tools
11url = http://www.citi.umich.edu/projects/nfsv4/linux/libgssglue/
12license = BSD
13summary = This library exports a gssapi interface.
303cd426 14
802ea3af 15description
303cd426
BS
16 This library exports a gssapi interface, but doesn't implement any \
17 gssapi mechanisms itself; instead it calls gssapi routines in other \
18 libraries, depending on the mechanism.
802ea3af 19end
303cd426 20
802ea3af 21source_dl =
838a7a0b 22
802ea3af
MT
23packages
24 package %{name}
25 end
1f9bc2f0 26
802ea3af
MT
27 package %{name}-devel
28 template DEVEL
29 end
1f9bc2f0
MT
30
31 package %{name}-debuginfo
32 template DEBUGINFO
33 end
802ea3af 34end