rebuilt with distdeps [release 2.8.0-2mamba;Sat Apr 17 2021]
This commit is contained in:
parent
af2f383ae7
commit
dceb192615
@ -1,24 +1,19 @@
|
|||||||
Name: python-babel
|
Name: python-babel
|
||||||
Version: 2.8.0
|
Version: 2.8.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
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://babel.edgewall.org/
|
URL: https://babel.edgewall.org/
|
||||||
Source: https://pypi.debian.net/Babel/Babel-%{version}.tar.gz
|
Source: https://pypi.debian.net/Babel/Babel-%{version}.tar.gz
|
||||||
#Source: http://ftp.edgewall.com/pub/babel/Babel-%{version}.tar.gz
|
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(pytz)
|
||||||
|
BuildRequires: python3.7dist(setuptools)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython3-devel >= 3.7.4
|
|
||||||
Requires: python >= %python_version
|
|
||||||
Requires: python-setuptools
|
|
||||||
Provides: python-babel-tool
|
|
||||||
Obsoletes: python-babel-tool
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -55,7 +50,7 @@ sed -i -e '/^#!/,1d' babel/messages/frontend.py
|
|||||||
--single-version-externally-managed \
|
--single-version-externally-managed \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%if 0%{?with_pyver}
|
%if 0%{?with_pyver}
|
||||||
mv %{buildroot}%{_bindir}/pybabel %{buildroot}%{_bindir}/pybabel-%{?pyappend}
|
mv %{buildroot}%{_bindir}/pybabel %{buildroot}%{_bindir}/pybabel-%{?pyappend}
|
||||||
@ -67,9 +62,14 @@ sed -i "s|%{_bindir}/pybabel|%{_bindir}/pybabel-%{?pyappend}|" %{name}.filelist
|
|||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/Babel-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/Babel-%{version}-py*.egg-info/*
|
||||||
%doc AUTHORS LICENSE
|
%doc AUTHORS LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.0-2mamba
|
||||||
|
- rebuilt with distdeps
|
||||||
|
|
||||||
* Sat Jan 04 2020 Automatic Build System <autodist@mambasoft.it> 2.8.0-1mamba
|
* Sat Jan 04 2020 Automatic Build System <autodist@mambasoft.it> 2.8.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user