Update to 0.7.3 (#784257)
This commit is contained in:
parent
675a6b26d3
commit
b84857680f
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ Mako-0.3.6.tar.gz
|
||||
Mako-0.4.0.tar.gz
|
||||
/Mako-0.4.2.tar.gz
|
||||
/Mako-0.5.0.tar.gz
|
||||
/Mako-0.7.3.tar.gz
|
||||
|
@ -11,8 +11,8 @@
|
||||
%endif
|
||||
|
||||
Name: python-mako
|
||||
Version: 0.5.0
|
||||
Release: 6%{?dist}
|
||||
Version: 0.7.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Mako template library for Python
|
||||
|
||||
Group: Development/Languages
|
||||
@ -121,19 +121,22 @@ rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGES LICENSE README doc examples
|
||||
%doc CHANGES LICENSE README.rst doc examples
|
||||
%{_bindir}/mako-render
|
||||
%{python_sitelib}/*
|
||||
|
||||
%if 0%{?with_python3}
|
||||
%files -n python3-mako
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGES LICENSE README doc examples
|
||||
%doc CHANGES LICENSE README.rst doc examples
|
||||
%{_bindir}/python3-mako-render
|
||||
%{python3_sitelib}/*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Apr 9 2013 Luke Macken <lmacken@redhat.com> - 0.7.3-1
|
||||
- Update to 0.7.3 (#784257)
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user