Blame aimage.spec

03fd069
Name:           aimage
03fd069
Version:        3.1.0
03fd069
Release:        1%{?dist}
03fd069
Summary:        Advanced Disk Imager
03fd069
03fd069
Group:          Applications/System
03fd069
License:        BSD with advertising
03fd069
URL:            http://www.afflib.org
03fd069
Source0:        http://www.afflib.org/downloads/aimage-%{version}.tar.gz
03fd069
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
03fd069
03fd069
BuildRequires:  afflib-devel
03fd069
BuildRequires:  expat-devel
03fd069
BuildRequires:  openssl-devel
03fd069
03fd069
%description
03fd069
Advanced Disk Imager.
03fd069
03fd069
03fd069
%prep
03fd069
%setup -q
03fd069
03fd069
03fd069
%build
03fd069
%configure --enable-opt
03fd069
make %{?_smp_mflags}
03fd069
03fd069
03fd069
%install
03fd069
rm -rf $RPM_BUILD_ROOT
03fd069
make install DESTDIR=$RPM_BUILD_ROOT
03fd069
03fd069
03fd069
%clean
03fd069
rm -rf $RPM_BUILD_ROOT
03fd069
03fd069
03fd069
%files
03fd069
%defattr(-,root,root,-)
03fd069
%doc ChangeLog
03fd069
%{_bindir}/aimage
03fd069
03fd069
03fd069
%changelog
03fd069
* Wed Mar 12 2008 kwizart < kwizart at gmail.com > - 3.1.0-1
03fd069
- Initial spec file