# Status: active # Tag: Editor # Type: Standalone, IDE # Category: Programming, Audio # Global variables for github repository %global commit0 affae587ab7b2a5f93102302254de16dd72d4c50 %global gittag0 master %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: FoxDot Version: 0.8.11 Release: 2%{?dist} Epoch: 1 Summary: Python3 programming environment providing a fast and user-friendly abstraction to SuperCollider. License: Creative Commons Attribution-ShareAlike 4.0 International Public License URL: https://github.com/Qirky/FoxDot ExclusiveArch: x86_64 aarch64 Vendor: Audinux Distribution: Audinux Source0: https://github.com/Qirky/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: supercollider-devel BuildRequires: python3-setuptools Requires: supercollider %description Python3 programming environment providing a fast and user-friendly abstraction to SuperCollider. It also comes with its own IDE, which means it can be used straight out of the box; all you need is Python and SuperCollider and you're ready to go! Note: no longer actively developed. %prep %autosetup -n %{name}-%{commit0} rm -rf %{py3dir} cp -a . %{py3dir} %build %set_build_flags %{__python3} setup.py build %install %{__python3} setup.py install --root %{buildroot} %files %doc README.md changelog %license LICENSE %{python3_sitelib}/%{name}/__pycache__/* %{_bindir}/%{name} %dir %{python3_sitelib}/%{name} %{python3_sitelib}/%{name}/*.py %{python3_sitelib}/%{name}/demo %{python3_sitelib}/%{name}/lib %{python3_sitelib}/%{name}/osc %{python3_sitelib}/%{name}/snd %{python3_sitelib}/%{name}/rec/.null %{python3_sitelib}/%{name}-*.egg-info %changelog * Wed Mar 18 2026 Yann Collette 0.8.11-2 - update to 0.8.11-2 - update to last master * Fri Oct 23 2020 Yann Collette 0.8.11-1 - update to 0.8.11 - fix debug build * Wed Mar 18 2020 Yann Collette 0.8.5-1 - update to 0.8.5 * Thu Oct 10 2019 Yann Collette 0.8.3-1 - update to 0.8.3 * Wed Jun 5 2019 Yann Collette 0.7.16-1 - update to 0.7.16 * Tue Jun 4 2019 Yann Collette 0.7.1-1 - initial release of the spec file