File ufiformat.spec of Package ufiformat
#
# spec file for package ufiformat (Version 0.9.4)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# 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: 1
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