Add quiet setup

This commit is contained in:
Fabio Alessandro Locati 2016-01-07 11:23:43 +01:00
parent 6dc4ea2846
commit 6f4fe87785

View File

@ -52,7 +52,7 @@ a JSON document.
%endif # with_python3 %endif # with_python3
%prep %prep
%setup -n %{pypi_name}-%{version} %setup -q -n %{pypi_name}-%{version}
rm -rf %{pypi_name}.egg-info rm -rf %{pypi_name}.egg-info
%build %build