Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
delayacct-utils
delayacct-utils.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File delayacct-utils.spec of Package delayacct-utils
# # spec file for package delayacct-utils # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: delayacct-utils BuildRequires: kernel-source libnl libnl-1_1-devel Summary: Delay Accounting Utilities %define version %(rpm -q --qf '%{VERSION}' kernel-source) Version: %version Release: 3 Group: System/Monitoring License: GPL-2.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: delayacct-utils.tar.bz2 %description Delay accounting allows the administrator to track the time an application spends waiting on disk I/O, swap I/O and CPU scheduling. This can help pin-point resource shortages in a system configuration. %prep %setup -q -n %name mkdir -p linux cp /usr/src/linux/include/linux/taskstats.h linux/taskstats.h cp /usr/src/linux/Documentation/accounting/getdelays.c . %build make CCOPT="$RPM_OPT_FLAGS" %{?_smp_mflags} %install mkdir -p $RPM_BUILD_ROOT%_bindir $RPM_BUILD_ROOT%_mandir/man1 install -m 555 getdelays $RPM_BUILD_ROOT%_bindir install -m 444 getdelays.1 $RPM_BUILD_ROOT%_mandir/man1 %files %defattr(444,root,root,755) %doc README COPYING %attr(555,root,root) %{_bindir}/getdelays %attr(444,root,root) %{_mandir}/man?/* %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor