rebuilt with py36 support [release 2.6.0-2mamba;Thu May 16 2019]
This commit is contained in:
parent
b637079c15
commit
ad2f5f87ff
@ -1,6 +1,6 @@
|
|||||||
Name: python-babel
|
Name: python-babel
|
||||||
Version: 2.6.0
|
Version: 2.6.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Library for internationalizing Python applications
|
Summary: Library for internationalizing Python applications
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -29,6 +29,10 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description tool
|
%description tool
|
||||||
Tool to build and work with gettext message catalogs.
|
Tool to build and work with gettext message catalogs.
|
||||||
|
|
||||||
|
%if 0%{?with_pyver}
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Babel-%{version}
|
%setup -q -n Babel-%{version}
|
||||||
|
|
||||||
@ -53,7 +57,7 @@ sed -i -e '/^#!/,1d' babel/messages/frontend.py
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%doc doc/*
|
#%doc doc/*
|
||||||
|
|
||||||
@ -64,6 +68,9 @@ sed -i -e '/^#!/,1d' babel/messages/frontend.py
|
|||||||
#ChangeLog COPYING README.txt doc/cmdline.txt
|
#ChangeLog COPYING README.txt doc/cmdline.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 16 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.0-2mamba
|
||||||
|
- rebuilt with py36 support
|
||||||
|
|
||||||
* Tue Jun 05 2018 Automatic Build System <autodist@mambasoft.it> 2.6.0-1mamba
|
* Tue Jun 05 2018 Automatic Build System <autodist@mambasoft.it> 2.6.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user