From 0e6f73d05415484cfc1ac141aafae9def3276751 Mon Sep 17 00:00:00 2001 From: Derrick Date: Wed, 11 Mar 2015 00:46:02 -0400 Subject: [PATCH 1/2] *Updated to 1.18.10 and fixed source URL and macros --- specs/aria2/aria2.spec | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/specs/aria2/aria2.spec b/specs/aria2/aria2.spec index d60d53cb3..c3e5c6b55 100644 --- a/specs/aria2/aria2.spec +++ b/specs/aria2/aria2.spec @@ -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 @@ -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 @@ -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 - 1.16.4-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 - 1.16.4-1 - Updated to release 1.16.4. From 665ffc8e1a442ec811ca035d938345263e35520b Mon Sep 17 00:00:00 2001 From: Derrick Date: Wed, 11 Mar 2015 00:46:02 -0400 Subject: [PATCH 2/2] *Updated to 1.18.10 and fixed source URL and macros --- specs/aria2/aria2.spec | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/specs/aria2/aria2.spec b/specs/aria2/aria2.spec index d60d53cb3..99c7de73f 100644 --- a/specs/aria2/aria2.spec +++ b/specs/aria2/aria2.spec @@ -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 @@ -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 @@ -51,8 +49,17 @@ 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 +<<<<<<< HEAD +* Wed Mar 11 2015 Derrick Hammer - 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 - 1.16.4-1 - Updated to release 1.16.4.