Skip to content
Snippets Groups Projects
Verified Commit 5066ca16 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix build on OBS for Python alternatives

parent 674058ae
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,8 @@ Linux and BSD, with a number of extensions and changes.
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%python_clone -a %{buildroot}%{_bindir}/mml2musicxml
%python_clone -a %{buildroot}%{_bindir}/mmllint
%check
%pyunittest
......@@ -57,7 +59,7 @@ Linux and BSD, with a number of extensions and changes.
%license LICENCE
%doc CHANGELOG.rst MMLFILE.rst README.rst examples/*
%{python_sitelib}/*
%{_bindir}/mml2musicxml
%{_bindir}/mmllint
%python_alternative %{_bindir}/mml2musicxml
%python_alternative %{_bindir}/mmllint
%changelog
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment