Summary:	i3, i5 and i7 reporting tool for Linux
Summary(ja):	Core i[357] 報告ツール
Name:		i7z
Version:	0.27.1
Release:        1%{?_dist_release}
License:	GPL v2
Group:		Applications/System
Source0:	http://i7z.googlecode.com/files/%{name}-%{version}.tar.gz
URL:		http://code.google.com/p/i7z/

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
ExclusiveArch:	%{ix86} x86_64
BuildRequires:	ncurses-devel

Distribution: Vine Linux
Vendor: Project Vine
Packager: daisuke

%description
A better i7 (and now i3, i5) reporting tool for Linux.

%prep
%setup -q

%build
%{__make}

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_sbindir}
install %{name} $RPM_BUILD_ROOT%{_sbindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc README.txt
%attr(755,root,root) %{_sbindir}/%{name}

%changelog
* Mon Jan 30 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.27.1-1
- initial build for Vine Linux