[bitlyclip] Added requirement on python-setuptools.

Ralph Bean ralph at fedoraproject.org
Thu Oct 4 14:10:33 UTC 2012


commit ddd8ad253e07a345ac255e2fc8457ccebeb51ea9
Author: Ralph Bean <rbean at redhat.com>
Date:   Thu Oct 4 10:10:20 2012 -0400

    Added requirement on python-setuptools.

 bitlyclip.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/bitlyclip.spec b/bitlyclip.spec
index c97009f..15c42fc 100644
--- a/bitlyclip.spec
+++ b/bitlyclip.spec
@@ -1,6 +1,6 @@
 Name:             bitlyclip
 Version:          0.2.2
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          Shorten urls in the X clipboard with bit.ly
 
 Group:            Development/Libraries
@@ -13,6 +13,7 @@ BuildArch:        noarch
 BuildRequires:    python2-devel
 BuildRequires:    python-setuptools
 
+Requires:         python-setuptools
 Requires:         python-bitlyapi
 Requires:         notify-python
 Requires:         xsel
@@ -42,6 +43,9 @@ It makes a nice 'hotkey' in whatever window manager you're using.
 %{_bindir}/bitlyclip
 
 %changelog
+* Thu Oct 04 2012 Ralph Bean <rbean at redhat.com> - 0.2.2-2
+- Added requirement on python-setuptools.
+
 * Wed Aug 29 2012 Ralph Bean <rbean at redhat.com> - 0.2.2-1
 - Upstream release simply removes a shebang where it needn't be.
 


More information about the scm-commits mailing list