# $Id$ # Authority: dries # Upstream: Summary: Download utility with BitTorrent and Metalink support Name: aria2 Version: 0.14.0 Release: 1 License: GPL Group: Applications/Internet URL: http://aria2.sourceforge.net/ Source: http://dl.sf.net/aria2/aria2c-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gcc-c++, gettext, openssl-devel, libxml2-devel, pkgconfig %description aria2 is a download utility with resuming and segmented downloading. Supported protocols are HTTP/HTTPS/FTP/BitTorrent/Metalink. %prep %setup -n aria2c-%{version} %build ### Add correct CFLAGS for EL3 and RH9 %{expand: %%define optflags %{optflags} %(pkg-config --cflags openssl)} #export CPPFLAGS="-I/usr/include/libxml2 $(pkg-config --cflags openssl)" %configure \ --disable-xmltest \ --enable-metalink %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR="%{buildroot}" %find_lang aria2c %{__rm} -f %{buildroot}%{_datadir}/locale/locale.alias %{__mv} %{buildroot}%{_docdir}/aria2c _rpmdocs %clean %{__rm} -rf %{buildroot} %files -f aria2c.lang %defattr(-, root, root, 0755) %doc ChangeLog COPYING NEWS AUTHORS TODO _rpmdocs/* %doc %{_mandir}/man1/aria2c.1* %{_bindir}/aria2c %changelog * Sun Jun 22 2008 Dries Verachtert - 0.14.0-1 - Updated to release 0.14.0. * Fri May 30 2008 Dries Verachtert - 0.13.2-1 - Updated to release 0.13.2. * Tue Mar 18 2008 Dries Verachtert - 0.13.1-1 - Updated to release 0.13.1. * Mon Feb 11 2008 Dag Wieers - 0.12.1-1 - Updated to release 0.12.1. * Mon Dec 10 2007 Dries Verachtert - 0.12.0-1 - Updated to release 0.12.0. * Tue Nov 20 2007 Dries Verachtert - 0.11.5-1 - Updated to release 0.11.5. * Mon Oct 29 2007 Dries Verachtert - 0.11.4-1 - Updated to release 0.11.4. * Sun Sep 16 2007 Dries Verachtert - 0.11.3-1 - Updated to release 0.11.3. * Fri Aug 17 2007 Dries Verachtert - 0.11.2-1 - Updated to release 0.11.2. * Tue Jul 10 2007 Dries Verachtert - 0.11.1-1 - Updated to release 0.11.1. * Tue Jun 12 2007 Dag Wieers - 0.11.0-1 - Updated to release 0.11.0. * Tue May 15 2007 Dag Wieers - 0.10.2.1-1 - Updated to release 0.10.2.1. * Wed Mar 28 2007 Dries Verachtert - 0.10.2-1 - Updated to release 0.10.2. * Tue Feb 13 2007 Dries Verachtert - 0.10.1-1 - Updated to release 0.10.1. * Mon Jan 29 2007 Dag Wieers - 0.10.0-1 - Updated to release 0.10.0. * Sun Nov 12 2006 Dries Verachtert - 0.9.0-1 - Updated to release 0.9.0. * Mon Oct 09 2006 Dag Wieers - 0.8.1-2 - Fixed group name. * Mon Oct 02 2006 Dries Verachtert - 0.8.1-1 - Updated to release 0.8.1. * Mon Aug 21 2006 Dries Verachtert - 0.7.2-1 - Updated to release 0.7.2. * Tue Aug 15 2006 Dries Verachtert - Updated to release 0.7.1. * Sat Aug 12 2006 Dries Verachtert - Updated to release 0.7.0. * Fri Jul 28 2006 Anthony Bryan - Update to version 0.6.0+1 and FC6 * Mon Jun 5 2006 Malcolm A Hussain-Gambles - First release of this package by me