python-boto-vl.spec 3.4 KB

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