48 lines
1.3 KiB
RPMSpec
48 lines
1.3 KiB
RPMSpec
|
Name: schedtool
|
||
|
Version: 1.3.0
|
||
|
Release: 2mamba
|
||
|
Summary: A tool to query or alter a process' scheduling policy
|
||
|
Group: System/Kernel and Hardware
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: http://freequaos.host.sk/schedtool/
|
||
|
Source: http://freequaos.host.sk/schedtool/schedtool-%{version}.tar.bz2
|
||
|
License: GPL
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: glibc-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%description
|
||
|
Schedtool can be used to query or alter a process' scheduling policy under linux
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
sed -i "s|/share/doc/schedtool|/share/doc/schedtool-%{version}|" Makefile
|
||
|
%build
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||
|
make install DESTPREFIX=%{buildroot}/usr
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%{_bindir}/schedtool
|
||
|
%{_mandir}/man8/schedtool.8.gz
|
||
|
%doc CHANGES LICENSE README TODO
|
||
|
|
||
|
%changelog
|
||
|
* Tue Aug 27 2013 Automatic Build System <autodist@mambasoft.it> 1.3.0-2mamba
|
||
|
- automatic rebuild by autodist
|
||
|
|
||
|
* Wed Oct 15 2008 gil <puntogil@libero.it> 1.3.0-1mamba
|
||
|
- update to 1.3.0
|
||
|
|
||
|
* Fri Feb 24 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.6-1qilnx
|
||
|
- package created by autospec
|