source: projects/specs/trunk/p/python-mako/python-mako-vl.spec @ 6696

Revision 6696, 3.5 KB checked in by kudoh, 12 years ago (diff)
RevLine 
[607]1%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
2
3Name: python-mako
[6696]4Version: 0.7.2
[6163]5Release: 1%{?_dist_release}
[607]6Summary: Mako template library for Python
7Summary(ja): Python の Mako テンプレートライブラリ
8
9Group: Development/Languages
10License: MIT
11URL: http://www.makotemplates.org/
12Source0: http://www.makotemplates.org/downloads/Mako-%{version}.tar.gz
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14BuildArch: noarch
15BuildRequires: python-setuptools
16Requires: python-beaker
17
18%description
19Mako is a template library written in Python. It provides a familiar, non-XML
20syntax which compiles into Python modules for maximum performance. Mako's
21syntax and API borrows from the best ideas of many others, including Django
22templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded
23Python (i.e. Python Server Page) language, which refines the familiar ideas of
24componentized layout and inheritance to produce one of the most straightforward
25and flexible models available, while also maintaining close ties to Python
26calling and scoping semantics.
27
28
29%prep
30%setup -q -n Mako-%{version}
31
32
33%build
34%{__python} setup.py build
35
36
37%install
38rm -rf $RPM_BUILD_ROOT
39%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
40
41 
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45
46%files
47%defattr(-,root,root,-)
[5591]48%doc CHANGES LICENSE README.rst doc/ examples/
[607]49%{_bindir}/mako-render
50%{python_sitelib}/*
51
52
53%changelog
[6696]54* Fri Aug 10 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.2-1
55- new upstream release
56
[6559]57* Thu Jul 12 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.1-1
58- new upstream release
59
[6163]60* Thu May 10 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.0-1
61- new upstream release
62
[5701]63* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.6.2-2
64- rebuild with python-2.7.2
65
[5591]66* Wed Feb 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.2-1
67- new upstream release
68
[5143]69* Sat Nov 12 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.0-1
70- new upstream release
71
[4624]72* Sat Aug 20 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.2-1
73- new upstream release
74
[3788]75* Sun May 1 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.1-1
76- new upstream release
77
[2785]78* Sun Feb 27 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.0-1
79- new upstream release
80
[2281]81* Sun Dec 5 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.6-1
82- new upstream release
83
[2184]84* Sun Nov 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.5-1
85- new upstream release
86
[1980]87* Sun Oct 3 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.4-2
88- rebuilt with rpm-4.8.1 for pkg-config
89
[1264]90* Wed Jun 30 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.4-1
91- new upstream release
92
[1142]93* Sat Jun 5 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.3-1
94- new upstream release
95
[607]96* Thu Mar 18 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.2-1
97- initial build for VineSeed
98
99* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-3
100- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
101
102* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-2
103- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
104
105* Tue Jan 06 2009 Luke Macken <lmacken@redhat.com> - 0.2.4-1
106- Update to 0.2.4
107
108* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1.10-3
109- Rebuild for Python 2.6
110
111* Sun May 11 2008 Kyle VanderBeek <kylev@kylev.com> - 0.1.10-2
112- Fix rpmlint warnings.
113- Add docs and examples.
114
115* Wed Apr  9 2008 Kyle VanderBeek <kylev@kylev.com> - 0.1.10-1
116- Initial version.
Note: See TracBrowser for help on using the repository browser.