Cleaned up spec file including change of group, removal of extraneous setup arguments...
authorRyan Ware <ryan.r.ware@intel.com>
Tue, 12 Jun 2012 22:15:08 +0000 (15:15 -0700)
committerRyan Ware <ryan.r.ware@intel.com>
Tue, 12 Jun 2012 22:15:08 +0000 (15:15 -0700)
Change-Id: I0cce7d9103f114615203fbf2ec93e680ad8fc657

packaging/bootchart.spec

index 45b9dc5..caabbca 100644 (file)
@@ -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}