|
@@ -1,23 +1,23 @@
|
|
%define name irqbalance
|
|
%define name irqbalance
|
|
-%define version 0.55
|
|
+%define version 1.0.5
|
|
-%define release 3%{?_dist_release}
|
|
+%define release 1%{?_dist_release}
|
|
|
|
|
|
Summary: Daemon to balance irq's across multiple CPUs/Cores.
|
|
Summary: Daemon to balance irq's across multiple CPUs/Cores.
|
|
Summary(ja): 複数の CPU 間で IRQ をバランスさせるためのデーモン
|
|
Summary(ja): 複数の CPU 間で IRQ をバランスさせるためのデーモン
|
|
Name: %{name}
|
|
Name: %{name}
|
|
Version: %{version}
|
|
Version: %{version}
|
|
Release: %{release}
|
|
Release: %{release}
|
|
-License: GPL/OSL
|
|
+License: GPLv3
|
|
Group: System Environment/Base
|
|
Group: System Environment/Base
|
|
URL: http://www.irqbalance.org/
|
|
URL: http://www.irqbalance.org/
|
|
Source0: %{name}-%{version}.tar.gz
|
|
Source0: %{name}-%{version}.tar.gz
|
|
Source1: %{name}.init
|
|
Source1: %{name}.init
|
|
Source2: %{name}.sysconfig
|
|
Source2: %{name}.sysconfig
|
|
-Patch0: %{name}-%{version}-svn19.patch
|
|
+
|
|
|
|
+Patch1: %{name}-1.0.4-env-file-path.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: glib2-devel
|
|
BuildRequires: glib2-devel
|
|
-BuildRequires: imake
|
|
|
|
|
|
|
|
%description
|
|
%description
|
|
Daemon to balance irq's across multiple CPUs on systems with
|
|
Daemon to balance irq's across multiple CPUs on systems with
|
|
@@ -25,10 +25,11 @@ the 2.4 or 2.6 kernel. Only useful on SMP systems.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-%patch0 -p1
|
|
+%patch1 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
-%__make
|
|
+%configure
|
|
|
|
+CFLAGS="%{optflags}" %__make
|
|
|
|
|
|
%install
|
|
%install
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
|
@@ -65,6 +66,9 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Mar 22 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-1
|
|
|
|
+- update to 1.0.5
|
|
|
|
+
|
|
* Tue Apr 19 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.55-3
|
|
* Tue Apr 19 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.55-3
|
|
- add missing BuildRequires: imake
|
|
- add missing BuildRequires: imake
|
|
|
|
|
|
@@ -74,11 +78,11 @@ fi
|
|
* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 0.55-1vl5
|
|
* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 0.55-1vl5
|
|
- applied new versioning policy, spec in utf-8
|
|
- applied new versioning policy, spec in utf-8
|
|
|
|
|
|
-* Sun Dec 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.55-0vl1
|
|
+* Sat Dec 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.55-0vl1
|
|
- update to irqbalance 0.55 from www.irqbalance.org
|
|
- update to irqbalance 0.55 from www.irqbalance.org
|
|
- add patch0 from svn trunk(rev.19)
|
|
- add patch0 from svn trunk(rev.19)
|
|
|
|
|
|
-* Sat Dec 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.13-0vl2
|
|
+* Fri Dec 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.13-0vl2
|
|
- update irqbalance.init
|
|
- update irqbalance.init
|
|
- do not start irqbalance on non-SMP system.
|
|
- do not start irqbalance on non-SMP system.
|
|
- do not "killproc" if irqbalance is not running.
|
|
- do not "killproc" if irqbalance is not running.
|