automatic rebuild by autodist [release 1.3.0-2mamba;Tue Aug 27 2013]

This commit is contained in:
Automatic Build System 2024-01-05 17:39:47 +01:00
parent ab9d363394
commit 69f0fda1bb
2 changed files with 49 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# schedtool
Schedtool can be used to query or alter a process' scheduling policy under linux

47
schedtool.spec Normal file
View File

@ -0,0 +1,47 @@
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