[packages/debugedit] - pl, disable silent-rules
qboosh
qboosh at pld-linux.org
Tue Jun 14 19:51:54 CEST 2022
commit 8f8745ad1b796b25c72f9b0534f1b49704f30325
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Jun 14 19:53:13 2022 +0200
- pl, disable silent-rules
debugedit.spec | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/debugedit.spec b/debugedit.spec
index 630e4d7..570e3d7 100644
--- a/debugedit.spec
+++ b/debugedit.spec
@@ -1,22 +1,24 @@
#
# Conditional build:
-%bcond_without tests # build without tests
+%bcond_without tests # build without tests
#
Summary: Tools for debuginfo creation
+Summary(pl.UTF-8): Narzędzia do tworzenia plików z danymi dla debuggerów
Name: debugedit
Version: 5.0
Release: 2
-License: GPL v2/LGPL
-Group: Applications
+License: GPL v3+, GPL v2+
+Group: Development/Tools
Source0: https://sourceware.org/ftp/debugedit/%{version}/%{name}-%{version}.tar.xz
# Source0-md5: 9961a1ae59b6417d27e3a646dc4078b7
Patch0: 0001-tests-Handle-zero-directory-entry-in-.debug_line-DWA.patch
Patch1: no-exe-for-elf-debuginfo.patch
URL: https://sourceware.org/debugedit/
-BuildRequires: autoconf
-BuildRequires: automake
+BuildRequires: autoconf >= 1.69
+BuildRequires: automake >= 1:1.11
BuildRequires: elfutils-devel
BuildRequires: help2man
+BuildRequires: pkgconfig
BuildRequires: tar >= 1:1.22
BuildRequires: xz
Requires: awk
@@ -29,7 +31,6 @@ Requires: grep
Requires: sed
Requires: xz
Suggests: gdb
-#Provides: -
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -37,6 +38,12 @@ Debugedit provides programs and scripts for creating debuginfo and
source file distributions, collect build-ids and rewrite source paths
in DWARF data for debugging, tracing and profiling.
+%description -l pl.UTF-8
+Ten pakiet zawiera programy i skrypty do tworzenia pakietów z plikami
+debuginfo i źródłowymi, zbierania build-id oraz przepisywania ścieżek
+do źródeł w danych DWARF w celu diagnozowania błędów, śledzenia i
+profilowania oprogramowania.
+
%prep
%setup -q
%patch0 -p1
@@ -46,7 +53,8 @@ in DWARF data for debugging, tracing and profiling.
%{__aclocal}
%{__autoconf}
%{__automake}
-%configure
+%configure \
+ --disable-silent-rules
%{__make}
%{?with_tests:%{__make} check}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/debugedit.git/commitdiff/8f8745ad1b796b25c72f9b0534f1b49704f30325
More information about the pld-cvs-commit
mailing list