python-boto-vl.spec 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
  2. %define pkgname boto
  3. Summary: A simple lightweight interface to Amazon Web Services
  4. Summary(ja): シンプル・軽量な Amazon Web サービスへのインターフェイス
  5. Name: python-boto
  6. Version: 2.4.1
  7. Release: 1%{?_dist_release}
  8. License: MIT
  9. Group: Development/Languages
  10. URL: https://github.com/boto/%{pkgname}
  11. Source: https://github.com/downloads/boto/boto/%{pkgname}-%{version}.tar.gz
  12. BuildRequires: python-devel, python-setuptools
  13. BuildArch: noarch
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  15. %description
  16. Boto is a Python package that provides interfaces to Amazon Web Services.
  17. It supports S3 (Simple Storage Service), SQS (Simple Queue Service) via
  18. the REST API's provided by those services and EC2 (Elastic Compute Cloud)
  19. via the Query API. The goal of boto is to provide a very simple, easy to
  20. use, lightweight wrapper around the Amazon services.
  21. %prep
  22. %setup -q -n %{pkgname}-%{version}
  23. %build
  24. %{__python} setup.py build
  25. %install
  26. rm -rf $RPM_BUILD_ROOT
  27. %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
  28. # Remove all test scripts
  29. rm -rf $RPM_BUILD_ROOT{%{_bindir},%{python_sitelib}/tests}
  30. %clean
  31. rm -rf $RPM_BUILD_ROOT
  32. %files
  33. %defattr(-,root,root)
  34. #%doc README
  35. %{python_sitelib}/*
  36. %changelog
  37. * Sat Jun 09 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.4.1-1
  38. - new upstream release
  39. * Fri May 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.3.0-1
  40. - new upstream release
  41. * Sat Mar 10 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.2.2-1
  42. - new upstream release
  43. - changed URL and Source
  44. * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.1-2
  45. - rebuild with python-2.7.2
  46. * Mon Nov 07 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.1.1-1
  47. - new upstream release
  48. * Sun May 22 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0b4-1
  49. - new upstream release
  50. * Mon Oct 18 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0b3-1
  51. - new upstream release
  52. * Wed Sep 29 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0b2-2
  53. - rebuilt with rpm-4.8.1 for pkg-config
  54. * Sat Aug 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0b2-1
  55. - new upstream release
  56. - fixed Release macro
  57. * Sat May 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.9b-1
  58. - initial build for VineSeed
  59. * Fri Jul 24 2009 Robert Scheck <robert@fedoraproject.org> 1.8d-1
  60. - Upgrade to 1.8d (#513560)
  61. * Wed Jun 03 2009 Luke Macken <lmacken@redhat.com> 1.7a-2
  62. - Add python-setuptools-devel to our build requirements, for egg-info
  63. * Thu Apr 16 2009 Robert Scheck <robert@fedoraproject.org> 1.7a-1
  64. - Upgrade to 1.7a
  65. * Mon Feb 23 2009 Robert Scheck <robert@fedoraproject.org> 1.5c-2
  66. - Rebuild against rpm 4.6
  67. * Sun Dec 07 2008 Robert Scheck <robert@fedoraproject.org> 1.5c-1
  68. - Upgrade to 1.5c
  69. * Fri Dec 05 2008 Jeremy Katz <katzj@redhat.com> 1.2a-2
  70. - Rebuild for python 2.6
  71. * Wed May 07 2008 Robert Scheck <robert@fedoraproject.org> 1.2a-1
  72. - Upgrade to 1.2a
  73. * Sat Feb 09 2008 Robert Scheck <robert@fedoraproject.org> 1.0a-1
  74. - Upgrade to 1.0a
  75. * Sat Dec 08 2007 Robert Scheck <robert@fedoraproject.org> 0.9d-1
  76. - Upgrade to 0.9d
  77. * Thu Aug 30 2007 Robert Scheck <robert@fedoraproject.org> 0.9b-1
  78. - Upgrade to 0.9b
  79. - Initial spec file for Fedora and Red Hat Enterprise Linux