File ufiformat.spec of Package ufiformat
#
# spec file for package ufiformat (Version 0.9.4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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: ufiformat
BuildRequires: libext2fs-devel
License: GPL v2 or later
Group: Hardware/Other
AutoReqProv: on
Version: 0.9.4
Release: 64
Summary: Low-level format tool for USB floppy drives under Linux
Url: http://www.geocities.jp/tedi_world/format_usbfdd_e.html
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
ufiformat is a tool to low-level format USB floppy disks.
Authors:
--------
Kazuhiro Hayashi <tedi@tedi.sakura.ne.jp>
John Floyd <jfloyd@bigpond.net.au>
%prep
%setup
%build
%configure
make
%install
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README
%_bindir/ufiformat
%_mandir/man8/ufiformat.8.gz
%changelog
* Fri Nov 30 2007 mkoenig@suse.de
- Initial package for autobuild
imported from buildservice, kudos to M. Pley