diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 2769be1..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/yum-axelget-0.2.20140407svn14.tar.gz -/yum-axelget-1.0.4.tar.gz -/yum-axelget-1.0.4.20140414git90159ff.tar.gz -/yum-axelget-1.0.5.1.20140522gitad6fb3e.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..2302adf --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +The plugin seems not to be compatible with dnf (no time/interest from my side to port it to dnf myself) and also has a dead upstream (https://github.com/crook/yum-axelget) diff --git a/sources b/sources deleted file mode 100644 index 577c59e..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -c0e5c89cc72f451c6aa48d72a6667724 yum-axelget-1.0.5.1.20140522gitad6fb3e.tar.gz diff --git a/yum-axelget.spec b/yum-axelget.spec deleted file mode 100644 index d92e0cf..0000000 --- a/yum-axelget.spec +++ /dev/null @@ -1,92 +0,0 @@ -%define pluginshome /usr/lib/yum-plugins - -Name: yum-axelget -Version: 1.0.5.1 -Release: 9.20140522gitad6fb3e%{?dist} -Summary: Download accelerator plug-in for Yum - -Group: Applications/Internet -License: GPLv3 -URL: https://github.com/crook/yum-axelget -Source0: yum-axelget-1.0.5.1.20140522gitad6fb3e.tar.gz - -BuildArch: noarch -BuildRequires: python2-devel, python2-setuptools -Requires: axel, yum, yum-plugin-fastestmirror - -%description -This is a plug-in for the Yum package tool. It speeds up your -downloads using the Axel download accelerator client. - -%prep -%setup -q -n %{name}-%{version} - -%build -%py2_build - -%install -%py2_install - -%files -%doc README.md LICENSE -%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/axelget.conf -%{pluginshome}/axelget.py* -%{python2_sitelib}/*.egg-info - -%changelog -* Sat Jul 14 2018 Fedora Release Engineering - 1.0.5.1-9.20140522gitad6fb3e -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Sat Feb 10 2018 Iryna Shcherbina - 1.0.5.1-8.20140522gitad6fb3e -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Fri Feb 09 2018 Fedora Release Engineering - 1.0.5.1-7.20140522gitad6fb3e -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 1.0.5.1-6.20140522gitad6fb3e -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 1.0.5.1-5.20140522gitad6fb3e -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 1.0.5.1-4.20140522gitad6fb3e -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 1.0.5.1-3.20140522gitad6fb3e -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 1.0.5.1-2.20140522gitad6fb3e -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Thu May 22 2014 Andrea Veri - 1.0.5.1-1.20140522gitad6fb3e -- New upstream release. - -* Mon Apr 14 2014 Andrea Veri - 1.0.4-1.20140414git90159ff -- New upstream release. Rebased from https://github.com/crook/yum-axelget. - -* Tue Apr 08 2014 Andrea Veri - 0.2-5.20140407svn14 -- Add a define for the /usr/lib/yum-plugins directory to avoid hardcoding it. -- Adjust the changelog release numbers. - -* Mon Apr 07 2014 Andrea Veri - 0.2-4.20140407svn14 -- Presto's API was moved to Yum itself since Fedora 18. Upstream has just - ported yum-axelget's code to cope with that. Also remove any reference - to EPEL, we won't branch this package to any EL branch for now to not keep - the old sources around at all. (EL7 might be a first good target though given - it makes use of a newer Yum than the one in EPEL 5/6) - -* Wed Oct 02 2013 Andrea Veri - 0.2-3.20130621svn12 -- Added the full path to the axelget.py file. -- Removed the wildcard from the python_sitelib folder for the package to not - gain the wrong ownership on the files hosted there. -- Added a doc statement and included the README and LICENSE file. -- Removed the python_sitelib definition. It shouldn't be needed. - -* Fri Jun 21 2013 Andrea Veri - 0.2-2.20130621svn12 -- Improved the summary and description fields. Thanks Michael Schwendt. -- Add an if statement for making sure a requires is setup for yum-presto on - RHEL systems. Fedora merged yum-presto into yum itself lately. - -* Thu Jun 20 2013 Andrea Veri - 0.2-1.20130620svn12 -- First package release.