[3/3] authconfig: Drop package

Message ID 20230217155509.3172-3-stefan.schantl@ipfire.org
State Accepted
Commit 9d365dd7b5a3704504f9f0c7eb1b12839947c56d
Headers
Series [1/3] sssd: Cleanup Makefile |

Commit Message

Stefan Schantl Feb. 17, 2023, 3:55 p.m. UTC
  Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 authconfig/authconfig.nm | 93 ----------------------------------------
 1 file changed, 93 deletions(-)
 delete mode 100644 authconfig/authconfig.nm
  

Patch

diff --git a/authconfig/authconfig.nm b/authconfig/authconfig.nm
deleted file mode 100644
index 876b9a1bc..000000000
--- a/authconfig/authconfig.nm
+++ /dev/null
@@ -1,93 +0,0 @@ 
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = authconfig
-version    = 6.2.10
-release    = 1
-
-groups     = System/Base
-url        = https://fedorahosted.org/authconfig
-license    = GPLv2+
-summary    = Command line tool for setting up authentication from network services.
-
-description
-	Authconfig is a command line utility which can configure a workstation
-	to use shadow (more secure) passwords.  Authconfig can also configure a
-	system to be a client for certain networked user information and
-	authentication schemes.
-end
-
-source_dl  = https://fedorahosted.org/releases/a/u/authconfig/
-sources    = %{thisapp}.tar.bz2
-
-build
-	requires
-		intltool
-		python-devel
-	end
-
-	# Manually link against libresolv.
-	export LDFLAGS += -lresolv
-
-	configure_options += \
-		--sysconfdir=/etc \
-		--localstatedir=/var \
-		--disable-static
-
-	# Hack to allow installation of the desktop file
-	prepare_cmds
-		ln -s /bin/true /usr/bin/desktop-file-install
-	end
-
-	install_cmds
-		# Remove useless symlinks in /usr/bin
-		rm -rf %{BUILDROOT}/usr/bin
-
-		# Replace absolute symlinks by relative ones
-		cd %{BUILDROOT}/usr/sbin && ln -sf ../share/authconfig/authconfig.py authconfig
-		cd %{BUILDROOT}/usr/sbin && ln -sf ../share/authconfig/authconfig-tui.py authconfig-tui
-
-		# Remove symlinks for gtk
-		rm -rf %{BUILDROOT}/usr/sbin/authconfig-gtk
-		rm -rf %{BUILDROOT}/usr/sbin/system-config-authentication
-
-		# Remove files for authconfig-gtk and system-config-authentication
-		rm -rf %{BUILDROOT}/etc/pam.d/authconfig-gtk
-		rm -rf %{BUILDROOT}/etc/pam.d/system-config-authentication
-		rm -rf %{BUILDROOT}/etc/security/console.apps/authconfig-gtk
-		rm -rf %{BUILDROOT}/etc/security/console.apps/system-config-authentication
-		rm -rf %{BUILDROOT}/usr/share/authconfig/authconfig-gtk.*
-		rm -rf %{BUILDROOT}/usr/share/man/man8/authconfig-gtk.8
-		rm -rf %{BUILDROOT}/usr/share/man/man8/system-config-authentication.8
-
-		# Remove app icons for authconfig
-		rm -rf %{BUILDROOT}/usr/share/icons
-
-		# Remove unneded stuff for X11
-		rm -rf %{BUILDROOT}/etc/X11
-	end
-end
-
-packages
-	package %{name}
-		requires
-			libpwquality
-			newt-python
-		end
-
-		configfiles
-			%{sysconfdir}/sysconfig/authconfig
-			%{sysconfdir}/pam.d
-		end
-	end
-
-	package %{name}-devel
-		template DEVEL
-	end
-
-	package %{name}-debuginfo
-		template DEBUGINFO
-	end
-end