From: Stefan Schantl Date: Tue, 21 Feb 2023 15:03:39 +0000 (+0100) Subject: libgssglue: Drop package X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44aa47f25ada2d2c46bf51b7527ef4908adbe36d;p=ipfire-3.x.git libgssglue: Drop package Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- diff --git a/libgssglue/libgssglue.nm b/libgssglue/libgssglue.nm deleted file mode 100644 index 97691ec4a..000000000 --- a/libgssglue/libgssglue.nm +++ /dev/null @@ -1,33 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = libgssglue -version = 0.4 -release = 1 - -groups = Development/Tools -url = http://www.citi.umich.edu/projects/nfsv4/linux/ -license = BSD -summary = This library exports a gssapi interface. - -description - This library exports a gssapi interface, but doesn't implement any - gssapi mechanisms itself; instead it calls gssapi routines in other - libraries, depending on the mechanism. -end - -source_dl = http://www.citi.umich.edu/projects/nfsv4/linux/%{name}/ - -packages - package %{name} - - package %{name}-devel - template DEVEL - end - - package %{name}-debuginfo - template DEBUGINFO - end -end