]> git.pld-linux.org Git - packages/irqbalance.git/blobdiff - irqbalance.spec
- license changed (acc. Changelog), let the source be on some URL.
[packages/irqbalance.git] / irqbalance.spec
index ff2af7078184d06f32118bab0b754a94b0758531..ad47d124651694bce2e55f6efb302d38fb5f38c9 100644 (file)
@@ -1,28 +1,39 @@
 Summary:       Balancing of IRQs between multiple CPUs
 Summary(pl):   Rozdzielanie IRQ pomiêdzy wiele procesorów
 Name:          irqbalance
-Version:       0.12
-Release:       2
-License:       OSL v1.1
+Version:       0.13
+Release:       1
+License:       GPL
 Group:         Applications/System
-Source0:       http://people.redhat.com/arjanv/irqbalance/%{name}-%{version}.tar.gz
-# Source0-md5: 1f225b73a01380955231b77d9be60c7a
+#Source0:      http://people.redhat.com/arjanv/irqbalance/%{name}-%{version}.tar.gz
+# Currently no known URL - taken from FC6 src.rpm:
+Source0:       http://www.blues.gda.pl/SOURCES/%{name}-%{version}.tar.gz
+# Source0-md5: 837f1d69e9b6ef0a58bbd4cf4e0d7f28
 Source1:       %{name}.init
 Patch0:                %{name}-opt.patch
+Patch1:                %{name}-classes.patch
+Patch2:                %{name}-norebalance-zeroints.patch
+Patch3:                %{name}-pie.patch
 BuildRequires: rpmbuild(macros) >= 1.268
 Requires(post,preun):  /sbin/chkconfig
 Requires:      rc-scripts
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Balancing of IRQs between multiple CPUs.
+irqbalance is a daemon that evenly distributes IRQ load across
+multiple CPUs for enhanced performance.
 
 %description -l pl
-Narzêdzie do rozdzielania przerwañ IRQ pomiêdzy wiele procesorów.
+Narzêdzie do rozdzielania przerwañ IRQ pomiêdzy wiele procesorów
+w celu zwiêkszenia wydajno¶ci systemu.
 
 %prep
 %setup -q -n %{name}
 %patch0 -p1
+%patch1 -p2
+%patch2 -p2
+# For gcc4 ?
+#%patch3 -p2
 
 %build
 %{__make} %{?debug:debug} \
This page took 0.075909 seconds and 4 git commands to generate.