SPECS: python-boto.spec (NEW) - initial PLD release
patrys
patrys at pld-linux.org
Mon Jan 7 15:24:51 CET 2008
Author: patrys Date: Mon Jan 7 14:24:51 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial PLD release
---- Files affected:
SPECS:
python-boto.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/python-boto.spec
diff -u /dev/null SPECS/python-boto.spec:1.1
--- /dev/null Mon Jan 7 15:24:51 2008
+++ SPECS/python-boto.spec Mon Jan 7 15:24:46 2008
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+%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}
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2008-01-07 14:24:46 patrys
+- initial PLD release
+
================================================================
More information about the pld-cvs-commit
mailing list