Accepting request 586792 from devel:tools:compiler
- Run spec-cleaner on the package. (forwarded request 586787 from marxin) OBS-URL: https://build.opensuse.org/request/show/586792 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dwz?expand=0&rev=4
This commit is contained in:
commit
fd06f750fb
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 14 13:32:56 UTC 2018 - mliska@suse.cz
|
||||||
|
|
||||||
|
- Run spec-cleaner on the package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 7 09:57:14 UTC 2017 - rguenther@suse.com
|
Tue Mar 7 09:57:14 UTC 2017 - rguenther@suse.com
|
||||||
|
|
||||||
|
22
dwz.spec
22
dwz.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dwz
|
# spec file for package dwz
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -20,13 +20,12 @@ Name: dwz
|
|||||||
Version: 0.12
|
Version: 0.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: DWARF optimization and duplicate removal tool
|
Summary: DWARF optimization and duplicate removal tool
|
||||||
License: GPL-2.0+ and LGPL-2.0+
|
|
||||||
Group: Development/Tools/Building
|
|
||||||
|
|
||||||
#Git-Clone: git://sourceware.org/git/dwz
|
#Git-Clone: git://sourceware.org/git/dwz
|
||||||
#Git-Web: https://sourceware.org/git/?p=dwz.git;a=summary
|
#Git-Web: https://sourceware.org/git/?p=dwz.git;a=summary
|
||||||
Source: %name-%version.tar.xz
|
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||||
Patch: dwz-0.12-ignore-nobits.patch
|
Group: Development/Tools/Building
|
||||||
|
Source: %{name}-%{version}.tar.xz
|
||||||
|
Patch0: dwz-0.12-ignore-nobits.patch
|
||||||
BuildRequires: libelf-devel
|
BuildRequires: libelf-devel
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
|
|
||||||
@ -49,19 +48,18 @@ http://sources.redhat.com/git/?p=archer.git;a=shortlog;h=refs/heads/archer-trome
|
|||||||
is needed.
|
is needed.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn %name
|
%setup -q -n %{name}
|
||||||
%patch -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make %{?_smp_mflags} CFLAGS="%optflags"
|
make %{?_smp_mflags} CFLAGS="%{optflags}"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%doc COPYING
|
|
||||||
%{_bindir}/dwz
|
%{_bindir}/dwz
|
||||||
%{_mandir}/man1/dwz.1.gz
|
%{_mandir}/man1/dwz.1%{?ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user