General
Start
APT/YUM/Smart config
List of packages
GPG key
Mirrors
Recent changes
How you can help
Pydar2
Thanks:
Primary buildsystem hosted at ithomi
SUSE and Mandrake builds made by the openSUSE build service
Static site hosted at ULYSSIS
Primary mirrors hosted at BELNET, HEAnet, 3TI
Varia:
Random picture!
Looking for a java job?
Leuven blogt

aget spec file : Dries RPM Repository

Back to the aget rpms

Current spec in pydar2:


# $Id: aget.spec 4286 2006-04-08 21:39:15Z dries $
# Authority: dries
# Upstream: Murat Balaban 
# Screenshot: http://www.enderunix.org/aget/aget-shot.jpg


Summary: Console download accelerator
Name: aget
Version: 0.4
Release: 5.2
License: GPL
Group: Applications/Internet
URL: http://www.enderunix.org/aget/

Source: http://www.enderunix.org/aget/aget-%{version}.tar.gz
Patch: errno-include.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
Aget is a multi-threaded download accelerator. It supports HTTP downloads
and can be run from the console.

%prep
%setup
%patch -p1 -b .errno

%build
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__install} -Dp -m0755 aget %{buildroot}%{_bindir}/aget

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc AUTHORS COPYING README THANKS TODO
%{_bindir}/aget

%changelog
* Sat Apr 08 2006 Dries Verachtert  - 0.4-5.2
- Rebuild for Fedora Core 5.

* Thu Mar  4 2004 Matthias Saou  0.4-4
- More cleanups.
- uncompress the patch (plays better with CVS/SVN).

* Sat Jan 10 2004 Dries Verachtert  0.4-3
- specfile cleanup

* Mon Dec 15 2003 Dries Verachtert  0.4-2
- fixed the Summary (thanks to Koenraad Heijlen)

* Fri Dec 12 2003 Dries Verachtert  0.4-1
- first packaging for Fedora Core 1