-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathfut.spec
71 lines (51 loc) · 1.48 KB
/
fut.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Name: fut
Version: 3.2.8
Release: 1
Summary: Fusion Transpiler
License: GPLv3+
Source: https://github.com/fusionlanguage/fut/archive/fut-%{version}/fut-%{version}.tar.gz
URL: https://github.com/fusionlanguage/fut
BuildRequires: g++ >= 13
%description
Transpiles the Fusion programming langauge to
C, C++, C#, D, Java, JavaScript, Python, Swift, TypeScript and OpenCL C.
%prep
%setup -q
%build
make CXXFLAGS="%{build_cxxflags}"
%install
make DESTDIR=%{buildroot} prefix=%{_prefix} install
%files
%{_bindir}/fut
%changelog
* Mon Dec 30 2024 Piotr Fusik <[email protected]>
- 3.2.8-1
* Wed Oct 9 2024 Piotr Fusik <[email protected]>
- 3.2.7-1
* Mon Aug 12 2024 Piotr Fusik <[email protected]>
- 3.2.6-1
* Thu Jun 27 2024 Piotr Fusik <[email protected]>
- 3.2.5-1
* Thu May 23 2024 Piotr Fusik <[email protected]>
- 3.2.4-1
* Thu Apr 25 2024 Piotr Fusik <[email protected]>
- 3.2.3-1
* Thu Apr 4 2024 Piotr Fusik <[email protected]>
- 3.2.2-1
* Wed Mar 27 2024 Piotr Fusik <[email protected]>
- 3.2.1-1
* Mon Mar 25 2024 Piotr Fusik <[email protected]>
- 3.2.0-1
* Mon Mar 4 2024 Piotr Fusik <[email protected]>
- 3.1.2-1
* Mon Dec 18 2023 Piotr Fusik <[email protected]>
- 3.1.1-1
* Thu Nov 16 2023 Piotr Fusik <[email protected]>
- 3.1.0-1
* Fri Oct 20 2023 Piotr Fusik <[email protected]>
- 3.0.2-1
* Tue Aug 22 2023 Piotr Fusik <[email protected]>
- 3.0.1-1
* Thu Aug 3 2023 Piotr Fusik <[email protected]>
- 3.0.0-1
- Initial packaging