-
Notifications
You must be signed in to change notification settings - Fork 8
/
jasmine-gjs.spec
66 lines (52 loc) · 1.67 KB
/
jasmine-gjs.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
Name: jasmine-gjs
Version: 3.10.1
Release: 1%{?dist}
Summary: A behavior-driven development framework for GJS
License: MIT
URL: https://github.com/ptomato/jasmine-gjs
Source0: https://github.com/ptomato/jasmine-gjs/releases/download/3.10.1/jasmine-gjs-3.10.1.tar.xz
BuildArch: noarch
BuildRequires: gjs >= 1.68.0
BuildRequires: gobject-introspection
BuildRequires: meson >= 0.58.0
Requires: gjs >= 1.68.0
Requires: gobject-introspection
%description
This module allows you to run Jasmine specs for your GJS code. The output will
be displayed in your terminal.
%prep
%autosetup
%build
%meson
%meson_build
%install
%meson_install
%check
%meson_test
%files
%doc README.md
%doc NEWS.md
%doc COPYING
%doc %{_mandir}/man1/jasmine.1.gz
%{_bindir}/jasmine
%{_libexecdir}/%{name}/
%{_datadir}/%{name}/
%changelog
* Sun Jul 14 2024 Philip Chimento <[email protected]> - 3.10.1-1
- Update requirements for version 3.10.1.
* Thu Sep 10 2020 Andy Holmes <[email protected]> - 2.6.4-1
- Update to version 2.6.4.
* Fri Sep 4 2020 Andy Holmes <[email protected]> - 2.5.2-1
- Update to version 2.5.2.
* Sat Aug 29 2020 Andy Holmes <[email protected]> - 2.4.1-1
- Update to version 2.4.1.
* Wed Aug 26 2020 Andy Holmes <[email protected]> - 2.3.4-1
- Update to version 2.3.4.
* Mon Aug 24 2020 Philip Chimento <[email protected]> - 2.3.0-1
- Update to version 2.3.0.
* Tue Jun 30 2015 Philip Chimento <[email protected]> - 2.2.1-1
- Update to version 2.2.1.
* Sun May 17 2015 Philip Chimento <[email protected]> - 2.2.0-1
- Update to version 2.2.0.
* Wed Mar 4 2015 Philip Chimento <[email protected]> - 2.1.3-1
- Initial packaging.