add packaging for Tizen accepted/trunk/20130110.014835 submit/trunk/20130110.000443
authorWilliam Douglas <william.douglas@intel.com>
Wed, 9 Jan 2013 23:48:56 +0000 (15:48 -0800)
committerWilliam Douglas <william.douglas@intel.com>
Thu, 10 Jan 2013 00:03:51 +0000 (16:03 -0800)
Signed-off-by: William Douglas <william.douglas@intel.com>
packaging/corewatcher.changes [new file with mode: 0644]
packaging/corewatcher.manifest [new file with mode: 0644]
packaging/corewatcher.spec [new file with mode: 0644]

diff --git a/packaging/corewatcher.changes b/packaging/corewatcher.changes
new file mode 100644 (file)
index 0000000..17c1f66
--- /dev/null
@@ -0,0 +1,2 @@
+* Wed Jan 09 2013 William Douglas <william.douglas@intel.com> 7bf41a1
+- v0.9.11 Tizen rebrand
diff --git a/packaging/corewatcher.manifest b/packaging/corewatcher.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/corewatcher.spec b/packaging/corewatcher.spec
new file mode 100644 (file)
index 0000000..d51300e
--- /dev/null
@@ -0,0 +1,45 @@
+Name:       corewatcher
+Summary:    A crash dump reporting tool
+Version:    0.9.11
+Release:    1
+Group:      System/Base
+License:    GPLv2
+Source0:    corewatcher-%{version}.tar.gz
+Source1001: packaging/corewatcher.manifest
+Requires:   gdb
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(libsystemd-journal)
+BuildRequires:  pkgconfig(libcurl)
+
+
+
+%description
+This tool sends application crash reports to the central crash
+reporting database.
+
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+cp %{SOURCE1001} .
+%reconfigure
+
+make
+
+%install
+rm -rf %{buildroot}
+
+%make_install
+
+%install_service multi-user.target.wants corewatcher.service
+
+%files
+%defattr(-,root,root,-)
+%manifest corewatcher.manifest
+%config(noreplace) /etc/corewatcher/corewatcher.conf
+%{_sbindir}/corewatcher
+%exclude /usr/share/man/man8/corewatcher.8.gz
+%{_sysconfdir}/corewatcher/gdb.command
+%{_unitdir}/corewatcher.service
+%{_unitdir}/multi-user.target.wants/corewatcher.service