From 5ec6aa5ed7d1e337a6b84eab064138eca20280e03a18a7147a362b90ceba5a4e Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 25 Apr 2013 11:11:30 +0000 Subject: [PATCH] fixup OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=4 --- python3-flake8.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python3-flake8.spec b/python3-flake8.spec index 80a7b5b..dec614c 100644 --- a/python3-flake8.spec +++ b/python3-flake8.spec @@ -54,7 +54,7 @@ python3 setup.py build %install python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} # Avoid file conflict with Python-2.x version: -mv %{_bindir}/flake8{,-%{py_ver}} +mv %{buildroot}%{_bindir}/flake8{,-%{py3_ver}} %check python3 setup.py test @@ -62,7 +62,7 @@ python3 setup.py test %files %defattr(-,root,root,-) %doc LICENSE README.rst -%{_bindir}/flake8-%{py_ver}} +%{_bindir}/flake8-%{py3_ver} %{python3_sitelib}/* %changelog