Remove CFLAGS (noarch package) and add dep for docs package => main

package as pointed out in review of the python-nose1.1 compat package
f38
Toshio Kuratomi 13 years ago
parent 0c3f2b41d3
commit f0f61789b6

@ -60,6 +60,7 @@ output capture and more.
Summary: Nose Documentation Summary: Nose Documentation
Group: Documentation Group: Documentation
BuildRequires: python-sphinx BuildRequires: python-sphinx
Requires: python-nose
%description docs %description docs
Documentation for Nose Documentation for Nose
@ -106,7 +107,7 @@ cp -a . %{py3dir}
%if 0%{?with_python3} %if 0%{?with_python3}
pushd %{py3dir} pushd %{py3dir}
CFLAGS="$RPM_OPT_FLAGS" %{__python3} setup.py build %{__python3} setup.py build
popd popd
%endif # with_python3 %endif # with_python3

Loading…
Cancel
Save