2008-08-27 02:25:24 +00:00
|
|
|
#
|
2011-09-20 07:27:08 +00:00
|
|
|
# spec file for package FirmwareUpdateKit
|
2008-08-27 02:25:24 +00:00
|
|
|
#
|
2019-05-23 08:48:58 +00:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2008-08-27 02:25:24 +00:00
|
|
|
# Copyright (c) 2008 Steffen Winterfeldt
|
|
|
|
|
#
|
|
|
|
|
# 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.
|
|
|
|
|
|
2019-05-27 05:56:56 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2008-08-27 02:25:24 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: FirmwareUpdateKit
|
2019-05-23 08:48:58 +00:00
|
|
|
Version: 2.0
|
2012-03-26 13:30:19 +00:00
|
|
|
Release: 0
|
2019-05-27 05:56:56 +00:00
|
|
|
Summary: Tool for assisting with DOS-based firmware updates
|
2019-05-23 08:49:35 +00:00
|
|
|
License: GPL-3.0-only
|
2018-03-09 12:22:40 +00:00
|
|
|
Group: System/Boot
|
2019-05-23 08:48:58 +00:00
|
|
|
Source: %{name}-%{version}.tar.xz
|
2018-03-09 12:22:40 +00:00
|
|
|
Requires: dosfstools
|
|
|
|
|
%if 0%{suse_version} >= 1500
|
|
|
|
|
Requires: mkisofs
|
|
|
|
|
%else
|
|
|
|
|
Requires: genisoimage
|
|
|
|
|
%endif
|
|
|
|
|
Requires: mtools
|
|
|
|
|
Requires: syslinux
|
2008-08-27 02:25:24 +00:00
|
|
|
Obsoletes: dosbootdisk
|
|
|
|
|
Provides: dosbootdisk
|
2018-03-09 12:22:40 +00:00
|
|
|
ExclusiveArch: %{ix86} x86_64
|
2008-08-27 02:25:24 +00:00
|
|
|
|
|
|
|
|
%description
|
2019-05-27 05:56:56 +00:00
|
|
|
This tool creates a bootable mini-DOS system and adds files to it.
|
|
|
|
|
It may be useful if one has to do firmware updates from a real-mode environment.
|
2008-08-27 02:25:24 +00:00
|
|
|
|
|
|
|
|
%prep
|
2018-03-09 12:22:40 +00:00
|
|
|
%setup -q
|
2008-08-27 02:25:24 +00:00
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
%install
|
2018-03-09 12:22:40 +00:00
|
|
|
%make_install
|
2008-08-27 02:25:24 +00:00
|
|
|
|
|
|
|
|
%files
|
2018-03-09 12:22:40 +00:00
|
|
|
%{_bindir}/fuk
|
|
|
|
|
%{_datadir}/FirmwareUpdateKit
|
|
|
|
|
%license doc/COPYING
|
2008-08-27 02:25:24 +00:00
|
|
|
|
|
|
|
|
%changelog
|