[aria2] update to 1.17.0

Rahul Sundaram sundaram at fedoraproject.org
Thu May 2 05:48:54 UTC 2013


commit 2d4ba4456bcf8c4941052966b629d14322f93f6f
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Thu May 2 01:48:28 2013 -0400

    update to 1.17.0
    
    - drop upstream build patch
    - switch to verbose make
    - switch to make_install macro

 .gitignore               |    1 +
 aria2-1.16.1-build.patch |   12 ------------
 aria2.spec               |   17 ++++++++++-------
 sources                  |    2 +-
 4 files changed, 12 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3d2bee3..d73d2d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ aria2-1.10.0.tar.xz
 /aria2-1.14.0.tar.xz
 /aria2-1.14.2.tar.xz
 /aria2-1.16.1.tar.xz
+/aria2-1.17.0.tar.xz
diff --git a/aria2.spec b/aria2.spec
index 232d1d7..7a683fb 100644
--- a/aria2.spec
+++ b/aria2.spec
@@ -1,14 +1,13 @@
 %define binname aria2c
 
 Name:           aria2
-Version:        1.16.1
-Release:        2%{?dist}
+Version:        1.17.0
+Release:        1%{?dist}
 Summary:        High speed download utility with resuming and segmented downloading
 Group:          Applications/Internet
 License:        GPLv2+ with exceptions
 URL:            http://aria2.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
-Patch1:         aria2-1.16.1-build.patch
 BuildRequires:  bison
 BuildRequires:  c-ares-devel cppunit-devel
 BuildRequires:  gettext gnutls-devel
@@ -38,7 +37,6 @@ Currently it has following features:
 
 %prep
 %setup -q
-%patch1 -p 1 -b .build
 
 %build
 %configure --enable-bittorrent \
@@ -53,11 +51,10 @@ Currently it has following features:
            --with-sqlite3 \
 
 
-make %{?_smp_mflags}
-
+V=1 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+%make_install
 %find_lang %{name}
 rm -f $RPM_BUILD_ROOT%{_datadir}/locale/locale.alias
 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}
@@ -69,6 +66,12 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}
 %{_mandir}/*/man1/aria2c.1.gz
 
 %changelog
+* Thu May 02 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 1.17.0-1
+- update to 1.17.0
+- drop upstream build patch
+- switch to verbose make
+- switch to make_install macro
+
 * Wed Mar  6 2013 Tomáš Mráz <tmraz at redhat.com> - 1.16.1-2
 - rebuilt with new gnutls
 
diff --git a/sources b/sources
index f715443..744957a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-74064cbcfcc0d26946bdd7e7a4bf4117  aria2-1.16.1.tar.xz
+a4419a2336e84f120c023c0435bc0731  aria2-1.17.0.tar.xz


More information about the scm-commits mailing list