From d3c0f440e1cb53e0c5e0a62a71fff765c1b500b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Wed, 24 Nov 2021 13:04:52 +0100 Subject: [PATCH] Up to 0.13. --- patchelf.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/patchelf.spec b/patchelf.spec index 340f56c..86a9029 100644 --- a/patchelf.spec +++ b/patchelf.spec @@ -4,13 +4,13 @@ # Summary: A utility for patching ELF binaries Name: patchelf -Version: 0.3 +Version: 0.13 Release: 1 License: GPL Group: Development/Tools -URL: http://nix.cs.uu.nl/patchelf.html -Source0: http://nix.cs.uu.nl/dist/nix/patchelf-0.3/%{name}-%{version}.tar.bz2 -# Source0-md5: 20d77052ae559c60e6c5efb6ea95af9b +URL: https://github.com/NixOS/patchelf +Source0: https://github.com/NixOS/patchelf/releases/download/%{version}/%{name}-%{version}.tar.bz2 +# Source0-md5: d387eee9325414be0b1a80c8fbd2745f BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -19,7 +19,7 @@ libraries. It can change the dynamic loader ("ELF interpreter") of executables and change the RPATH of executables and libraries. %prep -%setup -q +%setup -q -n %{name}-%{version}.20210805.a949ff2 %build %configure @@ -36,4 +36,6 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) +%doc README.md %attr(755,root,root) %{_bindir}/patchelf +%{_mandir}/man1/patchelf.1* -- 2.43.0