[packages/patchelf] Up to 0.13.

arekm arekm at pld-linux.org
Wed Nov 24 13:05:03 CET 2021


commit d3c0f440e1cb53e0c5e0a62a71fff765c1b500b4
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Nov 24 13:04:52 2021 +0100

    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*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/patchelf.git/commitdiff/d3c0f440e1cb53e0c5e0a62a71fff765c1b500b4



More information about the pld-cvs-commit mailing list