rebuilt with distdeps [release 4.6.3-2mamba;Sat Apr 10 2021]
This commit is contained in:
parent
d89e241e15
commit
14e9133591
@ -1,24 +1,21 @@
|
||||
Name: python-lxml
|
||||
Version: 4.5.2
|
||||
Release: 1mamba
|
||||
Version: 4.6.3
|
||||
Release: 2mamba
|
||||
Summary: Python binding for the libxml2 and libxslt libraries
|
||||
Group: System/Libraries/Python
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://codespeak.net/lxml/
|
||||
URL: https://codespeak.net/lxml/
|
||||
Source: http://pypi.debian.net/lxml/lxml-%{version}.tar.gz
|
||||
License: BSD, MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython3-devel >= 3.7.4
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
lxml is a Pythonic binding for the libxml2 and libxslt libraries.
|
||||
@ -27,7 +24,6 @@ It is unique in that it combines the speed and feature completeness of these lib
|
||||
%package doc
|
||||
Group: Documentation
|
||||
Summary: Documentation package for %{name}
|
||||
Requires: %{name} = %{?epoch:epoch:}%{version}-%{release}
|
||||
|
||||
%description doc
|
||||
lxml is a Pythonic binding for the libxml2 and libxslt libraries.
|
||||
@ -55,7 +51,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--single-version-externally-managed \
|
||||
--record=%{name}.filelist
|
||||
|
||||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
rm -f doc/html/pubkey.asc
|
||||
|
||||
@ -64,6 +60,8 @@ rm -f doc/html/pubkey.asc
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/lxml-%{version}-py*.egg-info
|
||||
%{python_sitearch}/lxml-%{version}-py*.egg-info/*
|
||||
%doc CREDITS.txt LICENSES.txt
|
||||
|
||||
%files doc
|
||||
@ -72,6 +70,21 @@ rm -f doc/html/pubkey.asc
|
||||
%doc CHANGES.txt TODO.txt
|
||||
|
||||
%changelog
|
||||
* Sat Apr 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.6.3-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Mon Mar 22 2021 Automatic Build System <autodist@mambasoft.it> 4.6.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 02 2020 Automatic Build System <autodist@mambasoft.it> 4.6.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 19 2020 Automatic Build System <autodist@mambasoft.it> 4.6.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 18 2020 Automatic Build System <autodist@mambasoft.it> 4.6.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jul 11 2020 Automatic Build System <autodist@mambasoft.it> 4.5.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user