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
|
||||
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 <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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user