-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
rehat.spec
43 lines (31 loc) · 920 Bytes
/
rehat.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
Name: rehat
Version: 0.2.0
Release: 1%{?dist}
Summary: Simple GTK Rest Client
License: GPL-3.0
URL: https://github.com/showcheap/rehat
Source0: https://github.com/showcheap/rehat/archive/%{version}.tar.gz
BuildRequires: meson vala gtk3-devel json-glib-devel libsoup-devel gtksourceview4-devel
Requires: gtk3 libsoup json-glib gtksourceview4
%description
GTK REST Client
%prep
%autosetup -n %{name}-%{version}
%build
%meson
%meson_build
%install
%meson_install
%files
%{_bindir}/rehat
%{_datadir}/appdata/id.sucipto.rehat.appdata.xml
%{_datadir}/applications/id.sucipto.rehat.desktop
%{_datadir}/glib-2.0/schemas/id.sucipto.rehat.gschema.xml
%changelog
* Tue Nov 25 2019 Sucipto <[email protected]>
- Able to send request with some method
- Request form data
- Request raw / json
- UI Redesign
* Mon Oct 16 2019 Sucipto <[email protected]>
- Add spec file