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