-
Notifications
You must be signed in to change notification settings - Fork 1
/
deepin-notifications.spec
69 lines (52 loc) · 1.91 KB
/
deepin-notifications.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
Name: deepin-notifications
Version: 3.0.6
Release: 2%{?dist}
Summary: System notifications for linuxdeepin desktop environment
License: GPLv3+
URL: https://github.com/linuxdeepin/deepin-notifications
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(dtkutil)
BuildRequires: pkgconfig(gtk+-2.0)
Requires: dbus
%description
System notifications for linuxdeepin desktop environment.
%prep
%setup -q
sed -i 's|lib|libexec|' deepin-notifications.pro \
files/com.deepin.Notifications.service.in
%build
%qmake_qt5 PREFIX=%{_prefix}
%make_build
%install
%make_install INSTALL_ROOT=%{buildroot}
%files
%doc README.md
%license LICENSE
%dir %{_libexecdir}/%{name}
%{_libexecdir}/%{name}/%{name}
%{_datadir}/dbus-1/services/com.deepin.Notifications.service
%changelog
* Wed Aug 09 2017 Zamir SUN <[email protected]> - 3.0.6-2
- Add owner of dbus services
* Fri Jul 14 2017 mosquito <[email protected]> - 3.0.6-1.git0033758
- Update to 3.0.6
* Fri May 19 2017 mosquito <[email protected]> - 3.0.4-1.git07c0163
- Update to 3.0.4
* Sun Feb 26 2017 mosquito <[email protected]> - 3.0.0-1.git9c70ddf
- Update to 3.0.0
* Sat Jan 21 2017 mosquito <[email protected]> - 2.3.10-1.git1c35b5e
- Update to 2.3.10
* Tue Jan 17 2017 mosquito <[email protected]> - 2.3.9-1.git0ab9bd2
- Update to 2.3.9
* Mon Jan 16 2017 Jaroslav <[email protected]> Stepanek 2.3.9-1
- Updated to 2.3.9
* Thu Jan 05 2017 Jaroslav <[email protected]> Stepanek 2.3.8-4
- Fixed build dependecies
* Thu Dec 15 2016 Jaroslav <[email protected]> Stepanek 2.3.8-3
- Fixed path in dbus services
* Sun Dec 04 2016 Jaroslav <[email protected]> Stepanek 2.3.8-2
- Rebuild with newer deepin-tool-kit
* Sun Sep 25 2016 Jaroslav <[email protected]> Stepanek 2.3.8-1
- Initial package build