Upgrade to 1.3.1
This commit is contained in:
parent
c1899f27dd
commit
1998d4f1e9
3 changed files with 12 additions and 9 deletions
|
|
@ -1 +1 @@
|
||||||
aria2c-1.0.1.tar.bz2
|
aria2-1.3.1.tar.bz2
|
||||||
|
|
|
||||||
17
aria2.spec
17
aria2.spec
|
|
@ -1,13 +1,13 @@
|
||||||
%define binname aria2c
|
%define binname aria2c
|
||||||
|
|
||||||
Name: aria2
|
Name: aria2
|
||||||
Version: 1.0.1
|
Version: 1.3.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: High speed download utility with resuming and segmented downloading
|
Summary: High speed download utility with resuming and segmented downloading
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://aria2.sourceforge.net/
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: c-ares-devel cppunit-devel
|
BuildRequires: c-ares-devel cppunit-devel
|
||||||
|
|
@ -36,7 +36,7 @@ Currently it has following features:
|
||||||
- Limiting download/upload speed
|
- Limiting download/upload speed
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{binname}-%{version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-bittorrent \
|
%configure --enable-bittorrent \
|
||||||
|
|
@ -58,15 +58,15 @@ make %{?_smp_mflags}
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make install DESTDIR=$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 -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
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%files -f aria2c.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS ChangeLog COPYING README doc/aria2c.1.html
|
%doc AUTHORS ChangeLog COPYING README doc/aria2c.1.html
|
||||||
%{_bindir}/%{binname}
|
%{_bindir}/%{binname}
|
||||||
|
|
@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 14 2009 Robert Scheck <robert@fedoraproject.org> - 1.3.1-1
|
||||||
|
- Upgrade to 1.3.1
|
||||||
|
|
||||||
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-3
|
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
50d804451022d9f9fd03cc34d0862c1e aria2c-1.0.1.tar.bz2
|
b6dba5a335936b1dd5a47ede2cabdbc5 aria2-1.3.1.tar.bz2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue