Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions specs/aria2/aria2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

Summary: Download utility with BitTorrent and Metalink support
Name: aria2
Version: 1.16.4
Version: 1.18.10
Release: 1%{?dist}
License: GPL
Group: Applications/Internet
URL: http://aria2.sourceforge.net/

Source: http://dl.sf.net/aria2/aria2-%{version}.tar.bz2
Source: http://downloads.sf.net/project/aria2/stable/aria2-%{version}/aria2-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: boost >= 1.34
Expand All @@ -36,10 +36,8 @@ Supported protocols are HTTP/HTTPS/FTP/BitTorrent/Metalink.
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"
%find_lang aria2

%make_install
%find_lang aria2 --with-man
%{__mv} -v %{buildroot}%{_docdir}/aria2 _rpmdocs

%clean
Expand All @@ -51,8 +49,16 @@ Supported protocols are HTTP/HTTPS/FTP/BitTorrent/Metalink.
%doc %{_mandir}/man1/aria2c.1*
%doc %{_mandir}/*/man1/aria2c.1*
%{_bindir}/aria2c
%{_datadir}/doc
%{_datadir}/locale

%changelog
* Wed Mar 11 2015 Derrick Hammer <derrick@derrickhammer.com> - 1.18.10-1
- Updated to release 1.18.10.
- Fixed source URL due to sourceforge file url structure changes
- Updated macros
- Added new files to %files macro

* Wed Mar 20 2013 Dag Wieers <dag@wieers.com> - 1.16.4-1
- Updated to release 1.16.4.

Expand Down