automatic rebuild by autodist [release 1.3.0-2mamba;Tue Aug 27 2013]
This commit is contained in:
parent
ab9d363394
commit
69f0fda1bb
@ -1,2 +1,4 @@
|
|||||||
# schedtool
|
# schedtool
|
||||||
|
|
||||||
|
Schedtool can be used to query or alter a process' scheduling policy under linux
|
||||||
|
|
||||||
|
47
schedtool.spec
Normal file
47
schedtool.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user