source: projects/specs/trunk/p/powertop/powertop-vl.spec @ 5736

Revision 5736, 2.3 KB checked in by kenta, 12 years ago (diff)

powertop: new upstream release

Line 
1Summary:        Tool to watch power consumption for linux
2Summary(ja):    Linux 用の電力消費量を測定するツール
3Name:           powertop
4Version:        1.12
5Release:        1%{?_dist_release}
6Source0:        http://www.linuxpowertop.org/download/%{name}-%{version}.tar.gz
7License:        GPL
8Group:          Applications/System
9URL:            http://www.linuxpowertop.org/
10
11Requires:       ncurses
12BuildRequires:  ncurses-devel
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14
15Packager:       ryoichi, kazutaka
16
17
18%description
19A program that collects the various pieces of information from
20your system and presents an overview of how well your laptop is
21doing in terms of power savings. In addition, PowerTOP will
22provide an indication of which tunables and software components
23are the biggest offenders in slurping up your battery time.
24PowerTOP will update it's display frequently so that you can
25directly see the impact of any changes you are making.
26
27%description -l ja
28PowerTOP はあなたのシステムから様々な情報を収集し、あなたのノート
29PC の、電力の節約状況を表示するプログラムです。また PowerTOP は
30電力を浪費しているプログラムや、チューニング可能な設定を示して
31くれます。
32PowerTOP は表示している内容を定期的に更新するので、システムに変更
33を加えた場合、その結果がすぐに確認できます。
34
35
36%prep
37%setup -q
38
39%build
40%{__make} CFLAGS="$RPM_OPT_FLAGS -g -Wall -W -Wshadow"
41
42%install
43%{__rm} -rf ${RPM_BUILD_ROOT}
44%{__make} install DESTDIR=${RPM_BUILD_ROOT}
45%find_lang %{name}
46
47%clean
48%{__rm} -rf ${RPM_BUILD_ROOT}
49
50
51%files -f %{name}.lang
52%defattr(-,root,root)
53%doc COPYING Changelog README
54%{_bindir}/powertop
55%{_mandir}/man8/powertop.8*
56
57
58%changelog
59* Sat Feb 18 2012 NAKAMURA Kenta <kenta@vinelinux.org> 1.12-1
60- new upstream release
61
62* Sat May 09 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.11-1
63- new upstream release
64- add Packager tag
65
66* Mon Oct 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.10-1vl5
67- new upstream release
68  * Mon Feb 04 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.9-0vl1
69  - new upstream release.
70
71* Fri Oct 10 2008 Shu KONNO <owa@bg.wakwak.com> 1.8-1vl5
72- applied new versioning policy, spec in utf-8
73
74* Mon Oct 29 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.8-0vl1
75- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.