52 lines
991 B
RPMSpec
52 lines
991 B
RPMSpec
Name: aimage
|
|
Version: 3.2.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
|
|
* Tue Sep 23 2008 kwizart < kwizart at gmail.com > - 3.2.0-1
|
|
- Update to 3.2.0
|
|
|
|
* Thu Sep 4 2008 kwizart < kwizart at gmail.com > - 3.1.2-1
|
|
- Update to 3.1.2
|
|
|
|
* Wed Mar 12 2008 kwizart < kwizart at gmail.com > - 3.1.0-1
|
|
- Initial spec file
|