Expand %{modname} in spec for better readability
This commit is contained in:
parent
f7a9cbe29f
commit
6659c59618
@ -1,6 +1,4 @@
|
|||||||
%global modname lxml
|
Name: python-lxml
|
||||||
|
|
||||||
Name: python-%{modname}
|
|
||||||
Version: 4.7.1
|
Version: 4.7.1
|
||||||
Release: 5%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: XML processing library combining libxml2/libxslt with the ElementTree API
|
Summary: XML processing library combining libxml2/libxslt with the ElementTree API
|
||||||
@ -11,7 +9,7 @@ Summary: XML processing library combining libxml2/libxslt with the Elemen
|
|||||||
# .xsl schematron files are under the MIT and zlib license
|
# .xsl schematron files are under the MIT and zlib license
|
||||||
License: BSD and MIT and zlib
|
License: BSD and MIT and zlib
|
||||||
URL: https://github.com/lxml/lxml
|
URL: https://github.com/lxml/lxml
|
||||||
Source0: %{pypi_source %{modname}}
|
Source0: %{pypi_source lxml}
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
@ -26,7 +24,7 @@ home page < or see our bug tracker at case you want to use the current ...
|
|||||||
|
|
||||||
%description %{_description}
|
%description %{_description}
|
||||||
|
|
||||||
%package -n python3-%{modname}
|
%package -n python3-lxml
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
@ -34,14 +32,14 @@ BuildRequires: python3-Cython
|
|||||||
Suggests: python%{python3_version}dist(cssselect) >= 0.7
|
Suggests: python%{python3_version}dist(cssselect) >= 0.7
|
||||||
Suggests: python%{python3_version}dist(html5lib)
|
Suggests: python%{python3_version}dist(html5lib)
|
||||||
Suggests: python%{python3_version}dist(beautifulsoup4)
|
Suggests: python%{python3_version}dist(beautifulsoup4)
|
||||||
%{?python_provide:%python_provide python3-%{modname}}
|
%{?python_provide:%python_provide python3-lxml}
|
||||||
|
|
||||||
%description -n python3-%{modname} %{_description}
|
%description -n python3-lxml %{_description}
|
||||||
|
|
||||||
Python 3 version.
|
Python 3 version.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{modname}-%{version} -p1
|
%autosetup -n lxml-%{version} -p1
|
||||||
# Remove pregenerated Cython C sources
|
# Remove pregenerated Cython C sources
|
||||||
find -type f -name '*.c' -print -delete
|
find -type f -name '*.c' -print -delete
|
||||||
|
|
||||||
@ -58,11 +56,11 @@ cp -a build/lib.%{python3_platform}-*/* src/
|
|||||||
# The options are: verbose, unit, functional
|
# The options are: verbose, unit, functional
|
||||||
%{python3} test.py -vuf
|
%{python3} test.py -vuf
|
||||||
|
|
||||||
%files -n python3-%{modname}
|
%files -n python3-lxml
|
||||||
%license LICENSES.txt doc/licenses/BSD.txt doc/licenses/elementtree.txt
|
%license LICENSES.txt doc/licenses/BSD.txt doc/licenses/elementtree.txt
|
||||||
%doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt
|
%doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt
|
||||||
%{python3_sitearch}/%{modname}/
|
%{python3_sitearch}/lxml/
|
||||||
%{python3_sitearch}/%{modname}-*.egg-info/
|
%{python3_sitearch}/lxml-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.7.1-5
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.7.1-5
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user