0.12-9
This commit is contained in:
parent
04496d276a
commit
f453064840
12
dwz.spec
12
dwz.spec
@ -1,14 +1,14 @@
|
|||||||
Summary: DWARF optimization and duplicate removal tool
|
Summary: DWARF optimization and duplicate removal tool
|
||||||
Name: dwz
|
Name: dwz
|
||||||
Version: 0.12
|
Version: 0.12
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
License: GPLv2+ and GPLv3+
|
License: GPLv2+ and GPLv3+
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
# git archive --format=tar --remote=git://sourceware.org/git/dwz.git \
|
# git archive --format=tar --remote=git://sourceware.org/git/dwz.git \
|
||||||
# --prefix=%{name}-%{version}/ %{name}-%{version} \
|
# --prefix=%%{name}-%%{version}/ %%{name}-%%{version} \
|
||||||
# | bzip2 -9 > %{name}-%{version}.tar.bz2
|
# | bzip2 -9 > %%{name}-%%{version}.tar.bz2
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
BuildRequires: elfutils-libelf-devel%{?_isa}
|
BuildRequires: gcc, elfutils-libelf-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The dwz package contains a program that attempts to optimize DWARF
|
The dwz package contains a program that attempts to optimize DWARF
|
||||||
@ -37,6 +37,10 @@ make DESTDIR=%{buildroot} prefix=%{_prefix} mandir=%{_mandir} bindir=%{_bindir}
|
|||||||
%{_mandir}/man1/dwz.1*
|
%{_mandir}/man1/dwz.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 19 2018 Marek Polacek <polacek@redhat.com> 0.12-9
|
||||||
|
- remove %{?_isa} from BuildRequires (#1545173)
|
||||||
|
- add gcc to BuildRequires
|
||||||
|
|
||||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-8
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-8
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user