Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=201808 Summary: request for package in extras: aria2 (command line BitTorrent client) Product: Fedora Extras Version: devel Platform: i386 OS/Version: Linux Status: NEW Severity: low Priority: normal Component: Package Review AssignedTo: bugzilla-sink@xxxxxxxxxxxxx ReportedBy: anthonybryan@xxxxxxxxx QAContact: fedora-package-review@xxxxxxxxxx >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@xxxxxxxxx> 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@xxxxxxxxx> - Update to version 0.7.0 * Fri Jul 28 2006 Anthony Bryan <anthonybryan@xxxxxxxxx> - Update to version 0.6.0+1 and FC6 * Mon Jun 5 2006 Malcolm A Hussain-Gambles <malcolm@xxxxxxxxxxxxxxxxxxxx> - 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: -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review