0.13-1
This commit is contained in:
parent
164ea59ca2
commit
d06f2d32a9
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/dwz-0.10.tar.bz2
|
/dwz-0.10.tar.bz2
|
||||||
/dwz-0.11.tar.bz2
|
/dwz-0.11.tar.bz2
|
||||||
/dwz-0.12.tar.bz2
|
/dwz-0.12.tar.bz2
|
||||||
|
/dwz-0.13.tar.xz
|
||||||
|
20
dwz.spec
20
dwz.spec
@ -1,13 +1,10 @@
|
|||||||
Summary: DWARF optimization and duplicate removal tool
|
Summary: DWARF optimization and duplicate removal tool
|
||||||
Name: dwz
|
Name: dwz
|
||||||
Version: 0.12
|
Version: 0.13
|
||||||
Release: 11%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and GPLv3+
|
License: GPLv2+ and GPLv3+
|
||||||
# git archive --format=tar --remote=git://sourceware.org/git/dwz.git \
|
Source: https://sourceware.org/ftp/dwz/releases/%{name}-%{version}.tar.xz
|
||||||
# --prefix=%%{name}-%%{version}/ %%{name}-%%{version} \
|
BuildRequires: gcc, elfutils-libelf-devel, dejagnu
|
||||||
# | bzip2 -9 > %%{name}-%%{version}.tar.bz2
|
|
||||||
Source: %{name}-%{version}.tar.bz2
|
|
||||||
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
|
||||||
@ -19,7 +16,7 @@ DW_TAG_partial_unit compilation units (CUs) for duplicated information
|
|||||||
and using DW_TAG_imported_unit to import it into each CU that needs it.
|
and using DW_TAG_imported_unit to import it into each CU that needs it.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n dwz
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make %{?_smp_mflags} CFLAGS='%{optflags}' LDFLAGS='%{build_ldflags}' \
|
make %{?_smp_mflags} CFLAGS='%{optflags}' LDFLAGS='%{build_ldflags}' \
|
||||||
@ -30,12 +27,19 @@ rm -rf %{buildroot}
|
|||||||
make DESTDIR=%{buildroot} prefix=%{_prefix} mandir=%{_mandir} bindir=%{_bindir} \
|
make DESTDIR=%{buildroot} prefix=%{_prefix} mandir=%{_mandir} bindir=%{_bindir} \
|
||||||
install
|
install
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING COPYING3 COPYING.RUNTIME
|
%license COPYING COPYING3 COPYING.RUNTIME
|
||||||
%{_bindir}/dwz
|
%{_bindir}/dwz
|
||||||
%{_mandir}/man1/dwz.1*
|
%{_mandir}/man1/dwz.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 11 2019 Jakub Jelinek <jakub@redhat.com> 0.13-1
|
||||||
|
- update to a new upstream release
|
||||||
|
- add make check
|
||||||
|
|
||||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-11
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-11
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user