source: projects/specs/trunk/p/python-beaker/python-beaker-vl.spec @ 9546

Revision 9546, 4.5 KB checked in by kudoh, 9 years ago (diff)

new upstream release

Line 
1%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
2
3Name: python-beaker
4Version: 1.7.0
5Release: 1%{?_dist_release}
6Summary: WSGI middleware layer to provide sessions
7Summary(ja): セッションを提供するための WSGI ミドルウェアレイヤ
8
9Group: Development/Languages
10License: BSD
11URL: http://beaker.groovie.org/
12Source0: http://pypi.python.org/packages/source/B/Beaker/Beaker-%{version}.tar.gz
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14BuildArch: noarch
15BuildRequires: python-setuptools
16#Patch1: %{name}-absimport.patch
17
18%description
19Beaker is a caching library that includes Session and Cache objects built on
20Myghty's Container API used in MyghtyUtils. WSGI middleware is also included to
21manage Session objects and signed cookies.
22
23
24%prep
25%setup -q -n Beaker-%{version}
26#%patch1 -p0 -b .absimport
27
28
29%build
30%{__python} setup.py build
31
32
33%install
34rm -rf $RPM_BUILD_ROOT
35%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
36
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41
42%files
43%defattr(-,root,root,-)
44#%doc CHANGELOG
45%{python_sitelib}/beaker/
46%{python_sitelib}/Beaker*
47
48
49%changelog
50* Wed May 06 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.7.0-1
51- new upstream release
52- deleted %%doc
53  -- these files were not exist..
54
55* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.6.4-2
56- rebuild with VineSeed environment
57
58* Fri Sep 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.6.4-1
59- new upstream release
60
61* Sun Mar 18 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.6.3-1
62- new upstream release
63
64* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.6.2-2
65- rebuild with python-2.7.2
66
67* Mon Jan 16 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.6.2-1
68- new upstream release
69- fixed previous working log
70
71* Sat Nov 12 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.6.1-1
72- new upstream release
73
74* Wed Sep 29 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.5.4-2
75- rebuilt with rpm-4.8.1 for pkg-config
76
77* Sun Jun 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.5.4-1
78- new upstream release
79
80* Thu Mar 18 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.5.3-1
81- initail build for VineSeed
82
83* Fri Jan 22 2010 Luke Macken <lmacken@redhat.com> - 1.5.1-1
84- Update to 1.5.1
85- Remove beaker-hmac2.4.patch, which made it into 1.4 upstream
86- Remove middleware-config.patch which is also upstream
87
88* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-6
89- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
90
91* Tue Jul 21 2009 Kyle VanderBeek <kylev@kylev.com> - 1.3.1-5
92- Add patch based on upstream hg 403ef7c82d32 for config overwriting that
93  breaks Pylons unit tests
94
95* Sat Jun 27 2009 Luke Macken <lmacken@redhat.com> - 1.3.1-4
96- Add a patch to remove the use of __future__.absolute_import in the google
97  backend
98
99* Sat Jun 20 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 1.3.1-3
100- Different hmac patch suitable for upstream inclusion.
101
102* Tue Jun 02 2009 Luke Macken <lmacken@redhat.com> - 1.3.1-2
103- Add a patch to remove Beaker's use of hashlib on Python2.4,
104  due to incompatiblities with Python's hmac module (#503772)
105
106* Sun May 31 2009 Luke Macken <lmacken@redhat.com> - 1.3.1-1
107- Update to 1.3.1
108
109* Tue Apr 07 2009 Felix Schwarz <felix.schwarz@oss.schwarz.eu> - 1.3-1
110- Update to 1.3
111 
112* Sun Apr 05 2009 Felix Schwarz <felix.schwarz@oss.schwarz.eu> - 1.2.3-1
113- Update to 1.2.3
114 
115* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-2
116- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
117
118* Tue Jan 06 2009 Luke Macken <lmacken@redhat.com> - 1.1.3-1
119- Update to 1.1.3
120
121* Sat Dec 20 2008 Felix Schwarz <felix.schwarz@oss.schwarz.eu> - 1.1.2-1
122- Update to 1.1.2
123 
124* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.0.3-2
125- Rebuild for Python 2.6
126
127* Tue Jun 24 2008 Felix Schwarz <felix.schwarz@oss.schwarz.eu> - 1.0.3-1
128- Update to 1.0.3.
129
130* Tue Jun 24 2008 Kyle VanderBeek <kylev@kylev.com> - 0.9.5-1
131- Update to 0.9.5.
132- Remove license patch which is now corrected upstream.
133
134* Mon May 12 2008 Kyle VanderBeek <kylev@kylev.com> - 0.9.4-4
135- Fix files to not use wildcard, fixing dir ownership
136
137* Mon May 12 2008 Kyle VanderBeek <kylev@kylev.com> - 0.9.4-3
138- Corrected license
139
140* Mon May 12 2008 Kyle VanderBeek <kylev@kylev.com> - 0.9.4-2
141- More restrictive file includes for safety
142
143* Sun May 11 2008 Kyle VanderBeek <kylev@kylev.com> - 0.9.4-1
144- Update to 0.9.4 (security fix)
145- Fix rpmlint complaints, add CHANGELOG and LICENSE
146
147* Wed Apr  9 2008 Kyle VanderBeek <kylev@kylev.com> - 0.9.3-1
148- Initial version.
Note: See TracBrowser for help on using the repository browser.