Make setup quiet.
This commit is contained in:
parent
7a0e839222
commit
df34ae2b61
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ Data files for %{srcname}.
|
|||
%prep
|
||||
%autosetup -n %{Srcname}-%{version} -p1
|
||||
cp -a %SOURCE1 lib/cartopy/
|
||||
%setup -n %{Srcname}-%{version} -D -T -a 5
|
||||
%setup -q -n %{Srcname}-%{version} -D -T -a 5
|
||||
|
||||
# Remove bundled egg-info
|
||||
rm -rf %{srcname}.egg-info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue