diff --git python-myghty/python-myghty.spec python-myghty/python-myghty.spec.tmp index 2f10712ae6..39b7e33f12 100644 --- python-myghty/python-myghty.spec +++ python-myghty/python-myghty.spec.tmp @@ -4,7 +4,7 @@ Name: python-myghty Version: 1.2 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Python-based templating system derived from HTML::Mason Group: Development/Libraries @@ -22,15 +22,23 @@ BuildRequires: python-setuptools %endif -%description -Myghty is a Python based web and templating framework originally based on -HTML::Mason, the enterprise-level framework used by Amazon.com, del.icio.us -and Salon.com, among many others. Myghty fully implements Mason's templating -language, component-based architecture, and caching system, and goes beyond, -adding new paradigms such the Module Components controller paradigm, full -Python whitespace syntax, threading support, WSGI support, session support, +%global _description\ +Myghty is a Python based web and templating framework originally based on\ +HTML::Mason, the enterprise-level framework used by Amazon.com, del.icio.us\ +and Salon.com, among many others. Myghty fully implements Mason's templating\ +language, component-based architecture, and caching system, and goes beyond,\ +adding new paradigms such the Module Components controller paradigm, full\ +Python whitespace syntax, threading support, WSGI support, session support,\ and much more. +%description %_description + +%package -n python2-myghty +Summary: %summary +%{?python_provide:%python_provide python2-myghty} + +%description -n python2-myghty %_description + %prep %setup -q -n Myghty-%{version} @@ -48,13 +56,17 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-myghty %defattr(-,root,root,-) %doc doc/html/* examples LICENSE README %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.2-13 +- Python 2 binary package renamed to python2-myghty + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.2-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild