Browse Source

irqbalance: update to 1.0.5

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7619 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 11 years ago
parent
commit
2434887373
1 changed files with 13 additions and 9 deletions
  1. 13 9
      i/irqbalance/irqbalance-vl.spec

+ 13 - 9
i/irqbalance/irqbalance-vl.spec

@@ -1,23 +1,23 @@
 %define name	irqbalance
-%define version	0.55
-%define release	3%{?_dist_release}
+%define version	1.0.5
+%define release	1%{?_dist_release}
 
 Summary:	Daemon to balance irq's across multiple CPUs/Cores.
 Summary(ja):	複数の CPU 間で IRQ をバランスさせるためのデーモン
 Name:		%{name}
 Version:	%{version}
 Release:	%{release}
-License:        GPL/OSL
+License:        GPLv3
 Group:		System Environment/Base
 URL:            http://www.irqbalance.org/
 Source0:        %{name}-%{version}.tar.gz
 Source1:	%{name}.init
 Source2:	%{name}.sysconfig
-Patch0:		%{name}-%{version}-svn19.patch
+
+Patch1:         %{name}-1.0.4-env-file-path.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:	glib2-devel
-BuildRequires:	imake
 
 %description
 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
 %setup -q
-%patch0 -p1
+%patch1 -p1
 
 %build
-%__make
+%configure
+CFLAGS="%{optflags}" %__make
 
 %install
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
@@ -65,6 +66,9 @@ fi
 
 
 %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
 - add missing BuildRequires: imake
 
@@ -74,11 +78,11 @@ fi
 * Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 0.55-1vl5
 - 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
 - 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
   - do not start irqbalance on non-SMP system.
   - do not "killproc" if irqbalance is not running.