2011-12-12 05:38:31 +01:00
|
|
|
#
|
2015-04-06 12:15:52 +02:00
|
|
|
# spec file for package fwts
|
2011-12-12 05:38:31 +01:00
|
|
|
#
|
2024-01-29 18:43:13 +01:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2011-12-12 05:38:31 +01:00
|
|
|
#
|
2015-04-06 12:15:52 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-08-31 13:58:23 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-12-12 05:38:31 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: fwts
|
2024-04-10 14:25:04 +02:00
|
|
|
Version: 24.03.00
|
2015-04-06 12:15:52 +02:00
|
|
|
Release: 0
|
2011-12-12 06:16:35 +01:00
|
|
|
Summary: Firmware Test Suite
|
2018-03-08 09:53:03 +01:00
|
|
|
License: GPL-2.0-or-later
|
2017-12-18 17:30:57 +01:00
|
|
|
URL: https://wiki.ubuntu.com/Kernel/Reference/fwts
|
2021-04-28 09:38:25 +02:00
|
|
|
Source0: %{name}-%{version}.tar.gz
|
2016-03-17 19:07:40 +01:00
|
|
|
# PATCH-FIX-OPENSUSE fwts-no-compiletime.patch
|
2015-07-14 11:13:23 +02:00
|
|
|
Patch1: fwts-no-compiletime.patch
|
2020-11-30 17:06:05 +01:00
|
|
|
# PATCH-FIX-OPENSUSE fwts-fix-non-acpi.patch
|
|
|
|
Patch2: fwts-fix-non-acpi.patch
|
2015-04-06 12:15:52 +02:00
|
|
|
BuildRequires: autoconf
|
2015-05-09 19:24:31 +02:00
|
|
|
BuildRequires: automake
|
2011-12-12 06:16:35 +01:00
|
|
|
BuildRequires: bison
|
|
|
|
BuildRequires: flex
|
2017-06-08 11:45:52 +02:00
|
|
|
BuildRequires: libfdt-devel
|
2011-12-12 06:16:35 +01:00
|
|
|
BuildRequires: libtool
|
2016-05-19 18:28:50 +02:00
|
|
|
BuildRequires: pkgconfig
|
2017-12-18 17:30:57 +01:00
|
|
|
BuildRequires: pkgconfig(bash-completion)
|
2015-04-06 12:15:52 +02:00
|
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
2015-05-09 19:24:31 +02:00
|
|
|
BuildRequires: pkgconfig(json)
|
2018-08-31 13:58:23 +02:00
|
|
|
BuildRequires: pkgconfig(libbsd)
|
2015-05-09 19:24:31 +02:00
|
|
|
BuildRequires: pkgconfig(libpci)
|
|
|
|
BuildRequires: pkgconfig(libpcre)
|
2022-01-19 08:32:19 +01:00
|
|
|
BuildRequires: pkgconfig(zlib)
|
2017-12-18 17:30:57 +01:00
|
|
|
Requires: bash-completion
|
2016-12-01 14:28:50 +01:00
|
|
|
Recommends: acpica
|
|
|
|
Recommends: dmidecode
|
|
|
|
Recommends: pciutils
|
2024-01-29 18:43:13 +01:00
|
|
|
ExclusiveArch: %ix86 x86_64 aarch64
|
2011-12-12 05:38:31 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
The FirmWare Test Suite (fwts) is a tool to do automatic testing of a PC's
|
|
|
|
firmware. There can be a lot of subtle or vexing Linux Kernel/firmware issues
|
|
|
|
caused when firmware is buggy, so it's useful to have a tool that can
|
|
|
|
automatically check for common BIOS and ACPI errors. Where possible the tool
|
|
|
|
will give some form of advice on how to fix issues or workaround firmware
|
|
|
|
issues.
|
|
|
|
|
|
|
|
%prep
|
2021-04-28 09:38:25 +02:00
|
|
|
%autosetup -p1
|
2015-04-06 12:15:52 +02:00
|
|
|
|
2011-12-12 05:38:31 +01:00
|
|
|
%build
|
2018-07-10 08:55:53 +02:00
|
|
|
find . -name Makefile.am -exec sed -i "s|-Werror||g" {} +
|
2015-07-14 11:13:23 +02:00
|
|
|
autoreconf -fiv
|
2015-04-06 12:15:52 +02:00
|
|
|
%configure \
|
|
|
|
--disable-static
|
2022-11-25 08:50:39 +01:00
|
|
|
# parallel build fails on Factory
|
|
|
|
%make_build --jobs=1
|
2011-12-12 05:38:31 +01:00
|
|
|
|
|
|
|
%install
|
2016-07-16 16:28:45 +02:00
|
|
|
%make_install
|
2015-04-06 12:15:52 +02:00
|
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
2016-07-16 16:28:45 +02:00
|
|
|
install -D -p -m 0644 data/klog.json %{buildroot}%{_datadir}/%{name}/klog.json
|
|
|
|
install -D -p -m 0644 data/syntaxcheck.json %{buildroot}%{_datadir}/%{name}/syntaxcheck.json
|
2015-05-09 19:24:31 +02:00
|
|
|
# There are no headers, so drop remaining development files
|
2015-07-14 11:13:23 +02:00
|
|
|
rm -f "%{buildroot}/%{_libdir}/%{name}"/*.so
|
2011-12-12 05:38:31 +01:00
|
|
|
|
|
|
|
%files
|
2017-02-27 12:52:25 +01:00
|
|
|
%doc README README_ACPICA.txt README_SOURCE.txt ./data/README_JSON.txt
|
2020-05-26 14:03:18 +02:00
|
|
|
%doc debian/changelog
|
2011-12-12 06:16:35 +01:00
|
|
|
%{_bindir}/fwts
|
2015-04-06 12:15:52 +02:00
|
|
|
%{_bindir}/kernelscan
|
2016-02-25 13:11:51 +01:00
|
|
|
%{_libdir}/fwts
|
2018-04-06 09:47:36 +02:00
|
|
|
%{_mandir}/man1/fwts-collect.1%{?ext_man}
|
|
|
|
%{_mandir}/man1/fwts-frontend-text.1%{?ext_man}
|
|
|
|
%{_mandir}/man1/fwts.1%{?ext_man}
|
2017-12-18 17:30:57 +01:00
|
|
|
%{_datadir}/bash-completion/completions/fwts
|
2016-07-16 16:28:45 +02:00
|
|
|
%dir %{_datadir}/%{name}
|
2018-08-31 13:58:23 +02:00
|
|
|
%{_datadir}/fwts/clog.json
|
2016-02-25 13:11:51 +01:00
|
|
|
%{_datadir}/fwts/klog.json
|
|
|
|
%{_datadir}/fwts/syntaxcheck.json
|
2016-05-19 18:28:50 +02:00
|
|
|
%{_datadir}/fwts/olog.json
|
2011-12-12 05:38:31 +01:00
|
|
|
|
|
|
|
%changelog
|