diff --git python-flatland/python-flatland.spec python-flatland/python-flatland.spec.tmp index 7ee75bc291..8e89105b33 100644 --- python-flatland/python-flatland.spec +++ python-flatland/python-flatland.spec.tmp @@ -2,7 +2,7 @@ Name: python-flatland Version: 0.0.2 -Release: 11%{?dist} +Release: 12%{?dist} Summary: HTML form management and validation License: MIT @@ -12,14 +12,22 @@ Source0: jek-flatland-0938e70bb76d.tar.bz2 BuildArch: noarch BuildRequires: python-devel python-nose python-blinker -Requires: python-genshi python-blinker -%description -Flatland maps between rich, structured Python application data and the -string-oriented flat namespace of web forms, key/value stores, text -files and user input. Flatland provides a schema-driven mapping toolkit +%global _description\ +Flatland maps between rich, structured Python application data and the\ +string-oriented flat namespace of web forms, key/value stores, text\ +files and user input. Flatland provides a schema-driven mapping toolkit\ with optional data validation. +%description %_description + +%package -n python2-flatland +Summary: %summary +Requires: python-genshi python-blinker +%{?python_provide:%python_provide python2-flatland} + +%description -n python2-flatland %_description + %prep %setup -qn jek-flatland-0938e70bb76d @@ -37,7 +45,7 @@ nosetests -v %clean %{__rm} -rf %{buildroot} -%files +%files -n python2-flatland %defattr(-,root,root,-) %doc AUTHORS LICENSE README %{python_sitelib}/flatland-*py?.?.egg-info @@ -45,6 +53,10 @@ nosetests -v %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.0.2-12 +- Python 2 binary package renamed to python2-flatland + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.0.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild @@ -76,4 +88,4 @@ nosetests -v - Review fixes. * Thu Dec 15 2011 Jon Ciesla - 0.0.2-1 -- Initial package. \ No newline at end of file +- Initial package.