]> git.pld-linux.org Git - packages/irqbalance.git/blame - irqbalance.spec
- fix md5
[packages/irqbalance.git] / irqbalance.spec
CommitLineData
7ca69a96
AM
1Summary: Balancing of IRQs between multiple CPUs
2Name: irqbalance
3Version: 0.06
4Release: 1
5License: OSL v1.1
6Group: Applications/System
7Source0: http://people.redhat.com/arjanv/irqbalance/%{name}-%{version}.tar.gz
555e8246 8# Source0-md5: 4dcdc15c7583fb6e82e498178f405208
7ca69a96
AM
9BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10
11%description
12Balancing of IRQs between multiple CPUs.
13
14%prep
15%setup -q -n %{name}
16
17%build
18%{__make}
19
20%install
21rm -rf $RPM_BUILD_ROOT
22install -d $RPM_BUILD_ROOT%{_sbindir}
23
24install %{name} $RPM_BUILD_ROOT%{_sbindir}
25
26%clean
27rm -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.078601 seconds and 4 git commands to generate.