]> git.pld-linux.org Git - packages/python-boto.git/commitdiff
- initial PLD release auto/th/python-boto-1_0a-1
authorPatryk Zawadzki <patrys@room-303.com>
Mon, 7 Jan 2008 14:24:46 +0000 (14:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-boto.spec -> 1.1

python-boto.spec [new file with mode: 0644]

diff --git a/python-boto.spec b/python-boto.spec
new file mode 100644 (file)
index 0000000..5261dbc
--- /dev/null
@@ -0,0 +1,41 @@
+%define realname boto
+Summary:       An integrated interface to infrastructural services offered by Amazon Web Services
+Name:          python-%{realname}
+Version:       1.0a
+Release:       1
+License:       MIT
+Group:         Libraries/Python
+Source0:       http://boto.googlecode.com/files/%{realname}-%{version}.tar.gz
+# Source0-md5: 3c783c9b8d020d874994c710f1babf27
+Url:           http://code.google.com/p/boto/
+BuildRequires: python-devel
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.219
+%pyrequires_eq python
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+An integrated interface to current and future infrastructural services offered by Amazon Web Services.
+
+%prep
+%setup -q -n %{realname}-%{version}
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+python setup.py install \
+       --root=$RPM_BUILD_ROOT \
+       --optimize=2
+rm -rf $RPM_BUILD_ROOT%{py_sitescriptdir}/tests
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{py_sitescriptdir}/%{realname}
This page took 0.143727 seconds and 4 git commands to generate.