rebuilt with python3 [release 5.0.0-2mamba;Tue Jan 19 2021]
This commit is contained in:
parent
d3f7f01701
commit
cc6dae4a08
@ -1,6 +1,6 @@
|
|||||||
Name: python-rdflib
|
Name: python-rdflib
|
||||||
Version: 5.0.0
|
Version: 5.0.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A Python library for working with RDF, a simple yet powerful language for representing information.
|
Summary: A Python library for working with RDF, a simple yet powerful language for representing information.
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,10 +10,10 @@ URL: https://pypi.python.org/pypi/rdflib/
|
|||||||
Source: https://pypi.debian.net/rdflib/rdflib-%{version}.tar.gz
|
Source: https://pypi.debian.net/rdflib/rdflib-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
Requires: python-isodate
|
Requires: python-isodate
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -21,6 +21,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
|
%if 0%{?with_pyver}
|
||||||
|
%define py_requires_append \
|
||||||
|
Requires: python-isodate%{?pyappend:-%pyappend}
|
||||||
|
Obsoletes: python-rdflib <= 5.0.0-1mamba
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n rdflib-%{version}
|
%setup -q -n rdflib-%{version}
|
||||||
|
|
||||||
@ -39,16 +46,13 @@ 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
|
|
||||||
# %{python_sitearch}/%{name}.py*
|
|
||||||
# %{python_sitearch}/%{name}.so
|
|
||||||
|
|
||||||
## note: eventually add the remaining documents (if any)
|
|
||||||
#
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.0-2mamba
|
||||||
|
- rebuilt with python3
|
||||||
|
|
||||||
* Wed May 20 2020 Automatic Build System <autodist@mambasoft.it> 5.0.0-1mamba
|
* Wed May 20 2020 Automatic Build System <autodist@mambasoft.it> 5.0.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user