From: Ryan Ware Date: Tue, 12 Jun 2012 22:15:08 +0000 (-0700) Subject: Cleaned up spec file including change of group, removal of extraneous setup arguments... X-Git-Tag: 2.0_alpha~1 X-Git-Url: http://review.tizen.org/git/?p=external%2Fbootchart.git;a=commitdiff_plain;h=e270e57fb2cc04e9fa9f13468448b37fbb3ef142 Cleaned up spec file including change of group, removal of extraneous setup arguments and addition of manifest file. Change-Id: I0cce7d9103f114615203fbf2ec93e680ad8fc657 --- diff --git a/packaging/bootchart.spec b/packaging/bootchart.spec index 45b9dc5..caabbca 100644 --- a/packaging/bootchart.spec +++ b/packaging/bootchart.spec @@ -3,20 +3,22 @@ Name: bootchart Summary: Boot time graph generator Version: 1.15 Release: 1 -Group: Development/Tools +Group: Platform Development/Tools License: GPLv2 URL: http://meego.gitorious.org/ Source0: bootchart-%{version}.tar.gz +Source1001: bootchart.manifest %description Monitors where the system spends its time at start, creating a graph of all processes, disk utilization, and wait time. %prep -%setup -q -n %{name}-%{version} +%setup -q %build make %{?jobs:-j%jobs} +cp %{SOURCE1001} . %install rm -rf %{buildroot}