Compare commits

1 Commits
main ... 1.1

4 changed files with 7 additions and 22 deletions

BIN
chrpath-0.16.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
chrpath-0.17.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,11 +1,3 @@
-------------------------------------------------------------------
Sun May 12 18:41:21 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 0.17:
* Moved project to Codeberg
* Fix lookup of string table
* End stderr output with a newline
-------------------------------------------------------------------
Tue Mar 17 12:20:29 UTC 2020 - Martin Pluskal <mpluskal@suse.com>

View File

@@ -2,7 +2,6 @@
# spec file for package chrpath
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +17,13 @@
Name: chrpath
Version: 0.17
Version: 0.16
Release: 0
Summary: Modifies the dynamic library load path of compiled programs and libraries
License: GPL-2.0-or-later
Group: Development/Tools/Building
URL: https://codeberg.org/pere/chrpath
Source: https://codeberg.org/pere/chrpath/archive/release-%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
URL: https://alioth.debian.org/projects/chrpath/
Source: https://alioth.debian.org/frs/download.php/file/3979/%{name}-%{version}.tar.gz
%description
Chrpath allows you to modify the dynamic library load path (rpath and
@@ -34,19 +31,15 @@ runpath) of compiled programs. Currently, only removing and modifying the
rpath is supported. It cannot extend or add an rpath.
%prep
%autosetup -p1 -n %{name}
%setup -q
%build
autoreconf -fiv
%configure
%make_build
%install
%make_install doc_DATA=""
%check
# %%make_build check
%files
%license COPYING AUTHORS
%doc ChangeLog NEWS README