Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 201808 - request for package in extras: aria2 (command line BitTorrent client)
Summary: request for package in extras: aria2 (command line BitTorrent client)
Keywords:
Status: CLOSED DUPLICATE of bug 221039
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: i386
OS: Linux
medium
low
Target Milestone: ---
Assignee: Thorsten Leemhuis (ignored mailbox)
QA Contact: Fedora Package Reviews List
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-08-08 23:13 UTC by Ant Bryan
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-01-19 15:52:35 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ant Bryan 2006-08-08 23:13:53 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1b1) Gecko/20060808 BonEcho/2.0b1

Description of problem:
This is a request that you will include aria2 (http://aria2.sourceforge.net/) RPMs in Fedora Extras. aria2 is a command line download utility that supports BitTorrent. It's like the aria2 download manager but light weight and no GUI.

I've been using this .spec file to package it, but I don't really know what I'm doing.

%define ver 0.7.0
%define rel 1.FC6
%define prefix /usr
Name        : aria2
Version     : %{ver}                           
Source      : aria2-%{ver}.tar.bz2
Release     : %{rel}                          
Group       : Productivity/Networking
License     : GPL
Packager    : Anthony Bryan <anthonybryan>
URL         : http://aria2.sourceforge.net/
Summary     : aria2 is a download utility with BitTorrent and Metalink support.
BuildRoot:       %{_tmppath}/%{name}-buildroot
BuildRequires:  openssl-devel  libxml2-devel

%description
aria2 is a download utility with resuming and segmented downloading.
Supported protocols are HTTP/HTTPS/FTP/BitTorrent/Metalink.


%prep
rm -rf $RPM_BUILD_ROOT  
%setup
 
%build
CFLAGS="$RPM_OPT_FLAGS" ./configure \
                --mandir=%{_mandir} \
                --prefix=%{prefix}

%{__make} %{?_smp_mflags}

%install
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT
  
%files
%defattr(-, root, root, 0755)
%doc ChangeLog COPYING NEWS README AUTHORS TODO
#%{_libdir}/*.so.*
#%doc doc/API.html doc/DOCUMENTATION doc/README.html
%{_bindir}/*
#%{_includedir}/libetpan/
#%{_includedir}/libetpan.h
#%exclude %{_libdir}/*.a
#%exclude %{_libdir}/*.la
#%{_libdir}/*.so
/usr/share/locale/*

%changelog
 * Tue Aug 8 2006 Anthony Bryan <anthonybryan>
 - Update to version 0.7.0

 * Fri Jul 28 2006 Anthony Bryan <anthonybryan>
 - Update to version 0.6.0+1 and FC6
 
 * Mon Jun 5 2006 Malcolm A Hussain-Gambles <malcolm.co.uk>
 - First release of this package by me


Version-Release number of selected component (if applicable):


How reproducible:
Always


Steps to Reproduce:
1. No packages included

Actual Results:


Expected Results:


Additional info:

Comment 1 Paul Howarth 2006-08-09 10:01:21 UTC
If you're interested in developing this package so as to meet the Fedora
Packaging Guidelines and to maintain it yourself in Extras, you should read:

http://fedoraproject.org/wiki/Extras/Contributors
http://fedoraproject.org/wiki/Packaging/Guidelines

If not, it would be better to add it here:

http://fedoraproject.org/wiki/Extras/WishList

in the hope that someone will pick up the package and maintain it in Extras
themselves.


Comment 2 Mamoru TASAKA 2007-01-19 15:52:35 UTC

*** This bug has been marked as a duplicate of 221039 ***


Note You need to log in before you can comment on or make changes to this bug.