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:
committed by
Git OBS Bridge
parent
0274f6c73c
commit
51a83207a7
12
dwz.spec
12
dwz.spec
@@ -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}"
|
||||
|
Reference in New Issue
Block a user