From 88134041597b4fe81e35a3807be190f47428fb22 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Sun, 2 Oct 2016 10:56:33 -0400 Subject: [PATCH 1/2] update Requires --- acd_cli.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/acd_cli.spec b/acd_cli.spec index fcb9a66..14b69f3 100644 --- a/acd_cli.spec +++ b/acd_cli.spec @@ -4,7 +4,7 @@ Name: acd_cli Version: 0.3.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A command line interface and FUSE filesystem for Amazon Cloud Drive License: GPLv2+ @@ -17,9 +17,9 @@ BuildRequires: python3-devel # in order from https://acd-cli.readthedocs.org/en/latest/setup.html#python-packages Requires: python3-appdirs Requires: python3-colorama -Recommends: python3-dateutils +Requires: python3-dateutil Requires: python3-requests > 2.1.0 -Recommends: python3-requests-toolbelt +Requires: python3-requests-toolbelt Requires: python3-sqlalchemy %description @@ -53,6 +53,11 @@ ln -s acd_cli $RPM_BUILD_ROOT/%_bindir/acdcli %_bindir/acd_cli %changelog +* Sun Oct 2 2016 Matthew Miller - 03.2-2 +- package docs say "dateutils' but means "dateutil" +- change that and requests-toolbelt to hard dep, because package will not actually + function without + * Sat Sep 3 2016 Juan Orti Alcaine - 0.3.2-1 - Version 0.3.2 From bf280ea7e0dc10b99c1ed7624694a5b8ddeaf878 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Mon, 24 Jul 2017 13:25:02 -0400 Subject: [PATCH 2/2] Amazon has effectively banned open source clients. This package is dead. --- .gitignore | 2 -- acd_cli.spec | 76 ---------------------------------------------------- dead.package | 1 + sources | 1 - 4 files changed, 1 insertion(+), 79 deletions(-) delete mode 100644 .gitignore delete mode 100644 acd_cli.spec create mode 100644 dead.package delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 425ce64..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/0.3.1.tar.gz -/0.3.2.tar.gz diff --git a/acd_cli.spec b/acd_cli.spec deleted file mode 100644 index cacf687..0000000 --- a/acd_cli.spec +++ /dev/null @@ -1,76 +0,0 @@ -%global commit 75c5aa4b273d0227497e0daf4da29268bf118ba4 -%global shortcommit %(c=%{commit}; echo ${c:0:7}) - - -Name: acd_cli -Version: 0.3.2 -Release: 3%{?dist} -Summary: A command line interface and FUSE filesystem for Amazon Cloud Drive - -License: GPLv2+ -URL: https://github.com/yadayada/acd_cli -Source0: https://github.com/yadayada/acd_cli/archive/%{version}.tar.gz - -BuildArch: noarch -BuildRequires: python3-devel - -# in order from https://acd-cli.readthedocs.org/en/latest/setup.html#python-packages -Requires: python3-appdirs -Requires: python3-colorama -Requires: python3-dateutil -Requires: python3-requests > 2.1.0 -Requires: python3-requests-toolbelt -Requires: python3-sqlalchemy -Recommends: python3-fuse - -%description -acd_cli provides a command line interface to Amazon Cloud Drive and allows -mounting your cloud drive using FUSE for read and write access. It is -currently in beta stage. - -%prep -%setup -q - -%build -%{__python3} setup.py build - - -%install -rm -rf $RPM_BUILD_ROOT -%{__python3} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT - -# default installs acd_cli, acdcli, and acd_cli.py -- docs only refer -# to the first two. -rm $RPM_BUILD_ROOT/%_bindir/{acd_cli,acdcli} -mv $RPM_BUILD_ROOT/%_bindir/acd_cli.py $RPM_BUILD_ROOT/%_bindir/acd_cli -ln -s acd_cli $RPM_BUILD_ROOT/%_bindir/acdcli - -%files -%doc README.rst CONTRIBUTING.rst -%license LICENSE -%{python3_sitelib}/acdcli/ -%{python3_sitelib}/acdcli-*egg-info/ -%_bindir/acdcli -%_bindir/acd_cli - -%changelog -* Tue Nov 22 2016 Juan Orti Alcaine - 0.3.2-3 -- Add python3-fuse dependency - -* Sun Oct 2 2016 Matthew Miller - 03.2-2 -- package docs say "dateutils' but means "dateutil" -- change that and requests-toolbelt to hard dep, because package will not actually - function without - -* Sat Sep 3 2016 Juan Orti Alcaine - 0.3.2-1 -- Version 0.3.2 - -* Tue Jul 19 2016 Fedora Release Engineering - 0.3.1-3 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Wed Feb 03 2016 Fedora Release Engineering - 0.3.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Dec 1 2015 Matthew Miller - 0.3.1-1 -- initial RPM - diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..d9f8855 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Amazon has effectively banned open source clients. This package is dead. diff --git a/sources b/sources deleted file mode 100644 index 8079ef9..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -9e37108191f178a270583d3536cffc0f 0.3.2.tar.gz