From: Jan Palus Date: Wed, 21 Oct 2020 17:23:52 +0000 (+0200) Subject: up to 0.16 X-Git-Tag: auto/th/chrpath-0.16-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=74fdcd1a46920c7afb587e3925e0b4de50e00291;p=packages%2Fchrpath.git up to 0.16 --- diff --git a/chrpath-keepgoing.patch b/chrpath-keepgoing.patch deleted file mode 100644 index d8f6965..0000000 --- a/chrpath-keepgoing.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- chrpath-0.13/main.c.orig 2006-02-27 20:21:06.000000000 +0100 -+++ chrpath-0.13/main.c 2006-02-27 21:07:16.027641500 +0100 -@@ -57,6 +57,7 @@ - printf(" -r |--replace Replace current rpath/runpath setting\n"); - printf(" with the path given\n"); - printf(" -l|--list List the current rpath/runpath (default)\n"); -+ printf(" -k|--keepgoing Continue as much as possible after an error.\n"); - printf(" -h|--help Show this usage information.\n"); - #ifndef HAVE_GETOPT_LONG - printf("\n *** The long options are not available on this platform"); ---- chrpath-0.13/chrpath.1.orig 2004-09-19 10:35:44.000000000 +0200 -+++ chrpath-0.13/chrpath.1 2006-02-28 10:06:28.187060500 +0100 -@@ -22,6 +22,7 @@ - [ \fB-r\fP \fI\fP |\ \fB--replace\fP \fI\fP ] - [ \fB-c\fP | \fB--convert\fP ] - [ \fB-l\fP | \fB--list\fP ] -+[ \fB-k\fP | \fB--keepgoing\fP ] - [ \fB-h\fP | \fB--help\fP ] - \fI\fP [ \fI\fP ... ] - .SH DESCRIPTION diff --git a/chrpath.spec b/chrpath.spec index f4d9173..fa49997 100644 --- a/chrpath.spec +++ b/chrpath.spec @@ -1,14 +1,13 @@ Summary: chrpath - change the rpath or runpath in binaries Summary(pl.UTF-8): chrpath - narzędzie do zmiany rpath lub runpath w binariach Name: chrpath -Version: 0.14 -Release: 2 +Version: 0.16 +Release: 1 License: GPL Group: Applications/Editors -#Source0ActiveFtp -Source0: https://alioth.debian.org/frs/download.php/file/3648/%{name}-%{version}.tar.gz -# Source0-md5: ea6b212b23393bf58b0ef9bcf6491b86 -Patch0: %{name}-keepgoing.patch +Source0: https://alioth-archive.debian.org/releases/chrpath/chrpath/%{version}/%{name}-%{version}.tar.gz + +# Source0-md5: 2bf8d1d1ee345fc8a7915576f5649982 Patch1: %{name}-multilib.patch URL: https://alioth.debian.org/projects/chrpath/ BuildRequires: autoconf >= 2.50 @@ -30,7 +29,6 @@ w którym linker powinien szukać bibliotek wymaganych przez program. %prep %setup -q -%patch0 -p1 %ifarch %{x8664} ppc64 s390x sparc64 %patch1 -p1 %endif