More cleanup

f38
Garrett Holmstrom 12 years ago
parent eaea98ec7b
commit e99b5a834e

@ -1,14 +1,12 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?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 Summary: A simple lightweight interface to Amazon Web Services
Name: python-boto Name: python-boto
Version: 2.5.2 Version: 2.5.2
Release: 2%{?dist} Release: 2%{?dist}
License: MIT License: MIT
Group: Development/Languages Group: Development/Languages
URL: https://github.com/%{pkgname}/%{pkgname} URL: https://github.com/boto/boto
Source: http://pypi.python.org/packages/source/b/%{pkgname}/%{pkgname}-%{version}.tar.gz Source: http://pypi.python.org/packages/source/b/boto/boto-%{version}.tar.gz
BuildRequires: python-devel >= 2.5, python-setuptools-devel BuildRequires: python-devel >= 2.5, python-setuptools-devel
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 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. use, lightweight wrapper around the Amazon services.
%prep %prep
%setup -q -n %{pkgname}-%{version} %setup -q -n boto-%{version}
%patch1 -p1 %patch1 -p1
%build %build

Loading…
Cancel
Save