patch to latest git because it was entirely broken

This commit is contained in:
Matthew Miller 2017-06-12 11:04:49 -04:00
commit c847f7aecc
2 changed files with 1356 additions and 2 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,16 +1,18 @@
%global commit 75c5aa4b273d0227497e0daf4da29268bf118ba4
%global commit cd4a9eea52f1740aa8de10d8c75ab2f6c17de52b
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: acd_cli
Version: 0.3.2
Release: 5%{?dist}
Release: 0.20170530.git%{shortcommit}%{?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
Patch0: acd_cli-0.3.2-to-af929608f6279fca56e6c9ac6c48bd76d4ff1dcb.patch
BuildArch: noarch
BuildRequires: python3-devel
@ -31,6 +33,8 @@ currently in beta stage.
%prep
%setup -q
%patch0 -p1 -b git
%build
%{__python3} setup.py build
@ -54,6 +58,9 @@ ln -s acd_cli $RPM_BUILD_ROOT/%_bindir/acdcli
%_bindir/acd_cli
%changelog
* Mon Jun 12 2017 Matthew Miller <mattdm@fedoraproject.org> - 0.3.2-gitcd4a9ee
- because it was entirely broken.
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild