source: projects/specs/trunk/i/i7z/i7z-vl.spec @ 5543

Revision 5543, 931 bytes checked in by daisuke, 12 years ago (diff)

new package: i7z-0.27.1

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