File FirmwareUpdateKit.spec of Package FirmwareUpdateKit
#
# spec file for package FirmwareUpdateKit (Version 1.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 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.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: FirmwareUpdateKit
License: GPL v3 or later
Group: System/Boot
Requires: syslinux master-boot-code genisoimage dosfstools mtools
AutoReqProv: on
Summary: Assist with DOS-based firmware updates
Version: 1.1
Release: 3
Obsoletes: dosbootdisk
Provides: dosbootdisk
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 x86_64
%description
Create a bootable mini-DOS system and add files to it. Useful if you
have to do firmware updates from DOS.
Authors:
--------
Steffen Winterfeldt
%prep
%setup
%build
%install
install -d -m 755 %{buildroot}/usr/share/FirmwareUpdateKit
install -m 644 dosfiles/* %{buildroot}/usr/share/FirmwareUpdateKit
install -d -m 755 %{buildroot}/usr/bin
install -m 755 fuk %{buildroot}/usr/bin
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
/usr/bin/fuk
/usr/share/FirmwareUpdateKit
%doc doc/*
%changelog
* Thu Nov 13 2008 ro@suse.de
- add exclusivearch
* Mon Oct 06 2008 snwint@suse.de
- added '--image' and '--run' options
- now really accepts more than one file as arg
* Mon Jun 16 2008 snwint@suse.de
- initial version