Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > 30ac2de016f53369c7655abcce7d8148 > files > 4

schedutils-1.5.0-4mdv2009.1.src.rpm

Summary:	Linux scheduler utilities
Name:		schedutils
Version:	1.5.0
Release:	%mkrel 4
License:	GPL
URL:		http://tech9.net/rml/schedutils/
Group:		System/Kernel and hardware
Source:		%name-%version.tar.bz2
Patch0:		schedutils-1.5.0-ppc.patch
Patch1:		schedutils-1.5.0-susemanpage.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
Schedutils is a set of utilities that allow full control of process
scheduling parameters such as CPU affinity and real-time attributes.

%prep
%setup -q
%patch0 -p1 -b .ppc
%patch1 -p1 -b .susemanpage

%build
%make CFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf %buildroot
mkdir -p %{buildroot}{%_bindir,%_mandir/man1}
chmod 644 ChangeLog COPYING README
%makeinstall_std PREFIX=%{buildroot}/usr

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root, 755)
%doc ChangeLog COPYING README
%{_bindir}/chrt
%{_bindir}/ionice
%{_bindir}/taskset
%_mandir/man1/chrt.1*
%_mandir/man1/taskset.1*
%_mandir/man1/ionice.1*




%changelog
* Sat Apr 11 2009 Funda Wang <fundawang@mandriva.org> 1.5.0-4mdv2009.1
+ Revision: 366283
- fix patch num

* Wed Jun 18 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.5.0-4mdv2009.0
+ Revision: 225428
- rebuild

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Mon Dec 17 2007 Thierry Vignaud <tvignaud@mandriva.com> 1.5.0-3mdv2008.1
+ Revision: 126984
- kill re-definition of %%buildroot on Pixel's request


* Fri Mar 16 2007 Götz Waschk <waschk@mandriva.org> 1.5.0-3mdv2007.1
+ Revision: 144740
- add man page for ionice

* Thu Nov 02 2006 Christiaan Welvaart <spturtle@mandriva.org> 1.5.0-2mdv2007.1
+ Revision: 75848
- patch0: fix build on ppc
- Import schedutils

* Thu Jun 08 2006 Thierry Vignaud <tvignaud@mandriva.com> 1.5.0-1mdv2007.0
- initial release