]> git.pld-linux.org Git - packages/patchelf.git/commitdiff
Up to 0.13. master auto/th/patchelf-0.13-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 24 Nov 2021 12:04:52 +0000 (13:04 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 24 Nov 2021 12:04:52 +0000 (13:04 +0100)
patchelf.spec

index 340f56cf10a1420d0da3f36e9080f28b79d76d73..86a9029ab7485199e00fbbb64d4f22788845c94a 100644 (file)
@@ -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*
This page took 0.078467 seconds and 4 git commands to generate.