rebuilt with distdeps [release 2.5.2-2mamba;Sat Nov 12 2022]
This commit is contained in:
parent
88b8bd0d1f
commit
f27df48e11
@ -1,31 +1,34 @@
|
|||||||
Name: python-CairoSVG
|
Name: python-CairoSVG
|
||||||
Version: 2.5.2
|
Version: 2.5.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A Simple SVG Converter for Cairo
|
Summary: A Simple SVG Converter for Cairo
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://pypi.python.org/pypi/CairoSVG
|
URL: https://pypi.org/project/CairoSVG/
|
||||||
Source: https://pypi.debian.net/CairoSVG/CairoSVG-%{version}.tar.gz
|
Source: https://pypi.debian.net/CairoSVG/CairoSVG-%{version}.tar.gz
|
||||||
#Source: https://pypi.debian.net/CairoSVG/CairoSVG-%{version}.tar.gz
|
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(cairocffi)
|
||||||
|
BuildRequires: python3.7dist(cssselect2)
|
||||||
|
BuildRequires: python3.7dist(defusedxml)
|
||||||
|
BuildRequires: python3.7dist(pillow)
|
||||||
|
BuildRequires: python3.7dist(setuptools)
|
||||||
|
BuildRequires: python3.7dist(tinycss2)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython3-devel >= 3.7.4
|
|
||||||
Requires: python >= %python_version
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q -n CairoSVG-%{version}
|
|
||||||
|
|
||||||
%if "%{?with_pyver}"
|
%if "%{?with_pyver}"
|
||||||
%pyver_package
|
%pyver_package
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n CairoSVG-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||||
|
|
||||||
@ -38,12 +41,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/CairoSVG-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/CairoSVG-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 12 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.2-2mamba
|
||||||
|
- rebuilt with distdeps
|
||||||
|
|
||||||
* Sat Mar 20 2021 Automatic Build System <autodist@mambasoft.it> 2.5.2-1mamba
|
* Sat Mar 20 2021 Automatic Build System <autodist@mambasoft.it> 2.5.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user