e5a6f2b
Name:           aoetools
dad819f
Version:        15
26ab21a
Release:        2%{?dist}
e5a6f2b
Summary:        ATA over Ethernet Tools
e5a6f2b
e5a6f2b
Group:          System Environment/Base
26ab21a
License:        GPLv2
e5a6f2b
URL:            http://sourceforge.net/projects/aoetools/
e5a6f2b
Source0:        http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz
e5a6f2b
Patch0:         %{name}-makefile.patch
e5a6f2b
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
e5a6f2b
e5a6f2b
e5a6f2b
%description
e5a6f2b
The aoetools are programs that assist in using ATA over Ethernet on 
e5a6f2b
systems with version 2.6 Linux kernels.
e5a6f2b
e5a6f2b
%prep
e5a6f2b
%setup -q
e5a6f2b
%patch0 -p1
e5a6f2b
e5a6f2b
e5a6f2b
%build
e5a6f2b
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
e5a6f2b
e5a6f2b
e5a6f2b
%install
e5a6f2b
rm -rf $RPM_BUILD_ROOT
e5a6f2b
make install DESTDIR=$RPM_BUILD_ROOT
e5a6f2b
e5a6f2b
e5a6f2b
%clean
e5a6f2b
rm -rf $RPM_BUILD_ROOT
e5a6f2b
e5a6f2b
e5a6f2b
%files
e5a6f2b
%defattr(-,root,root,-)
e5a6f2b
%doc COPYING HACKING NEWS README TODO devnodes.txt
e5a6f2b
%{_sbindir}/aoe*
e5a6f2b
%{_mandir}/man8/aoe*.8*
e5a6f2b
e5a6f2b
e5a6f2b
%changelog
26ab21a
* Wed Aug 22 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 15-2
26ab21a
- License clarification
26ab21a
dad819f
* Mon Apr 09 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 15-1
dad819f
- Figures, NOW I notice the new version
dad819f
- Adapted/removed patches (most fixes moved upstream, thanks!)
dad819f
e5a6f2b
* Mon Apr 09 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 14-3
e5a6f2b
- Added devnodes.txt to %%doc
e5a6f2b
- Importing into CVS
e5a6f2b
e5a6f2b
* Sat Apr 07 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 14-2
e5a6f2b
- Added CFLAGS="$RPM_OPT_FLAGS" to building (thanks Chris!)
e5a6f2b
e5a6f2b
* Wed Apr 04 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 14-1
e5a6f2b
- Initial Fedora RPM