diff --git a/.cvsignore b/.cvsignore index 87a9ef5..1c5b8a6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -aria2c-1.0.1.tar.bz2 +aria2-1.3.1.tar.bz2 diff --git a/aria2.spec b/aria2.spec index 894125c..a5e529b 100644 --- a/aria2.spec +++ b/aria2.spec @@ -1,13 +1,13 @@ %define binname aria2c Name: aria2 -Version: 1.0.1 -Release: 3%{?dist} +Version: 1.3.1 +Release: 1%{?dist} Summary: High speed download utility with resuming and segmented downloading Group: Applications/Internet License: GPLv2 URL: http://aria2.sourceforge.net/ -Source0: http://downloads.sourceforge.net/%{binname}/%{binname}-%{version}.tar.bz2 +Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: bison BuildRequires: c-ares-devel cppunit-devel @@ -36,7 +36,7 @@ Currently it has following features: - Limiting download/upload speed %prep -%setup -q -n %{binname}-%{version} +%setup -q %build %configure --enable-bittorrent \ @@ -58,15 +58,15 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -%find_lang aria2c +%find_lang %{name} rm -f $RPM_BUILD_ROOT%{_datadir}/locale/locale.alias -rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{binname} +rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name} %clean rm -rf $RPM_BUILD_ROOT -%files -f aria2c.lang +%files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README doc/aria2c.1.html %{_bindir}/%{binname} @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Apr 14 2009 Robert Scheck - 1.3.1-1 +- Upgrade to 1.3.1 + * Mon Feb 23 2009 Fedora Release Engineering - 1.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index a9719c6..431d6f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -50d804451022d9f9fd03cc34d0862c1e aria2c-1.0.1.tar.bz2 +b6dba5a335936b1dd5a47ede2cabdbc5 aria2-1.3.1.tar.bz2