]> git.pld-linux.org Git - packages/irqbalance.git/blob - irqbalance.spec
- fix md5
[packages/irqbalance.git] / irqbalance.spec
1 Summary:        Balancing of IRQs between multiple CPUs
2 Name:           irqbalance
3 Version:        0.06
4 Release:        1
5 License:        OSL v1.1
6 Group:          Applications/System
7 Source0:        http://people.redhat.com/arjanv/irqbalance/%{name}-%{version}.tar.gz
8 # Source0-md5:  4dcdc15c7583fb6e82e498178f405208
9 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10
11 %description
12 Balancing of IRQs between multiple CPUs.
13
14 %prep
15 %setup -q -n %{name}
16
17 %build
18 %{__make}
19
20 %install
21 rm -rf $RPM_BUILD_ROOT
22 install -d $RPM_BUILD_ROOT%{_sbindir}
23
24 install %{name} $RPM_BUILD_ROOT%{_sbindir}
25
26 %clean
27 rm -rf $RPM_BUILD_ROOT
28
29 %files
30 %defattr(644,root,root,755)
31 %doc Changelog TODO
32 %attr(755,root,root) %{_sbindir}/*
This page took 0.065245 seconds and 4 git commands to generate.