diff --git python-4Suite-XML/python-4Suite-XML.spec python-4Suite-XML/python-4Suite-XML.spec.tmp index 80c476d9b4..e66efa9217 100644 --- python-4Suite-XML/python-4Suite-XML.spec +++ python-4Suite-XML/python-4Suite-XML.spec.tmp @@ -2,7 +2,7 @@ Name: python-4Suite-XML Version: 1.0.2 -Release: 27%{?dist} +Release: 28%{?dist} Summary: A collection of XML-related technologies for Python Group: Development/Libraries @@ -20,15 +20,23 @@ BuildRequires: python-devel %filter_provides_in %{python_sitearch}/Ft/.*\.so$ %filter_setup -%description -4Suite-XML is a suite of Python modules for XML and RDF processing. -Its major components include the following: - - * Ft.Xml.Domlette: A very fast, lightweight XPath-oriented DOM. - * Ft.Xml.XPath: An XPath 1.0 implementation for Domlette documents. - * Ft.Xml.Xslt: A robust XSLT 1.0 processor. +%global _description\ +4Suite-XML is a suite of Python modules for XML and RDF processing.\ +Its major components include the following:\ +\ + * Ft.Xml.Domlette: A very fast, lightweight XPath-oriented DOM.\ + * Ft.Xml.XPath: An XPath 1.0 implementation for Domlette documents.\ + * Ft.Xml.Xslt: A robust XSLT 1.0 processor.\ * Ft.Lib: Various support libraries that can be used independently. +%description %_description + +%package -n python2-4suite-xml +Summary: %summary +%{?python_provide:%python_provide python2-4suite-xml} + +%description -n python2-4suite-xml %_description + %prep %setup -q -n 4Suite-XML-%{version} %patch0 -p1 -b .expat-dos @@ -63,7 +71,7 @@ rm $RPM_BUILD_ROOT%{_datadir}/doc/4Suite/{COPYRIGHT,README} %clean rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-4suite-xml %defattr(-,root,root,-) %doc COPYRIGHT README html %{_bindir}/4* @@ -73,6 +81,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/4Suite %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.0.2-28 +- Python 2 binary package renamed to python2-4suite-xml + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 1.0.2-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild