Move %python_provide after BuildArch

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-08-19 17:19:43 -04:00
parent 96c17282ab
commit fd15cbd0c4
1 changed files with 1 additions and 1 deletions

View File

@ -57,10 +57,10 @@ a constraint solver (also referred to as a decision procedure
or automated prover). Provides a static library.
%package -n python2-%{name}
%{?python_provide:%python_provide python2-%{name}}
Summary: Python 2 interface to STP
Requires: %{name} = %{version}-%{release}
BuildArch: noarch
%{?python_provide:%python_provide python2-%{name}}
%description -n python2-%{name}
Python 2 interface to STP.