]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
librpcsecgss: Drop package
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 21 Feb 2023 13:26:41 +0000 (14:26 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 22 Feb 2023 09:37:20 +0000 (09:37 +0000)
Deprecated, No relaese since 2009, Not longer used.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
librpcsecgss/librpcsecgss.nm [deleted file]

diff --git a/librpcsecgss/librpcsecgss.nm b/librpcsecgss/librpcsecgss.nm
deleted file mode 100644 (file)
index d7d8e3d..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = librpcsecgss
-version    = 0.19
-release    = 1
-
-groups     = System/Libraries
-url        = http://www.citi.umich.edu/projects/nfsv4/linux/librpcsecgss/
-license    = BSD
-summary    = A Library for secure rpc communication.
-
-description
-       rpcsecgss allows secure rpc communication using the rpcsec_gss \
-       protocol.
-end
-
-source_dl  = http://www.citi.umich.edu/projects/nfsv4/linux/librpcsecgss/
-sources    = %{thisapp}.tar.gz
-
-build
-       requires
-               libgssglue-devel
-               pkg-config
-       end
-end
-
-packages
-       package %{name}
-       end
-
-       package %{name}-devel
-               template DEVEL
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end