Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > cec1af5f6aebeec849a81c9dbd3d07e6 > files > 2

schedtool-1.3.0-3.mga3.src.rpm

Name:		schedtool
Version:	1.3.0
Release:	%mkrel 3
Summary:	Tool for setting and querying scheduling parameters
License:	GPLv2
Group:		System/Kernel and hardware
Url:		http://freequaos.host.sk/schedtool/
Source:		http://freequaos.host.sk/schedtool/%name-%version.tar.bz2


%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
time-slices 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

%build
%make
# CFLAGS="$RPM_OPT_FLAGS"

%install
install -m755 -d %{buildroot}/%_bindir/
install -m755  %name %{buildroot}/%_bindir/%name
install -m755 -d %{buildroot}/%{_mandir}/man8/
install -m611  %name.8 %{buildroot}/%{_mandir}/man8/%name.8



%files
%attr(755,root,root) %_bindir/*
%doc CHANGES INSTALL LICENSE PACKAGERS README SCHED_DESIGN TUNING
%attr(644,root,root) %{_mandir}/man8/%name.*


%changelog

* Mon Jan 14 2013 umeabot <umeabot> 1.3.0-3.mga3
+ Revision: 381795
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sun Jan 29 2012 malo <malo> 1.3.0-2.mga2
+ Revision: 203065
- spec clean-up after import from Mandriva.
- imported package schedtool