]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libgssglue/libgssglue.nm
gnome-themes-standard: Update to 3.11.5.
[people/ms/ipfire-3.x.git] / libgssglue / libgssglue.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libgssglue
7 version = 0.4
8 release = 1
9
10 groups = Development/Tools
11 url = http://www.citi.umich.edu/projects/nfsv4/linux/
12 license = BSD
13 summary = This library exports a gssapi interface.
14
15 description
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.
19 end
20
21 source_dl = http://www.citi.umich.edu/projects/nfsv4/linux/%{name}/
22
23 packages
24 package %{name}
25
26 package %{name}-devel
27 template DEVEL
28 end
29
30 package %{name}-debuginfo
31 template DEBUGINFO
32 end
33 end