summaryrefslogtreecommitdiffstats
path: root/yum-fast-downloader.spec
diff options
context:
space:
mode:
Diffstat (limited to 'yum-fast-downloader.spec')
-rw-r--r--yum-fast-downloader.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/yum-fast-downloader.spec b/yum-fast-downloader.spec
index 02f64a0..afd417f 100644
--- a/yum-fast-downloader.spec
+++ b/yum-fast-downloader.spec
@@ -1,6 +1,6 @@
Summary: A fast downloader plugin for yum
Name: yum-fast-downloader
-Version: 0.5.2
+Version: 0.5.4
Release: 1
License: GPLv2+
Group: System Environment/Base
@@ -21,16 +21,23 @@ Currently, it provides the following features:
%setup -q
%install
-install -d -m 755 $RPM_BUILD_ROOT/usr/lib/yum-plugins $RPM_BUILD_ROOT/etc/yum/pluginconf.d/
+install -d -m 755 $RPM_BUILD_ROOT/usr/lib/yum-plugins \
+ $RPM_BUILD_ROOT/etc/yum/pluginconf.d/ $RPM_BUILD_ROOT/usr/libexec/
install -m 644 %{name}.py $RPM_BUILD_ROOT/usr/lib/yum-plugins/
install -m 644 %{name}.conf $RPM_BUILD_ROOT/etc/yum/pluginconf.d/
+install -m 755 %{name}-finalize $RPM_BUILD_ROOT/usr/libexec/
%files
%config(noreplace) /etc/yum/pluginconf.d/%{name}.conf
%doc README COPYING
/usr/lib/yum-plugins/*
+/usr/libexec/*
%changelog
+* Sun Jun 12 2011 Hedayat Vatankhah <hedayat.fwd+rpmchlog@gmail.com> - 0.5.4-1
+- Save intermediate download files with a different name, so that presto
+ will not remove aria2c incompletely downloaded files
+
* Thu May 12 2011 Hedayat Vatankhah <hedayat.fwd+rpmchlog@gmail.com> - 0.5.2-1
- Fixed a small bug and add a new config option in 0.5.2