-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathiq-notifier.spec
45 lines (31 loc) · 894 Bytes
/
iq-notifier.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
Name: iq-notifier
Version: 0.4.0
Release: 1%{?dist}
Summary: Fancy and flexible notification daemon
License: GPLv3
URL: https://github.com/RussianBruteForce/iq-notifier
Source0: iq-notifier-%{version}.tar.gz
Source1: iq-notifier.desktop
BuildRequires: cmake
BuildRequires: libqtxdg-devel
BuildRequires: qt5-qtbase-devel
BuildRequires: desktop-file-utils
BuildRequires: qt5-qtdeclarative-devel
%description
IQ Notifier is fancy and flexible notification daemon.
%prep
%setup -q
%build
%cmake
make %{?_smp_mflags}
%install
%make_install
install -m 644 -D %{SOURCE1} %{buildroot}/%{_datadir}/applications/iq-notifier.desktop
%files
%doc COPYING README.md
%{_bindir}/iq-notifier
%{_datadir}/iq-notifier
%{_datadir}/applications/iq-notifier.desktop
%changelog
* Mon Jul 24 2017 Yaroslav Sidlovsky <[email protected]> - 0.4.0-1
- first spec version