source: projects/specs/trunk/p/python-boto/python-boto-vl.spec @ 8044

Revision 8044, 3.8 KB checked in by kudoh, 10 years ago (diff)

--force-log

RevLine 
[1057]1%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
2%define pkgname boto
3
4Summary:        A simple lightweight interface to Amazon Web Services
5Summary(ja):    シンプル・軽量な Amazon Web サービスへのインターフェイス
6Name:           python-boto
[8044]7Version:        2.20.1
[5877]8Release:        1%{?_dist_release}
[1057]9License:        MIT
10Group:          Development/Languages
[5877]11URL:            https://github.com/boto/%{pkgname}
[6347]12#URL:           http://code.google.com/p/boto/
[5877]13Source:         https://github.com/downloads/boto/boto/%{pkgname}-%{version}.tar.gz
[1057]14BuildRequires:  python-devel, python-setuptools
15BuildArch:      noarch
16BuildRoot:      %{_tmppath}/%{name}-%{version}-root
17
18%description
19Boto is a Python package that provides interfaces to Amazon Web Services.
20It supports S3 (Simple Storage Service), SQS (Simple Queue Service) via
21the REST API's provided by those services and EC2 (Elastic Compute Cloud)
22via the Query API. The goal of boto is to provide a very simple, easy to
23use, lightweight wrapper around the Amazon services.
24
25%prep
26%setup -q -n %{pkgname}-%{version}
27
28%build
29%{__python} setup.py build
30
31%install
32rm -rf $RPM_BUILD_ROOT
33%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
34
35# Remove all test scripts
36rm -rf $RPM_BUILD_ROOT{%{_bindir},%{python_sitelib}/tests}
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(-,root,root)
[8044]43%doc docs/ README.rst
[1057]44%{python_sitelib}/*
45
46%changelog
[8044]47* Sat Dec 14 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.20.1-1
48- new upstream release
49- fixed %%doc
50
[7637]51* Sun Apr 28 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.9.0-1
52- new upstream release
53
[7375]54* Sat Jan 26 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.7.0-1
55- new upstream release
56
[6867]57* Sat Sep 29 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.0-1
58- new upstream release
59- fixed %%files
60
[7637]61* Mon Jul 09 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.2-1
[6532]62- new upstream release
63
[6347]64* Sat Jun 16 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.1-1
65- new upstream release
66
[6298]67* Sat Jun 09 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.4.1-1
68- new upstream release
69
[6163]70* Fri May 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.3.0-1
71- new upstream release
72
[5877]73* Sat Mar 10 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.2.2-1
74- new upstream release
75- changed URL and Source
76
[5701]77* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.1-2
78- rebuild with python-2.7.2
79
[5125]80* Mon Nov 07 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.1.1-1
81- new upstream release
82
[3932]83* Sun May 22 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0b4-1
84- new upstream release
85
[2106]86* Mon Oct 18 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0b3-1
87- new upstream release
88
[1951]89* Wed Sep 29 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0b2-2
90- rebuilt with rpm-4.8.1 for pkg-config
91
[1628]92* Sat Aug 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0b2-1
93- new upstream release
94- fixed Release macro
95
[1057]96* Sat May 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.9b-1
97- initial build for VineSeed
98
99* Fri Jul 24 2009 Robert Scheck <robert@fedoraproject.org> 1.8d-1
100- Upgrade to 1.8d (#513560)
101
102* Wed Jun 03 2009 Luke Macken <lmacken@redhat.com> 1.7a-2
103- Add python-setuptools-devel to our build requirements, for egg-info
104
105* Thu Apr 16 2009 Robert Scheck <robert@fedoraproject.org> 1.7a-1
106- Upgrade to 1.7a
107
108* Mon Feb 23 2009 Robert Scheck <robert@fedoraproject.org> 1.5c-2
109- Rebuild against rpm 4.6
110
111* Sun Dec 07 2008 Robert Scheck <robert@fedoraproject.org> 1.5c-1
112- Upgrade to 1.5c
113
114* Fri Dec 05 2008 Jeremy Katz <katzj@redhat.com> 1.2a-2
115- Rebuild for python 2.6
116
117* Wed May 07 2008 Robert Scheck <robert@fedoraproject.org> 1.2a-1
118- Upgrade to 1.2a
119
120* Sat Feb 09 2008 Robert Scheck <robert@fedoraproject.org> 1.0a-1
121- Upgrade to 1.0a
122
123* Sat Dec 08 2007 Robert Scheck <robert@fedoraproject.org> 0.9d-1
124- Upgrade to 0.9d
125
126* Thu Aug 30 2007 Robert Scheck <robert@fedoraproject.org> 0.9b-1
127- Upgrade to 0.9b
128- Initial spec file for Fedora and Red Hat Enterprise Linux
Note: See TracBrowser for help on using the repository browser.