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> Tue Mar 17 12:20:29 UTC 2020 - Martin Pluskal <mpluskal@suse.com>

View File

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