SPECS: irqbalance.spec - 0.13 - taken from FC6, plus 3 new patches...
blues
blues at pld-linux.org
Fri Aug 11 12:02:10 CEST 2006
Author: blues Date: Fri Aug 11 10:02:10 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 0.13 - taken from FC6, plus 3 new patches from them
---- Files affected:
SPECS:
irqbalance.spec (1.15 -> 1.16)
---- Diffs:
================================================================
Index: SPECS/irqbalance.spec
diff -u SPECS/irqbalance.spec:1.15 SPECS/irqbalance.spec:1.16
--- SPECS/irqbalance.spec:1.15 Tue Aug 8 16:38:10 2006
+++ SPECS/irqbalance.spec Fri Aug 11 12:02:05 2006
@@ -2,28 +2,39 @@
Summary: Balancing of IRQs between multiple CPUs
Summary(pl): Rozdzielanie IRQ pomiędzy wiele procesorów
Name: irqbalance
-Version: 0.12
-Release: 2
+Version: 0.13
+Release: 1
License: OSL v1.1
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: %{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} \
@@ -64,6 +75,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16 2006/08/11 10:02:05 blues
+- 0.13 - taken from FC6, plus 3 new patches from them
+
Revision 1.15 2006/08/08 14:38:10 sparky
- mass attack: s/%patch /%patch0 / -- usefull for overloaded %patch macro
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/irqbalance.spec?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list