From 8e7d7573fa649c08dae3df0429374e7f1157907a Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Mar 25 2008 14:10:51 +0000 Subject: Initial import --- diff --git a/.cvsignore b/.cvsignore index e69de29..2754097 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +aimage-3.1.0.tar.gz diff --git a/aimage.spec b/aimage.spec new file mode 100644 index 0000000..ae12fa4 --- /dev/null +++ b/aimage.spec @@ -0,0 +1,46 @@ +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 diff --git a/sources b/sources index e69de29..f6ab06a 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +b9fa654161a76f817f5f3dd1e2b74984 aimage-3.1.0.tar.gz