Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

10 commits

Author SHA1 Message Date
Matthew Miller
0bd0d95ec1 Readme explaining death 2017-08-19 10:24:47 -04:00
Matthew Miller
e430b70638 Amazon has effectively banned open source clients. This package is dead. 2017-07-24 13:26:04 -04:00
Matthew Miller
ab1498f344 oh geez dyslexic 2017-06-14 09:51:51 -04:00
Matthew Miller
5a84d83d59 fix changelog 2017-06-14 09:50:11 -04:00
Matthew Miller
f43b162a32 Peter Robinson reminds me that backwards numbers don't work 2017-06-14 09:48:56 -04:00
Matthew Miller
c847f7aecc patch to latest git because it was entirely broken 2017-06-12 11:04:49 -04:00
Fedora Release Engineering
49e7a61972 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-10 05:42:41 +00:00
Miro Hrončok
bf1cdefc2e Rebuild for Python 3.6 2016-12-19 18:20:36 +01:00
Juan Orti Alcaine
3163e6a3d7 Add python3-fuse dependency 2016-11-22 13:51:16 +01:00
Matthew Miller
6bf355b3dd update Requires 2016-10-02 10:56:33 -04:00
5 changed files with 4 additions and 70 deletions

2
.gitignore vendored
View file

@ -1,2 +0,0 @@
/0.3.1.tar.gz
/0.3.2.tar.gz

3
README Normal file
View file

@ -0,0 +1,3 @@
This *was* a tool to access Amazon Cloud Drive from the command line or as a
FUSE filesystem. However, as of 2017 Amazon has locked out all open source
client implementations, rendering this an unavoidably dead project.

View file

@ -1,67 +0,0 @@
%global commit 75c5aa4b273d0227497e0daf4da29268bf118ba4
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: acd_cli
Version: 0.3.2
Release: 1%{?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
Recommends: python3-dateutils
Requires: python3-requests > 2.1.0
Recommends: python3-requests-toolbelt
Requires: python3-sqlalchemy
%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
* Sat Sep 3 2016 Juan Orti Alcaine <jorti@fedoraproject.org> - 0.3.2-1
- Version 0.3.2
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-3
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Tue Dec 1 2015 Matthew Miller <mattdm@fedoraproject.org> - 0.3.1-1
- initial RPM

1
dead.package Normal file
View file

@ -0,0 +1 @@
Amazon has effectively banned open source clients. This package is dead.

View file

@ -1 +0,0 @@
9e37108191f178a270583d3536cffc0f 0.3.2.tar.gz