From a715cadcf60e008f937b386f5baee3c862fffb9f Mon Sep 17 00:00:00 2001 From: Rahul Sundaram Date: Mon, 15 Aug 2011 21:01:03 +0530 Subject: [PATCH] https://github.com/tatsuhiro-t/aria2/commit/bd3956293995bcbbb76e6c8686b4ac8dfd3c9ed4#NEWS Additional man page --- .gitignore | 1 + aria2.spec | 11 +++++++++-- sources | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d79d05a..a3a4eae 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ aria2-1.10.0.tar.xz /aria2-1.10.9.tar.xz /aria2-1.11.1.tar.xz /aria2-1.11.2.tar.xz +/aria2-1.12.1.tar.xz diff --git a/aria2.spec b/aria2.spec index bc7c62d..f8eb3fd 100644 --- a/aria2.spec +++ b/aria2.spec @@ -1,7 +1,7 @@ %define binname aria2c Name: aria2 -Version: 1.11.2 +Version: 1.12.1 Release: 1%{?dist} Summary: High speed download utility with resuming and segmented downloading Group: Applications/Internet @@ -13,6 +13,8 @@ BuildRequires: c-ares-devel cppunit-devel BuildRequires: gettext gnutls-devel BuildRequires: libgcrypt-devel libxml2-devel BuildRequires: sqlite-devel +BuildRequires: gettext + %description aria2 is a download utility with resuming and segmented downloading. Supported protocols are HTTP/HTTPS/FTP/BitTorrent. It also supports Metalink @@ -61,9 +63,14 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name} %files -f %{name}.lang %doc AUTHORS ChangeLog COPYING README doc/aria2c.1.html %{_bindir}/%{binname} -%{_mandir}/man*/* +%{_mandir}/man1/aria2c.1.gz +%{_mandir}/*/man1/aria2c.1.gz %changelog +* Mon Aug 15 2011 Rahul Sundaram - 1.12.1-1 +- https://github.com/tatsuhiro-t/aria2/commit/bd3956293995bcbbb76e6c8686b4ac8dfd3c9ed4#NEWS +- Additional man page + * Sun May 22 2011 Rahul Sundaram - 1.11.2-1 - https://github.com/tatsuhiro-t/aria2/commit/f6625f8dc5557e77fcace9bedaf1815c5eaf763f#NEWS - Drop defattr since it is set by default in recent rpm diff --git a/sources b/sources index 4077aac..2b6b11c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7be0962b1b1ab03631d430c0c306ac09 aria2-1.11.2.tar.xz +d6904fcdd445e0c80b50ef1b28140065 aria2-1.12.1.tar.xz