Use elfutils instead of libdwarf
This commit is contained in:
parent
0b6a48cddb
commit
75a5c46820
@ -4,7 +4,7 @@
|
||||
|
||||
Name: flatpak-builder
|
||||
Version: 1.0.9
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Tool to build flatpaks from source
|
||||
|
||||
# src/builder-utils.c has portions derived from GPLv2+ code,
|
||||
@ -18,7 +18,7 @@ BuildRequires: docbook-dtds
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: flatpak >= %{flatpak_version}
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libdwarf-devel
|
||||
BuildRequires: elfutils-devel
|
||||
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
@ -60,8 +60,7 @@ See http://flatpak.org/ for more information.
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-docbook-docs \
|
||||
--with-dwarf-header=%{_includedir}/libdwarf
|
||||
--enable-docbook-docs
|
||||
|
||||
%make_build V=1
|
||||
|
||||
@ -79,6 +78,9 @@ See http://flatpak.org/ for more information.
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 25 2020 David King <amigadave@amigadave.com> - 1.0.9-3
|
||||
- Use elfutils instead of libdwarf
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user