i7z-vl.spec 931 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Summary: i3, i5 and i7 reporting tool for Linux
  2. Summary(ja): Core i[357] 報告ツール
  3. Name: i7z
  4. Version: 0.27.1
  5. Release: 1%{?_dist_release}
  6. License: GPL v2
  7. Group: Applications/System
  8. Source0: http://i7z.googlecode.com/files/%{name}-%{version}.tar.gz
  9. URL: http://code.google.com/p/i7z/
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. ExclusiveArch: %{ix86} x86_64
  12. BuildRequires: ncurses-devel
  13. Distribution: Vine Linux
  14. Vendor: Project Vine
  15. Packager: daisuke
  16. %description
  17. A better i7 (and now i3, i5) reporting tool for Linux.
  18. %prep
  19. %setup -q
  20. %build
  21. %{__make}
  22. %install
  23. rm -rf $RPM_BUILD_ROOT
  24. install -d $RPM_BUILD_ROOT%{_sbindir}
  25. install %{name} $RPM_BUILD_ROOT%{_sbindir}
  26. %clean
  27. rm -rf $RPM_BUILD_ROOT
  28. %files
  29. %defattr(644,root,root,755)
  30. %doc README.txt
  31. %attr(755,root,root) %{_sbindir}/%{name}
  32. %changelog
  33. * Mon Jan 30 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.27.1-1
  34. - initial build for Vine Linux