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.0.tar.gz
|
||||||
/Mako-0.4.2.tar.gz
|
/Mako-0.4.2.tar.gz
|
||||||
/Mako-0.5.0.tar.gz
|
/Mako-0.5.0.tar.gz
|
||||||
|
/Mako-0.7.3.tar.gz
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-mako
|
Name: python-mako
|
||||||
Version: 0.5.0
|
Version: 0.7.3
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Mako template library for Python
|
Summary: Mako template library for Python
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -121,19 +121,22 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc CHANGES LICENSE README doc examples
|
%doc CHANGES LICENSE README.rst doc examples
|
||||||
%{_bindir}/mako-render
|
%{_bindir}/mako-render
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%files -n python3-mako
|
%files -n python3-mako
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc CHANGES LICENSE README doc examples
|
%doc CHANGES LICENSE README.rst doc examples
|
||||||
%{_bindir}/python3-mako-render
|
%{_bindir}/python3-mako-render
|
||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user