projects
/
packages
/
patchelf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
773e380
)
Up to 0.13.
master
auto/th/patchelf-0.13-1
author
Arkadiusz Miśkiewicz
<arekm@maven.pl>
Wed, 24 Nov 2021 12:04:52 +0000
(13:04 +0100)
committer
Arkadiusz Miśkiewicz
<arekm@maven.pl>
Wed, 24 Nov 2021 12:04:52 +0000
(13:04 +0100)
patchelf.spec
patch
|
blob
|
blame
|
history
diff --git
a/patchelf.spec
b/patchelf.spec
index 340f56cf10a1420d0da3f36e9080f28b79d76d73..86a9029ab7485199e00fbbb64d4f22788845c94a 100644
(file)
--- a/
patchelf.spec
+++ b/
patchelf.spec
@@
-4,13
+4,13
@@
#
Summary: A utility for patching ELF binaries
Name: patchelf
#
Summary: A utility for patching ELF binaries
Name: patchelf
-Version: 0.3
+Version: 0.
1
3
Release: 1
License: GPL
Group: Development/Tools
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: http
s://github.com/NixOS/patchelf
+Source0: http
s://github.com/NixOS/patchelf/releases/download/%{version}
/%{name}-%{version}.tar.bz2
+# Source0-md5:
d387eee9325414be0b1a80c8fbd2745f
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
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
executables and change the RPATH of executables and libraries.
%prep
-%setup -q
+%setup -q
-n %{name}-%{version}.20210805.a949ff2
%build
%configure
%build
%configure
@@
-36,4
+36,6
@@
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%files
%defattr(644,root,root,755)
+%doc README.md
%attr(755,root,root) %{_bindir}/patchelf
%attr(755,root,root) %{_bindir}/patchelf
+%{_mandir}/man1/patchelf.1*
This page took
0.062503 seconds
and
4
git commands to generate.