Accepting request 1232788 from devel:tools:compiler
OBS-URL: https://build.opensuse.org/request/show/1232788 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dwz?expand=0&rev=24
This commit is contained in:
commit
88b3f69627
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 20 07:47:14 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Use %{SOURCE2} macro instead of hardcoding the source file name/path.
|
||||||
|
This makes the spec file compatible with rpmbuild.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 26 08:07:43 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
Mon Feb 26 08:07:43 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
6
dwz.spec
6
dwz.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package dwz
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -110,7 +110,7 @@ This package contains the testsuite results from DWZ.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n dwz
|
%autosetup -p1 -n dwz
|
||||||
|
|
||||||
cp ../../SOURCES/tramp3d-v4.cpp.xz .
|
cp %{SOURCE2} .
|
||||||
xz -d tramp3d-v4.cpp.xz
|
xz -d tramp3d-v4.cpp.xz
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user