2024-01-06 11:00:37 +01:00
|
|
|
Name: python-cssselect
|
|
|
|
Version: 0.9.1
|
2024-01-06 11:00:37 +01:00
|
|
|
Release: 2mamba
|
2024-01-06 11:00:37 +01:00
|
|
|
Summary: cssselect parses CSS3 Selectors and translates them to XPath 1.0
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://pypi.python.org/pypi/cssselect
|
|
|
|
Source: http://pypi.python.org/packages/source/c/cssselect/cssselect-%{version}.tar.gz
|
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: libpython-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: libpython-devel
|
|
|
|
Requires: python >= %python_version
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
2024-01-06 11:00:37 +01:00
|
|
|
%if "%{?with_pyver}"
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
2024-01-06 11:00:37 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n cssselect-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{_includedir}/python \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--single-version-externally-managed \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|
|
|
|
2024-01-06 11:00:37 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
2024-01-06 11:00:37 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
## note: this list is just an example; modify as required
|
|
|
|
# %{python_sitearch}/%{name}.py*
|
|
|
|
# %{python_sitearch}/%{name}.so
|
|
|
|
%doc AUTHORS LICENSE
|
|
|
|
## note: eventually add the remaining documents (if any)
|
|
|
|
# %doc CHANGES README.rst
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 11:00:37 +01:00
|
|
|
* Mon Jun 22 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.1-2mamba
|
|
|
|
- rebuilt with -py3 package
|
|
|
|
|
2024-01-06 11:00:37 +01:00
|
|
|
* Thu Nov 21 2013 Automatic Build System <autodist@mambasoft.it> 0.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Oct 15 2013 Automatic Build System <autodist@mambasoft.it> 0.9-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8-2mamba
|
|
|
|
- python 2.7 mass rebuild
|
|
|
|
|
|
|
|
* Tue Mar 19 2013 Automatic Build System <autodist@mambasoft.it> 0.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Dec 23 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.1-1mamba
|
|
|
|
- package created by silvan using the webbuild interface
|