Add packaging 29/9829/1 submit/tizen/20130906.193836
authorRusty Lynch <rusty.lynch@intel.com>
Fri, 6 Sep 2013 19:13:36 +0000 (12:13 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Fri, 6 Sep 2013 19:14:17 +0000 (12:14 -0700)
Change-Id: Id31a139d6fadc5a43c9082bca772f1a21f6c5f9d
Signed-off-by: Rusty Lynch <rusty.lynch@intel.com>
packaging/notification-service.changes [new file with mode: 0644]
packaging/notification-service.spec [new file with mode: 0644]

diff --git a/packaging/notification-service.changes b/packaging/notification-service.changes
new file mode 100644 (file)
index 0000000..b78ee49
--- /dev/null
@@ -0,0 +1,3 @@
+* Fri Sep 06 2013 Rusty Lynch <rusty.lynch@intel.com> 3fb22fc
+- Initial import
+
diff --git a/packaging/notification-service.spec b/packaging/notification-service.spec
new file mode 100644 (file)
index 0000000..4028a2c
--- /dev/null
@@ -0,0 +1,36 @@
+Name:       notification-service
+Summary:    Simple notification service
+Version:    0.0.1
+Release:    1
+Group:      Application Framework/Notifications
+License:    Flora
+Source0:    %{name}-%{version}.tar.bz2
+BuildRequires: pkgconfig(eina) 
+BuildRequires: pkgconfig(ecore) 
+BuildRequires: pkgconfig(com-core) 
+BuildRequires: pkgconfig(notification)
+
+%description
+Headless notification service that collects incoming notifications from the
+the platform, maintains a database of active notifications, and broadcast updates
+to all listeners.
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%define PREFIX %{_prefix}/apps/
+
+%build
+%autogen
+make %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+%make_install
+
+%files
+%defattr(-,root,root,-)
+%{_bindir}/notification-service
+%{_libdir}/systemd/system/notifications.service
+%{_libdir}/systemd/system/notifications.socket
+%{_libdir}/systemd/system/sockets.target.wants/notifications.socket