diff --git a/python-babel.spec b/python-babel.spec index 8593f61..bbdf5b4 100644 --- a/python-babel.spec +++ b/python-babel.spec @@ -1,6 +1,6 @@ Name: python-babel Version: 2.6.0 -Release: 1mamba +Release: 2mamba Summary: Library for internationalizing Python applications Group: System/Libraries/Python Vendor: openmamba @@ -29,6 +29,10 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description tool Tool to build and work with gettext message catalogs. +%if 0%{?with_pyver} +%pyver_package +%endif + %prep %setup -q -n Babel-%{version} @@ -53,7 +57,7 @@ sed -i -e '/^#!/,1d' babel/messages/frontend.py %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) #%doc doc/* @@ -64,6 +68,9 @@ sed -i -e '/^#!/,1d' babel/messages/frontend.py #ChangeLog COPYING README.txt doc/cmdline.txt %changelog +* Thu May 16 2019 Silvan Calarco 2.6.0-2mamba +- rebuilt with py36 support + * Tue Jun 05 2018 Automatic Build System 2.6.0-1mamba - automatic version update by autodist