From: Stefan Schantl Date: Tue, 21 Mar 2023 19:42:41 +0000 (+0100) Subject: chrpath: Drop package X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da448bcf253baf4a2cfdffe71e6199b05c113fa1;p=people%2Fstevee%2Fipfire-3.x.git 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 --- 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