From da448bcf253baf4a2cfdffe71e6199b05c113fa1 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Tue, 21 Mar 2023 20:42:41 +0100 Subject: [PATCH] chrpath: Drop package This package has seen no updates for a long time and has been replaced by the similar and better supported patchelf. Signed-off-by: Stefan Schantl --- chrpath/chrpath.nm | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 chrpath/chrpath.nm diff --git a/chrpath/chrpath.nm b/chrpath/chrpath.nm deleted file mode 100644 index 6f24793cb..000000000 --- a/chrpath/chrpath.nm +++ /dev/null @@ -1,45 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = chrpath -version = 0.16 -release = 2 - -groups = Development/Tools -url = https://directory.fsf.org/wiki/Chrpath/ -license = GPLv2+ -summary = Modify rpath of compiled programs - -description - chrpath allows you to modify the dynamic library load path (rpath) of - compiled programs. Currently, only removing and modifying the rpath - is supported. -end - -# Upstream has gone -source_dl = https://deb.debian.org/debian/pool/main/c/chrpath/ -sources = %{name}_%{version}.orig.tar.gz - -build - configure_options += \ - --docdir=%{docdir} - - install_cmds - # Chrpath ignores the docdir swith during configure. - # Move the documentation to the correct place. - mv -vf %{BUILDROOT}/usr/doc/%{name}-* %{BUILDROOT}%{docdir} - - # Remove empty directory - rm -rvf %{BUILDROOT}/usr/doc - end -end - -packages - package %{name} - - package %{name}-debuginfo - template DEBUGINFO - end -end -- 2.47.3