Accepting request 593226 from home:pluskalm:branches:Base:System
- Update url - Small packaging cleanup with spec-cleaner OBS-URL: https://build.opensuse.org/request/show/593226 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=26
This commit is contained in:
parent
b50202c516
commit
a985d0c655
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 3 13:14:02 UTC 2018 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update url
|
||||||
|
- Small packaging cleanup with spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 23 20:06:34 UTC 2018 - antoine.belvire@opensuse.org
|
Fri Mar 23 20:06:34 UTC 2018 - antoine.belvire@opensuse.org
|
||||||
|
|
||||||
|
13
fwupd.spec
13
fwupd.spec
@ -21,13 +21,14 @@
|
|||||||
%else
|
%else
|
||||||
%bcond_with efi_fw_update
|
%bcond_with efi_fw_update
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: fwupd
|
Name: fwupd
|
||||||
Version: 1.0.6
|
Version: 1.0.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Allow session software to update device firmware
|
Summary: Allow session software to update device firmware
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Url: https://pjones.fedorapeople.org/fwupdate/
|
URL: https://fwupd.org/
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: dejavu-fonts
|
BuildRequires: dejavu-fonts
|
||||||
BuildRequires: docbook-utils-minimal
|
BuildRequires: docbook-utils-minimal
|
||||||
@ -47,6 +48,7 @@ BuildRequires: python3-Pillow
|
|||||||
BuildRequires: python3-cairo
|
BuildRequires: python3-cairo
|
||||||
BuildRequires: python3-gobject-Gdk
|
BuildRequires: python3-gobject-Gdk
|
||||||
BuildRequires: python3-xml
|
BuildRequires: python3-xml
|
||||||
|
BuildRequires: vala
|
||||||
BuildRequires: pkgconfig(appstream-glib) >= 0.5.10
|
BuildRequires: pkgconfig(appstream-glib) >= 0.5.10
|
||||||
BuildRequires: pkgconfig(cairo)
|
BuildRequires: pkgconfig(cairo)
|
||||||
BuildRequires: pkgconfig(colorhug) >= 1.2.12
|
BuildRequires: pkgconfig(colorhug) >= 1.2.12
|
||||||
@ -63,8 +65,6 @@ BuildRequires: pkgconfig(gusb) >= 0.2.9
|
|||||||
BuildRequires: pkgconfig(json-glib-1.0) >= 1.1.1
|
BuildRequires: pkgconfig(json-glib-1.0) >= 1.1.1
|
||||||
BuildRequires: pkgconfig(libarchive)
|
BuildRequires: pkgconfig(libarchive)
|
||||||
BuildRequires: pkgconfig(libelf)
|
BuildRequires: pkgconfig(libelf)
|
||||||
# BuildRequires: pkgconfig(libtbtfwu) >= 1
|
|
||||||
BuildRequires: vala
|
|
||||||
BuildRequires: pkgconfig(libgcab-1.0)
|
BuildRequires: pkgconfig(libgcab-1.0)
|
||||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.51.92
|
BuildRequires: pkgconfig(libsoup-2.4) >= 2.51.92
|
||||||
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103
|
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103
|
||||||
@ -76,7 +76,6 @@ BuildRequires: pkgconfig(valgrind)
|
|||||||
BuildRequires: pkgconfig(efiboot)
|
BuildRequires: pkgconfig(efiboot)
|
||||||
BuildRequires: pkgconfig(efivar)
|
BuildRequires: pkgconfig(efivar)
|
||||||
BuildRequires: pkgconfig(fwup) >= 5
|
BuildRequires: pkgconfig(fwup) >= 5
|
||||||
#!BuildIgnore: shim
|
|
||||||
%endif
|
%endif
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
BuildRequires: pkgconfig(libsmbios_c) >= 2.3.0
|
BuildRequires: pkgconfig(libsmbios_c) >= 2.3.0
|
||||||
@ -138,7 +137,7 @@ if this gets used on other non-desktop hardware.
|
|||||||
%build
|
%build
|
||||||
# Dell support requires direct SMBIOS access,
|
# Dell support requires direct SMBIOS access,
|
||||||
# Synaptics requires Dell support, i.e. x86 only
|
# Synaptics requires Dell support, i.e. x86 only
|
||||||
%{meson} \
|
%meson \
|
||||||
%if %{without efi_fw_update}
|
%if %{without efi_fw_update}
|
||||||
-Dplugin_uefi=false \
|
-Dplugin_uefi=false \
|
||||||
%endif
|
%endif
|
||||||
@ -147,10 +146,10 @@ if this gets used on other non-desktop hardware.
|
|||||||
-Dplugin_synaptics=false \
|
-Dplugin_synaptics=false \
|
||||||
%endif
|
%endif
|
||||||
-Dtests=false
|
-Dtests=false
|
||||||
%{meson_build}
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{meson_install}
|
%meson_install
|
||||||
# README.md is packaged as doc
|
# README.md is packaged as doc
|
||||||
rm %{buildroot}%{_localstatedir}/lib/fwupd/builder/README.md
|
rm %{buildroot}%{_localstatedir}/lib/fwupd/builder/README.md
|
||||||
# Add SUSE specific rcfoo service symlink
|
# Add SUSE specific rcfoo service symlink
|
||||||
|
Loading…
Reference in New Issue
Block a user