[sendKindle/f19] Change BR: python-setuptools-devel to python-setuptools

Kamil Páral kparal at fedoraproject.org
Tue Nov 5 12:03:19 UTC 2013


commit 3fe082be80948e37149d5934b92f1371ce8a80e1
Author: Kamil Páral <kparal at redhat.com>
Date:   Tue Nov 5 11:21:32 2013 +0100

    Change BR: python-setuptools-devel to python-setuptools
    
      https://lists.fedoraproject.org/pipermail/devel/2013-November/191344.html

 sendKindle.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/sendKindle.spec b/sendKindle.spec
index 90496d3..455c731 100644
--- a/sendKindle.spec
+++ b/sendKindle.spec
@@ -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 at 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 at redhat.com> - 2.1-2
 - Add python-setuptools dependency (#982243)
 


More information about the scm-commits mailing list