rpms/schedtool/FC-6 schedtool.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Adel Gadllah (drago01) fedora-extras-commits at redhat.com
Tue Jul 24 05:44:52 UTC 2007


Author: drago01

Update of /cvs/pkgs/rpms/schedtool/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26316/FC-6

Modified Files:
	.cvsignore sources 
Added Files:
	schedtool.spec 
Log Message:


Initial Import



--- NEW FILE schedtool.spec ---
Name: schedtool       
Version:  1.2.10    
Release:  4%{?dist}
Summary:  Tool to query or alter process scheduling policy      

Group: System Environment/Base 
License:  GPL      
URL: http://freequaos.host.sk/schedtool/           
Source0: http://freequaos.host.sk/schedtool/%{name}-%{version}.tar.bz2   
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
      

%description
Schedtool interfaces with the Linux CPU scheduler. It allows the user to set 
and query the CPU-affinity and nice-levels of processes, as well as all 
scheduling policies, like batch or real-time (RR/FIFO) classes and 
their priorities

%prep
%setup -q

%build
make CFLAGS="%{optflags}" %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTPREFIX=%{_prefix} DESTDIR=$RPM_BUILD_ROOT
chmod -x $RPM_BUILD_ROOT%{_mandir}/man8/schedtool.8.gz
rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/INSTALL

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_bindir}/schedtool
%{_mandir}/man8/schedtool.8.gz
%doc README LICENSE CHANGES SCHED_DESIGN TUNING TODO

%changelog
* Thu Jul 24 2007 Adel Gadllah <adel.gadllah at gmail.com> 1.2.10-4
- New upstream tarball

* Sun Jul 21 2007 Adel Gadllah <adel.gadllah at gmail.com> 1.2.10-3
- Specfile cleanups (#248857)
- Install TODO

* Sun Jul 21 2007 Adel Gadllah <adel.gadllah at gmail.com> 1.2.10-2
- Install CHANGES

* Sat Jul 20 2007 Adel Gadllah <adel.gadllah at gmail.com> 1.2.10-1
- New upstream version
- Dropped patch (merged upstream)
- Don't install INSTALL

* Thu Jul 19 2007 Adel Gadllah <adel.gadllah at gmail.com> 1.2.9-5
- Fix debuginfo
- Fix manpage permission

* Thu Jul 19 2007 Adel Gadllah <adel.gadllah at gmail.com> 1.2.9-4
- Fix RPM_OPT_FLAGS not used again
- Fix docs permissions
- Preserve timestamps

* Thu Jul 19 2007 Adel Gadllah <adel.gadllah at gmail.com> 1.2.9-3
- Remove duplicate docs

* Thu Jul 19 2007 Adel Gadllah <adel.gadllah at gmail.com> 1.2.9-2
- Use RPM_OPT_FLAGS
- Use URL for Source

* Thu Jul 19 2007 Adel Gadllah <adel.gadllah at gmail.com> 1.2.9-1
- Initial Build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/schedtool/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Jul 2007 17:50:32 -0000	1.1
+++ .cvsignore	24 Jul 2007 05:44:20 -0000	1.2
@@ -0,0 +1 @@
+schedtool-1.2.10.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/schedtool/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Jul 2007 17:50:32 -0000	1.1
+++ sources	24 Jul 2007 05:44:20 -0000	1.2
@@ -0,0 +1 @@
+2d01dc81c43713b4a5a29c706f670c0b  schedtool-1.2.10.tar.bz2




More information about the scm-commits mailing list