Update to 0.2.4
This commit is contained in:
parent
556c18c24e
commit
0707ff204f
@ -1 +1 @@
|
||||
Mako-0.1.10.tar.gz
|
||||
Mako-0.2.4.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Name: python-mako
|
||||
Version: 0.1.10
|
||||
Release: 3%{?dist}
|
||||
Version: 0.2.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Mako template library for Python
|
||||
|
||||
Group: Development/Languages
|
||||
@ -45,10 +45,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGES LICENSE README doc examples
|
||||
%{_bindir}/mako-render
|
||||
%{python_sitelib}/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 06 2009 Luke Macken <lmacken@redhat.com> - 0.2.4-1
|
||||
- Update to 0.2.4
|
||||
|
||||
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1.10-3
|
||||
- Rebuild for Python 2.6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user