packages: python-boto/python-boto.spec - Version: 2.0b4 (1.9b won't work we...

jajcus jajcus at pld-linux.org
Thu Feb 17 11:20:02 CET 2011


Author: jajcus                       Date: Thu Feb 17 10:20:02 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- Version: 2.0b4 (1.9b won't work well with Python 2.7)
- utilities moved to the 'boto' package, python-boto now contains only the
  Python library

---- Files affected:
packages/python-boto:
   python-boto.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: packages/python-boto/python-boto.spec
diff -u packages/python-boto/python-boto.spec:1.10 packages/python-boto/python-boto.spec:1.11
--- packages/python-boto/python-boto.spec:1.10	Sat Nov 13 01:18:39 2010
+++ packages/python-boto/python-boto.spec	Thu Feb 17 11:19:57 2011
@@ -3,12 +3,13 @@
 Summary:	An integrated interface to infrastructural services offered by Amazon Web Services
 Summary(pl.UTF-8):	Zintegrowany interfejs do usług infrastruktury oferowanych przez usługi WWW Amazon
 Name:		python-%{realname}
-Version:	1.9b
-Release:	3
+Version:	2.0
+%define 	beta	b4
+Release:	0.%{beta}.1
 License:	MIT
 Group:		Libraries/Python
-Source0:	http://boto.googlecode.com/files/%{realname}-%{version}.tar.gz
-# Source0-md5:	4fc2fd7b70a971b1363f8465aafe7091
+Source0:	http://boto.googlecode.com/files/%{realname}-%{version}%{beta}.tar.gz
+# Source0-md5:	f00ccf9167fee01d6a415bd4ab156171
 URL:		http://code.google.com/p/boto/
 BuildRequires:	python-devel
 BuildRequires:	rpm-pythonprov
@@ -25,8 +26,19 @@
 Zintegrowany interfejs do aktualnych i przyszłych usług infrastruktury
 oferowanych przez usługi WWW Amazon.
 
+%package -n boto
+Summary:	Python utilities for Amazon Web Services
+Group:		Applications
+Requires:	%{name} = %{version}-%{release}
+
+%description -n boto
+Boto is an integrated Python interface to current and future infrastructural
+services offered by Amazon Web Services. 
+
+This package includes sample utilities implemented with this API.
+
 %prep
-%setup -q -n %{realname}-%{version}
+%setup -q -n %{realname}-%{version}%{beta}
 
 %build
 %{__python} setup.py build
@@ -46,22 +58,24 @@
 %files
 %defattr(644,root,root,755)
 %doc PKG-INFO README 
-%attr(755,root,root) %{_bindir}/elbadmin
-%attr(755,root,root) %{_bindir}/fetch_file
-%attr(755,root,root) %{_bindir}/launch_instance
-%attr(755,root,root) %{_bindir}/list_instances
-%attr(755,root,root) %{_bindir}/s3put
-%attr(755,root,root) %{_bindir}/sdbadmin
-%attr(755,root,root) %{_bindir}/taskadmin
 %{py_sitescriptdir}/boto
 %{py_sitescriptdir}/boto-*.egg-info
 
+%files -n boto
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+
 %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.11  2011/02/17 10:19:57  jajcus
+- Version: 2.0b4 (1.9b won't work well with Python 2.7)
+- utilities moved to the 'boto' package, python-boto now contains only the
+  Python library
+
 Revision 1.10  2010/11/13 00:18:39  pawelz
 - release 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-boto/python-boto.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list