SHA256
6
0
forked from pool/dwz

Accepting request 724022 from home:tomdevries:branches:devel:tools:compiler

- Fix copyright years in --version message:
  * dwz-update-version-copyright-message.patch
- source services update

OBS-URL: https://build.opensuse.org/request/show/724022
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/dwz?expand=0&rev=17
This commit is contained in:
Christian Vögl
2019-08-19 10:25:49 +00:00
committed by Git OBS Bridge
parent 0274f6c73c
commit 51a83207a7
3 changed files with 309 additions and 3 deletions

View File

@@ -12,9 +12,10 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define flavor @BUILD_FLAVOR@%{nil}
%if "%flavor" == "testsuite"
@@ -40,14 +41,16 @@ Version: 0.13
Release: 0
%if %{build_main}
Summary: DWARF optimization and duplicate removal tool
License: GPL-2.0-or-later AND LGPL-2.0-or-later
Group: Development/Tools/Building
%endif
%if %{build_testsuite}
Summary: Testsuite results from DWZ
License: GPL-2.0-or-later AND LGPL-2.0-or-later
Group: Development/Tools/Building
%endif
#Git-Clone: git://sourceware.org/git/dwz
#Git-Web: https://sourceware.org/git/?p=dwz.git;a=summary
License: GPL-2.0-or-later AND LGPL-2.0-or-later
Group: Development/Tools/Building
Source: dwz-%{version}.tar.xz
Url: https://sourceware.org/dwz/
BuildRequires: libelf-devel
@@ -65,6 +68,8 @@ BuildRequires: binutils-gold
NoSource: 0
%endif
Patch1: dwz-update-version-copyright-message.patch
%if %{build_main}
%description
dwz optimizes DWARF debugging information contained in ELF shared
@@ -92,6 +97,7 @@ This package contains the testsuite results from DWZ.
%prep
%setup -q -n dwz
%patch1 -p1
%build
make %{?_smp_mflags} CFLAGS="%{optflags}"