forked from pool/python-rdflib
Accepting request 148431 from home:posophe:branches:devel:languages:python
Made required changes OBS-URL: https://build.opensuse.org/request/show/148431 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=30
This commit is contained in:
committed by
Git OBS Bridge
parent
482c043d2f
commit
cfe580d10a
@@ -30,6 +30,7 @@ BuildRequires: python-devel
|
||||
BuildRequires: python-isodate
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: python-xml
|
||||
BuildRequires: fdupes
|
||||
Requires: python-isodate
|
||||
Requires: python-xml
|
||||
%if 0%{?suse_version}
|
||||
@@ -54,9 +55,12 @@ sed -i "1d" rdflib/plugins/parsers/{ntriples,notation3}.py # Fix non-executable
|
||||
python setup.py build
|
||||
cd docs
|
||||
make html
|
||||
# Remove hidden file
|
||||
rm -r _build/html/.buildinfo
|
||||
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
%fdupes -s build/html
|
||||
|
||||
%if 0%{?suse_version} >= 1220
|
||||
%check
|
||||
|
Reference in New Issue
Block a user