Blob Blame History Raw
Name:           aimage
Version:        3.1.0
Release:        1%{?dist}
Summary:        Advanced Disk Imager

Group:          Applications/System
License:        BSD with advertising
URL:            http://www.afflib.org
Source0:        http://www.afflib.org/downloads/aimage-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  afflib-devel
BuildRequires:  expat-devel
BuildRequires:  openssl-devel

%description
Advanced Disk Imager.


%prep
%setup -q


%build
%configure --enable-opt
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog
%{_bindir}/aimage


%changelog
* Wed Mar 12 2008 kwizart < kwizart at gmail.com > - 3.1.0-1
- Initial spec file