automatic version update by autodist [release 2.3.0-1mamba;Tue Jan 11 2022]
This commit is contained in:
parent
05051d932d
commit
b2b01059b9
@ -1,25 +1,29 @@
|
|||||||
Name: python-cssutils
|
Name: python-cssutils
|
||||||
Version: 1.0.2
|
Version: 2.3.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A Python package to parse and build CSS Cascading Style Sheets.
|
Summary: A Python package to parse and build CSS Cascading Style Sheets.
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://cthedot.de/cssutils/
|
URL: https://cthedot.de/cssutils/
|
||||||
Source: https://pypi.debian.net/cssutils/cssutils-%{version}.tar.gz
|
Source: https://pypi.debian.net/cssutils/cssutils-%{version}.tar.gz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(importlib-metadata)
|
||||||
|
BuildRequires: python3.7dist(setuptools)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
|
||||||
Requires: python >= %python_version
|
|
||||||
Provides: cssutils
|
Provides: cssutils
|
||||||
Obsoletes: cssutils
|
Obsoletes: cssutils < 2.3.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A Python package to parse and build CSS Cascading Style Sheets. Currently a DOM only, no rendering options.
|
A Python package to parse and build CSS Cascading Style Sheets. Currently a DOM only, no rendering options.
|
||||||
|
|
||||||
|
%if 0%{?with_pyver}
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n cssutils-%{version}
|
%setup -q -n cssutils-%{version}
|
||||||
|
|
||||||
@ -31,36 +35,23 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
%{__python} setup.py install \
|
%{__python} setup.py install \
|
||||||
-O1 --skip-build \
|
-O1 --skip-build \
|
||||||
--root="%{buildroot}" \
|
--root="%{buildroot}" \
|
||||||
--install-headers=%{_includedir}/python \
|
--install-headers=%{python_inc} \
|
||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--single-version-externally-managed
|
--record=%{name}.filelist
|
||||||
|
|
||||||
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
rm -rf %{buildroot}%{python_sitearch}/tests
|
rm -rf %{buildroot}%{python_sitearch}/tests
|
||||||
|
|
||||||
%files
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/csscapture
|
%dir %{python_sitearch}/cssutils-%{version}-py*.egg-info
|
||||||
%{_bindir}/csscombine
|
%{python_sitearch}/cssutils-%{version}-py*.egg-info/*
|
||||||
%{_bindir}/cssparse
|
|
||||||
%dir %{python_sitearch}/cssutils-%{version}-py%{python_version}.egg-info
|
|
||||||
%{python_sitearch}/cssutils-%{version}-py%{python_version}.egg-info/PKG-INFO
|
|
||||||
%{python_sitearch}/cssutils-%{version}-py%{python_version}.egg-info/*.txt
|
|
||||||
%dir %{python_sitearch}/cssutils
|
|
||||||
%{python_sitearch}/cssutils/*.py*
|
|
||||||
%dir %{python_sitearch}/cssutils/css
|
|
||||||
%{python_sitearch}/cssutils/css/*.py*
|
|
||||||
%dir %{python_sitearch}/cssutils/scripts
|
|
||||||
%{python_sitearch}/cssutils/scripts/*.py*
|
|
||||||
%dir %{python_sitearch}/cssutils/stylesheets
|
|
||||||
%{python_sitearch}/cssutils/stylesheets/*.py*
|
|
||||||
%dir %{python_sitearch}/cssutils/tests
|
|
||||||
%{python_sitearch}/cssutils/tests/*
|
|
||||||
%dir %{python_sitearch}/encutils
|
|
||||||
%{python_sitearch}/encutils/*.py
|
|
||||||
%{python_sitearch}/encutils/*.pyc
|
|
||||||
%{python_sitearch}/encutils/*.pyo
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 11 2022 Automatic Build System <autodist@mambasoft.it> 2.3.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Mar 18 2017 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
|
* Sat Mar 18 2017 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user