Author: areq Date: Sat Mar 17 19:04:44 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - init PLD spec
---- Files affected: SPECS: aria2.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/aria2.spec diff -u /dev/null SPECS/aria2.spec:1.1 --- /dev/null Sat Mar 17 20:04:44 2007 +++ SPECS/aria2.spec Sat Mar 17 20:04:38 2007 @@ -0,0 +1,56 @@ +# $Revision$, $Date$ +Summary: Aria2 is a download utility with resuming and segmented downloading +Name: aria2 +Version: 0.10.1 +Release: 0.1 +License: GPL +Group: Applications +Source0: http://dl.sourceforge.net/aria2/%{name}-%{version}.tar.bz2 +# Source0-md5: ee56d934d11c70e8d3b778658e5d7d9d +URL: http://aria2.sourceforge.net/ +BuildRequires: gnutls-devel +BuildRequires: libxml2-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Aria2 has segmented downloading engine in its core. It can download +one file from multiple URLs or multiple connections from one URL. This +results in very high speed downloading, very much faster than ordinary +browsers. It can also download BitTorrent files. We implemented this +engine in single-thread model. The architecture is very clean and easy +to extend. It also supports Metalink version 3.0. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang aria2c + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f aria2c.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README TODO +%attr(755,root,root) %{_bindir}/aria2c +%{_mandir}/man1/* + + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007/03/17 19:04:38 areq +- init PLD spec + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
