]> git.pld-linux.org Git - packages/python-boto.git/commitdiff
- Version: 2.0b4 (1.9b won't work well with Python 2.7) auto/th/python-boto-2_0-0_b4_1
authorJacek Konieczny <jajcus@pld-linux.org>
Thu, 17 Feb 2011 10:19:57 +0000 (10:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- utilities moved to the 'boto' package, python-boto now contains only the
  Python library

Changed files:
    python-boto.spec -> 1.11

python-boto.spec

index 3de405b94a322941eee720b5ee324987851e2360..f6aaddc7563e82fbb175e9cd4305a2adbcb792f5 100644 (file)
@@ -2,12 +2,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
@@ -24,8 +25,19 @@ offered by Amazon Web Services.
 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
@@ -45,12 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 %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}/*
This page took 0.06345 seconds and 4 git commands to generate.