[packages/patchelf] - pl

qboosh qboosh at pld-linux.org
Sat May 17 09:37:30 CEST 2025


commit a6bebdd56fcc8084d9dc1c9de405d155137bc072
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat May 17 07:44:57 2025 +0200

    - pl

 patchelf.spec | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/patchelf.spec b/patchelf.spec
index ce6cb77..1e65244 100644
--- a/patchelf.spec
+++ b/patchelf.spec
@@ -5,14 +5,15 @@
 %bcond_without	tests		# build without tests
 #
 Summary:	A utility for patching ELF binaries
+Summary(pl.UTF-8):	Narzędzie do łatania binariów ELF
 Name:		patchelf
 Version:	0.18.0
 Release:	1
 License:	GPL
 Group:		Development/Tools
-URL:		https://github.com/NixOS/patchelf
 Source0:	https://github.com/NixOS/patchelf/releases/download/%{version}/%{name}-%{version}.tar.bz2
 # Source0-md5:	9b091a689583fdc7c3206679586322d5
+URL:		https://github.com/NixOS/patchelf
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -20,6 +21,12 @@ PatchELF is simple utility for modifing existing ELF executables and
 libraries. It can change the dynamic loader ("ELF interpreter") of
 executables and change the RPATH of executables and libraries.
 
+%description -l pl.UTF-8
+PatchELF to proste narzędzie do łatania istniejących programów
+wykonywalnych i bibliotek ELF. Potrafi zmienić loader dynamiczny
+("interpreter ELF") programów wykonywalnych oraz zmienić RPATH
+programów oraz bibliotek.
+
 %prep
 %setup -q
 
@@ -30,6 +37,7 @@ executables and change the RPATH of executables and libraries.
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list