summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-10-30 13:15:28 -0700
committerAnas Nashif <anas.nashif@intel.com>2012-10-30 13:15:28 -0700
commit43d773135dfabf4e7f1c9bce672191af63d83b81 (patch)
tree64a1028191992989e4eb98dd09cd2cbd56239437
parente4ea3febc82023700035016f0f66426682b87a8a (diff)
downloadbootchart-submit/tizen/20130503.190202.tar.gz
bootchart-submit/tizen/20130503.190202.tar.bz2
bootchart-submit/tizen/20130503.190202.zip
-rw-r--r--packaging/bootchart.spec29
1 files changed, 29 insertions, 0 deletions
diff --git a/packaging/bootchart.spec b/packaging/bootchart.spec
new file mode 100644
index 0000000..cdaaa36
--- /dev/null
+++ b/packaging/bootchart.spec
@@ -0,0 +1,29 @@
+Name: bootchart
+Version: 1.20
+Release: 1
+License: GPL-2.0
+Summary: Boot time graph generator
+Url: http://meego.gitorious.org/
+Group: Development/Tools
+Source0: bootchart-%{version}.tar.gz
+
+%description
+Monitors where the system spends its time at start, creating a graph
+of all processes, disk utilization, and wait time.
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+%make_install
+
+%files
+%defattr(-,root,root,-)
+/usr//sbin/bootchartd
+%{_datadir}/doc/bootchart/bootchartd.conf.example
+
+%changelog