1 Name: notification-service
2 Summary: Simple notification service
5 Group: Application Framework/Notifications
7 Source0: %{name}-%{version}.tar.bz2
8 BuildRequires: pkgconfig(eina)
9 BuildRequires: pkgconfig(ecore)
10 BuildRequires: pkgconfig(com-core)
11 BuildRequires: pkgconfig(notification)
14 Headless notification service that collects incoming notifications from the
15 the platform, maintains a database of active notifications, and broadcast updates
19 %setup -q -n %{name}-%{version}
21 %define PREFIX %{_prefix}/apps/
32 %defattr(-,root,root,-)
33 %{_bindir}/notification-service
34 %{_libdir}/systemd/system/notifications.service
35 %{_libdir}/systemd/system/notifications.socket
36 %{_libdir}/systemd/system/sockets.target.wants/notifications.socket