[python26-boto/el5: 3/21] More cleanup

gholms gholms at fedoraproject.org
Mon Feb 10 23:19:21 UTC 2014


commit e99b5a834e8743e6d043d102ab374020e30d006a
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Wed Nov 21 14:52:31 2012 -0800

    More cleanup

 python-boto.spec |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/python-boto.spec b/python-boto.spec
index 8c9760d..0d74703 100644
--- a/python-boto.spec
+++ b/python-boto.spec
@@ -1,14 +1,12 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%global pkgname boto
-
 Summary:        A simple lightweight interface to Amazon Web Services
 Name:           python-boto
 Version:        2.5.2
 Release:        2%{?dist}
 License:        MIT
 Group:          Development/Languages
-URL:            https://github.com/%{pkgname}/%{pkgname}
-Source:         http://pypi.python.org/packages/source/b/%{pkgname}/%{pkgname}-%{version}.tar.gz
+URL:            https://github.com/boto/boto
+Source:         http://pypi.python.org/packages/source/b/boto/boto-%{version}.tar.gz
 BuildRequires:  python-devel >= 2.5, python-setuptools-devel
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -25,7 +23,7 @@ via the Query API. The goal of boto is to provide a very simple, easy to
 use, lightweight wrapper around the Amazon services.
 
 %prep
-%setup -q -n %{pkgname}-%{version}
+%setup -q -n boto-%{version}
 %patch1 -p1
 
 %build


More information about the scm-commits mailing list