python-boto-vl.spec 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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.38.0
  7. Release: 1%{?_dist_release}
  8. License: MIT
  9. Group: Development/Languages
  10. URL: https://github.com/boto/%{pkgname}
  11. #URL: http://code.google.com/p/boto/
  12. Source: https://github.com/downloads/boto/boto/%{pkgname}-%{version}.zip
  13. BuildRequires: python-devel, python-setuptools
  14. BuildRequires: unzip
  15. BuildArch: noarch
  16. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  17. %description
  18. Boto is a Python package that provides interfaces to Amazon Web Services.
  19. It supports S3 (Simple Storage Service), SQS (Simple Queue Service) via
  20. the REST API's provided by those services and EC2 (Elastic Compute Cloud)
  21. via the Query API. The goal of boto is to provide a very simple, easy to
  22. use, lightweight wrapper around the Amazon services.
  23. %prep
  24. %setup -q -n %{pkgname}-%{version}
  25. %build
  26. %{__python} setup.py build
  27. %install
  28. rm -rf $RPM_BUILD_ROOT
  29. %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
  30. # Remove all test scripts
  31. rm -rf $RPM_BUILD_ROOT{%{_bindir},%{python_sitelib}/tests}
  32. %clean
  33. rm -rf $RPM_BUILD_ROOT
  34. %files
  35. %defattr(-,root,root)
  36. %doc docs/ README.rst
  37. %{python_sitelib}/*
  38. %changelog
  39. * Wed May 06 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.38.0-1
  40. - new upstream release
  41. - added BuildRequires: unzip
  42. -- changed archive type tar.gz to zip
  43. * Sat Dec 14 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.20.1-1
  44. - new upstream release
  45. - fixed %%doc
  46. * Sun Apr 28 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.9.0-1
  47. - new upstream release
  48. * Sat Jan 26 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.7.0-1
  49. - new upstream release
  50. * Sat Sep 29 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.0-1
  51. - new upstream release
  52. - fixed %%files
  53. * Mon Jul 09 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.2-1
  54. - new upstream release
  55. * Sat Jun 16 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.1-1
  56. - new upstream release
  57. * Sat Jun 09 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.4.1-1
  58. - new upstream release
  59. * Fri May 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.3.0-1
  60. - new upstream release
  61. * Sat Mar 10 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.2.2-1
  62. - new upstream release
  63. - changed URL and Source
  64. * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.1-2
  65. - rebuild with python-2.7.2
  66. * Mon Nov 07 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.1.1-1
  67. - new upstream release
  68. * Sun May 22 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0b4-1
  69. - new upstream release
  70. * Mon Oct 18 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0b3-1
  71. - new upstream release
  72. * Wed Sep 29 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0b2-2
  73. - rebuilt with rpm-4.8.1 for pkg-config
  74. * Sat Aug 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0b2-1
  75. - new upstream release
  76. - fixed Release macro
  77. * Sat May 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.9b-1
  78. - initial build for VineSeed
  79. * Fri Jul 24 2009 Robert Scheck <robert@fedoraproject.org> 1.8d-1
  80. - Upgrade to 1.8d (#513560)
  81. * Wed Jun 03 2009 Luke Macken <lmacken@redhat.com> 1.7a-2
  82. - Add python-setuptools-devel to our build requirements, for egg-info
  83. * Thu Apr 16 2009 Robert Scheck <robert@fedoraproject.org> 1.7a-1
  84. - Upgrade to 1.7a
  85. * Mon Feb 23 2009 Robert Scheck <robert@fedoraproject.org> 1.5c-2
  86. - Rebuild against rpm 4.6
  87. * Sun Dec 07 2008 Robert Scheck <robert@fedoraproject.org> 1.5c-1
  88. - Upgrade to 1.5c
  89. * Fri Dec 05 2008 Jeremy Katz <katzj@redhat.com> 1.2a-2
  90. - Rebuild for python 2.6
  91. * Wed May 07 2008 Robert Scheck <robert@fedoraproject.org> 1.2a-1
  92. - Upgrade to 1.2a
  93. * Sat Feb 09 2008 Robert Scheck <robert@fedoraproject.org> 1.0a-1
  94. - Upgrade to 1.0a
  95. * Sat Dec 08 2007 Robert Scheck <robert@fedoraproject.org> 0.9d-1
  96. - Upgrade to 0.9d
  97. * Thu Aug 30 2007 Robert Scheck <robert@fedoraproject.org> 0.9b-1
  98. - Upgrade to 0.9b
  99. - Initial spec file for Fedora and Red Hat Enterprise Linux