Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37330420
en ru br
ALT Linux repositórios
S:1.3.0-alt1.qa1
5.0: 1.3.0-alt1
4.1: 1.2.10-alt1
4.0: 1.2.9-alt1
3.0: 1.2.5-alt1

Group :: Sistema/Kernel e hardware
RPM: schedtool

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

# vim:set ft=spec: -*- rpm-spec -*-
Name: schedtool
Version: 1.3.0
Release: alt1.qa1

Summary: Tool for setting and querying scheduling parameters
License: GPL
Group: System/Kernel and hardware
Url: http://freequaos.host.sk/schedtool/
Packager: Gleb Stiblo <ulfr at altlinux.ru>

Source0: %name-%version.tar.bz2
Patch01: Makefile.patch
Patch02: schedtool-1.2.4-for-SCHED_ISO3.patch

%description
schedtool can set all scheduling parameters Linux is capable of or dis-
play information for given processes.

Long-running, non-interactive tasks may  benefit  from  SCHED_BATCH  as
timeslices are longer, less system-time is wasted by computing the next
runnable process and the caches stay stable.

Audio/video or other near-realtime applications may run with less skip-
ping  if  set  to SCHED_RR.  Use the static priority-switch -p to fine-
tune inter-process-hierarchies.

schedtool now supports setting the  CPU-affinity  introduced  in  linux
2.5.8.

%prep
%setup -q
%patch01 -p1
#patch02 -p1

%build
%make_build affinity_hack
# CFLAGS="$RPM_OPT_FLAGS"

%install
%make_install install DESTPREFIX=/usr DESTDIR=%buildroot MANDIR=/usr/share/man/man8

%files
#_docdir/%name-%version/*
%doc README INSTALL SCHED_DESIGN TUNING LICENSE CHANGES PACKAGERS TODO
%_man8dir/%name.*
%_bindir/*

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009