diff --git a/rednotebook.spec b/rednotebook.spec index 4f3bb3a..292e23a 100644 --- a/rednotebook.spec +++ b/rednotebook.spec @@ -29,10 +29,10 @@ and does so in style. %setup -q %build -%{__python2} setup.py build +%{__python} setup.py build %install -%{__python2} setup.py install --skip-build --root %{buildroot} +%{__python} setup.py install --skip-build --root %{buildroot} desktop-file-install \ --add-category="Calendar" \ --delete-original \ @@ -66,13 +66,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/icons/hicolor/scalable/apps/rednotebook.svg # be careful to not list locales twice %dir %{python_sitelib}/%{name}/ -%{python2_sitelib}/%{name}/*.py* -%{python2_sitelib}/%{name}/external/ -%{python2_sitelib}/%{name}/files/ -%{python2_sitelib}/%{name}/gui/ -%{python2_sitelib}/%{name}/images/ -%{python2_sitelib}/%{name}/util/ -%{python2_sitelib}/%{name}*.egg-info +%{python_sitelib}/%{name}/*.py* +%{python_sitelib}/%{name}/external/ +%{python_sitelib}/%{name}/files/ +%{python_sitelib}/%{name}/gui/ +%{python_sitelib}/%{name}/images/ +%{python_sitelib}/%{name}/util/ +%{python_sitelib}/%{name}*.egg-info %changelog * Mon Jan 06 2014 Fabian Affolter - 1.8.0-1