grubby: drop package

Message ID 1561147935-5550-1-git-send-email-arne_f@ipfire.org
State Accepted
Commit 303036b9612a24cf85f2e6b534e19ebca246c737
Headers
Series grubby: drop package |

Commit Message

Arne Fitzenreiter June 22, 2019, 6:12 a.m. UTC
  Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
---
 grubby/grubby.nm | 69 --------------------------------------------------------
 1 file changed, 69 deletions(-)
 delete mode 100644 grubby/grubby.nm
  

Patch

diff --git a/grubby/grubby.nm b/grubby/grubby.nm
deleted file mode 100644
index 576d77a..0000000
--- a/grubby/grubby.nm
+++ /dev/null
@@ -1,69 +0,0 @@ 
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = grubby
-version    = 8.11
-release    = 5
-
-groups     = System/Base
-url        = http://git.fedorahosted.org/git/grubby.git
-license    = GPLv2+
-summary    = Command line tool for updating bootloader configs.
-
-description
-	grubby  is  a command line tool for updating and displaying information about
-	the configuration files for the grub, lilo, elilo (ia64), yaboot (powerpc)
-	and zipl (s390) boot loaders. It is primarily designed to be used from scripts
-	which install new kernels and need to find information about the current boot
-	environment.
-end
-
-# Source tarballs must be generated from git.
-sources    = %{thisapp}.tar.bz2
-
-build
-	requires
-		glib2-devel
-		libblkid-devel
-		popt-devel
-		util-linux
-	end
-
-	make_build_targets += CFLAGS="%{CFLAGS}" LDFLAGS="%{LDFLAGS}"
-
-	test
-		make test
-	end
-
-	make_install_targets += mandir=%{mandir}
-
-	install_cmds
-		mkdir -pv %{BUILDROOT}%{prefix}
-		mv -v %{BUILDROOT}{,%{prefix}}/sbin
-	end
-end
-
-packages
-	package %{name}
-		# Pull in u-boot-tools on ARM platforms.
-		if "%{DISTRO_ARCH}" == "armv7hl"
-			requires += u-boot-tools
-		end
-
-		if "%{DISTRO_ARCH}" == "armv5tel"
-			requires += u-boot-tools
-		end
-
-		provides
-			/sbin/grubby
-			/sbin/installkernel
-			/sbin/new-kernel-pkg
-		end
-	end
-
-	package %{name}-debuginfo
-		template DEBUGINFO
-	end
-end