rebuilt with -py3 package [release 0.9.1-2mamba;Mon Jun 22 2015]

This commit is contained in:
Silvan Calarco 2024-01-06 11:00:37 +01:00
parent e77a940575
commit a3f3430208

View File

@ -1,6 +1,6 @@
Name: python-cssselect Name: python-cssselect
Version: 0.9.1 Version: 0.9.1
Release: 1mamba Release: 2mamba
Summary: cssselect parses CSS3 Selectors and translates them to XPath 1.0 Summary: cssselect parses CSS3 Selectors and translates them to XPath 1.0
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -19,6 +19,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
%{summary}. %{summary}.
%if "%{?with_pyver}"
%pyver_package
%endif
%prep %prep
%setup -q -n cssselect-%{version} %setup -q -n cssselect-%{version}
@ -37,7 +41,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
## note: this list is just an example; modify as required ## note: this list is just an example; modify as required
# %{python_sitearch}/%{name}.py* # %{python_sitearch}/%{name}.py*
@ -47,6 +51,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
# %doc CHANGES README.rst # %doc CHANGES README.rst
%changelog %changelog
* Mon Jun 22 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.1-2mamba
- rebuilt with -py3 package
* Thu Nov 21 2013 Automatic Build System <autodist@mambasoft.it> 0.9.1-1mamba * Thu Nov 21 2013 Automatic Build System <autodist@mambasoft.it> 0.9.1-1mamba
- automatic version update by autodist - automatic version update by autodist