New upstream release
f6625f8dc5 (NEWS)
Drop defattr since it is set by default in recent rpm
This commit is contained in:
parent
0e4cf1091f
commit
79fbf8de55
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@ aria2-1.10.0.tar.xz
|
|||
/aria2-1.10.8.tar.xz
|
||||
/aria2-1.10.9.tar.xz
|
||||
/aria2-1.11.1.tar.xz
|
||||
/aria2-1.11.2.tar.xz
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%define binname aria2c
|
||||
|
||||
Name: aria2
|
||||
Version: 1.11.1
|
||||
Version: 1.11.2
|
||||
Release: 1%{?dist}
|
||||
Summary: High speed download utility with resuming and segmented downloading
|
||||
Group: Applications/Internet
|
||||
|
|
@ -59,12 +59,15 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/locale/locale.alias
|
|||
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog COPYING README doc/aria2c.1.html
|
||||
%{_bindir}/%{binname}
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Sun May 22 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 1.11.2-1
|
||||
- https://github.com/tatsuhiro-t/aria2/commit/f6625f8dc5557e77fcace9bedaf1815c5eaf763f#NEWS
|
||||
- Drop defattr since it is set by default in recent rpm
|
||||
|
||||
* Sun Apr 10 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 1.11.1-1
|
||||
- https://github.com/tatsuhiro-t/aria2/blob/8d8fb31a45f66a29c78911293a60a00ac4903795/NEWS
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
7da63651704738c251ffd5873f248899 aria2-1.11.1.tar.xz
|
||||
7be0962b1b1ab03631d430c0c306ac09 aria2-1.11.2.tar.xz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue