rpms/axel/F-11 axel.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ankur Sinha ankursinha at fedoraproject.org
Sun Jul 12 17:52:19 UTC 2009


Author: ankursinha

Update of /cvs/pkgs/rpms/axel/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2123/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	axel.spec import.log 
Log Message:
* Sun Jul 12 2009 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.4-1
- initial commit



--- NEW FILE axel.spec ---
Name:		axel		
Version:	2.4
Release:	1%{?dist}
Summary:	Accelerated download client

Group:		Applications/Internet
License:	GPLv2+
URL:		http://axel.alioth.debian.org/
Source0:	http://alioth.debian.org/frs/download.php/3015/%{name}-%{version}.tar.gz
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires:	gettext



%description
Axel tries to accelerate HTTP/FTP downloading process by using 
multiple connections for one file. It can use multiple mirrors for a 
download. Axel has no dependencies and is lightweight, so it might 
be useful as a wget clone on byte-critical systems.

%prep
%setup -q

%build
%configure --prefix=%{_prefix} --strip=0
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install \
	DESTDIR=%{buildroot}

install -m 755 -p %{name} %{buildroot}%{_bindir}

%find_lang	%{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,-)
%{_bindir}/%{name}
%doc CHANGES CREDITS API README COPYING
%config(noreplace) %{_sysconfdir}/axelrc
%{_mandir}/man1/axel.1*
%{_mandir}/zh_CN/man1/axel.1*

%changelog
* Sat Jul 11 2009 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.4-1
- initial rpm build


--- NEW FILE import.log ---
axel-2_4-1_fc10:F-11:axel-2.4-1.fc10.src.rpm:1247421121


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/axel/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	12 Jul 2009 17:19:06 -0000	1.1
+++ .cvsignore	12 Jul 2009 17:51:48 -0000	1.2
@@ -0,0 +1 @@
+axel-2.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/axel/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	12 Jul 2009 17:19:06 -0000	1.1
+++ sources	12 Jul 2009 17:51:48 -0000	1.2
@@ -0,0 +1 @@
+a2a762fce0c96781965c8f9786a3d09d  axel-2.4.tar.gz




More information about the fedora-extras-commits mailing list