This commit is contained in:
SymbianFlo 2014-04-12 17:04:15 +04:00
parent 0d7d8cd1e6
commit 0bab709d7c

View file

@ -34,15 +34,18 @@ Python 2 and Python 3.
%prep
%setup -qc
mv %{oname}-%{version} python2
cp -a python2 python3
%build
pushd python2
chmod 644 README
python setup.py build
popd
pushd python3
chmod 644 README
python3 setup.py build
popd