]> git.pld-linux.org Git - packages/athcool.git/blob - athcool.spec
- completelly raw
[packages/athcool.git] / athcool.spec
1 Summary: Athlon Powersaving bits enabler
2 Summary(ja): AMD Athlon/Duron \e$B$N>JEENO5!G=$rM-8z$K$9$k\e(B
3 Name: athcool
4 Version: 0.3.0
5 Release: 1vl1
6 License: GPL
7 Group: Applications/System
8 URL: http://members.jcom.home.ne.jp/jacobi/linux/softwares-ja.html
9 Source: http://members.jcom.home.ne.jp/jacobi/linux/files/athcool-%{version}.tar.gz
10 #Patch1: athcool-0.2.0-nakata1.patch
11 #Patch2: athcool-0.2.0-nakata2.patch
12 BuildPrereq: pciutils-devel
13 Buildroot: %{_tmppath}/%{name}-%{version}-root
14 ExclusiveArch: %{ix86}
15 Vendor: Project Vine
16 Distribution: Vine Linux
17
18 %description
19 athcool is a small utility, enabling/disabling Powersaving mode
20 for AMD Athlon/Duron processors.
21
22 Powersaving works if your kernel support ACPI (APM not work),
23 because athcool only set/unset "Disconnect enable when STPGNT detected"
24 bits in the Northbridge of Chipset.
25
26 %description -l ja
27 \e$B!!\e(Bathcool \e$B$O\e(B AMD Athlon/Duron \e$B$N>JEENO5!G=$rM-8z$K$7!"L5BL$JH/G.$rM^$($^$9!#\e(B
28 CPU \e$BMxMQN($,Dc$$;~$K$O7`E*$KH/G.$,8:$j$^$9!#\e(B
29 \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 URL \e$B$r;2>H\e(B
30 \e$B$N>e$G;HMQ$7$F$/$@$5$$!#\e(B
31 \e$B!!$J$*!">JEENO5!G=$K$O\e(B ACPI \e$BBP1~$N%+!<%M%k$,I,MW$G$9!#\e(B
32
33 %prep
34 %setup -q
35 #%patch1 -p1
36 #%patch2 -p1
37
38 %build
39 make
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 #install -d $RPM_BUILD_ROOT%{_sbindir}
44 #install -m755 -s athcool $RPM_BUILD_ROOT%{_sbindir}
45 %makeinstall
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(-, root, root)
52 %doc README COPYING ChangeLog
53 %{_sbindir}/athcool
54
55 %changelog
56 * Sat Jun 21 2003 yamamoto <yamamoto@yu.vinelinux.org> 0.3.0-1vl1
57 - update to 0.3.0 which includes patches
58 - remove patch1 and 2
59
60 * Thu Jun 12 2003 yamamoto <yamamoto@yu.vinelinux.org> 0.2.0-1pl_n.0.2vl2
61 - fix description in Japanese
62
63 * Wed Jun 11 2003 yamamoto <yamamoto@yu.vinelinux.org> 0.2.0-1pl_n.0.2vl1
64 - fix AMD-761 bug (patch1 by Nakata <info@nakata-jp.org>)
65 - refine the whole (patch2 by Nakata <info@nakata-jp.org>)
66
67 * Mon Jun  9 2003 yamamoto <yamamoto@yu.vinelinux.org> 0.2.0-1vl1
68 - base on 0.2.0-1ok
69 - add summary and description in Japanese
This page took 0.032005 seconds and 4 git commands to generate.