]> git.pld-linux.org Git - packages/athcool.git/blob - athcool.spec
de78918742bfa1a99ea6a778a0d4360c96486671
[packages/athcool.git] / athcool.spec
1 # TODO: convert Japanese to EUCJP
2 #
3 Summary:        Athlon Powersaving bits enabler
4 Summary(ja):    AMD Athlon/Duron \e$B$N>JEENO5!G=$rM-8z$K$9$k\e(B
5 Summary(pl):    Narzêdzie do w³±czania trybu oszczêdno¶ci energii procesorów Athlon
6 Name:           athcool
7 Version:        0.3.0
8 Release:        1vl1
9 License:        GPL
10 Group:          Applications/System
11 URL:            http://members.jcom.home.ne.jp/jacobi/linux/softwares-ja.html
12 Source0:        http://members.jcom.home.ne.jp/jacobi/linux/files/%{name}-%{version}.tar.gz
13 # Source0-md5:  d41d8cd98f00b204e9800998ecf8427e
14 #Patch1: athcool-0.2.0-nakata1.patch
15 #Patch2: athcool-0.2.0-nakata2.patch
16 BuildPrereq:    pciutils-devel
17 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18 ExclusiveArch:  %{ix86}
19 Vendor:         Project Vine
20
21 %description
22 athcool is a small utility, enabling/disabling Powersaving mode for
23 AMD Athlon/Duron processors.
24
25 Powersaving works if your kernel support ACPI (APM not work), because
26 athcool only set/unset "Disconnect enable when STPGNT detected" bits
27 in the Northbridge of Chipset.
28
29 %description -l ja
30 \e$B!!\e(Bathcool \e$B$O\e(B AMD Athlon/Duron
31 \e$B$N>JEENO5!G=$rM-8z$K$7!"L5BL$JH/G.$rM^$($^$9!#\e(B CPU
32 \e$BMxMQN($,Dc$$;~$K$O7`E*$KH/G.$,8:$j$^$9!#\e(B
33 \e$B!!%A%C%W%;%C%H$K$h$C$F$O@5>o$K:nF0$7$J$$>l9g$b$"$j$^$9$N$G!">e5-\e(B
34 URL \e$B$r;2>H\e(B \e$B$N>e$G;HMQ$7$F$/$@$5$$!#\e(B
35 \e$B!!$J$*!">JEENO5!G=$K$O\e(B ACPI \e$BBP1~$N%+!<%M%k$,I,MW$G$9!#\e(B
36
37 %description -l pl
38 athcool jest ma³ym programem narzêdziwym s³u¿acym do w³±czania i wy³±czania
39 trybu oszczêdno¶ci energii procesorów AMD Athlon/Duron.
40
41 Tryb oszczêdno¶ci energii dzia³a gdy j±dro zawiera wsparcie dla ACPI (z APM
42 nie dzia³a), gdy¿ athcool jedynie ustawia/zeruje flagi bitowe "Disconnect
43 enable when STPGNT detected" w mostku pó³nocnym chipsetu.
44
45 %prep
46 %setup -q
47 #%patch1 -p1
48 #%patch2 -p1
49
50 %build
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55 #install -d $RPM_BUILD_ROOT%{_sbindir}
56 #install -m755 -s athcool $RPM_BUILD_ROOT%{_sbindir}
57 %makeinstall
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc README COPYING ChangeLog
65 %attr(755,root,root) %{_sbindir}/athcool
This page took 0.053749 seconds and 2 git commands to generate.