Compare commits

...
Sign in to create a new pull request.

1 commit

View file

@ -1,6 +1,6 @@
Name: sendKindle
Version: 2.1
Release: 2%{?dist}
Release: 4%{?dist}
Summary: CLI tool for sending files via email to your Amazon Kindle device
BuildArch: noarch
License: AGPLv3+
@ -8,7 +8,7 @@ URL: https://github.com/kparal/sendKindle
Source0: https://github.com/kparal/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: python2-devel
BuildRequires: python-setuptools-devel
BuildRequires: python-setuptools
Requires: python-setuptools
@ -38,6 +38,10 @@ python setup.py install -O1 --skip-build --root %{buildroot}
%doc README.rst LICENSE
%changelog
* Tue Nov 05 2013 Kamil Páral <kparal@redhat.com> - 2.1-4
- Change BR: python-setuptools-devel to python-setuptools
https://lists.fedoraproject.org/pipermail/devel/2013-November/191344.html
* Mon Jul 08 2013 Kamil Páral <kparal@redhat.com> - 2.1-2
- Add python-setuptools dependency (#982243)