]> git.pld-linux.org Git - packages/athcool.git/commitdiff
- completelly raw
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 4 Aug 2003 22:01:29 +0000 (22:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    athcool.spec -> 1.1

athcool.spec [new file with mode: 0644]

diff --git a/athcool.spec b/athcool.spec
new file mode 100644 (file)
index 0000000..5579f11
--- /dev/null
@@ -0,0 +1,69 @@
+Summary: Athlon Powersaving bits enabler
+Summary(ja): AMD Athlon/Duron \e$B$N>JEENO5!G=$rM-8z$K$9$k\e(B
+Name: athcool
+Version: 0.3.0
+Release: 1vl1
+License: GPL
+Group: Applications/System
+URL: http://members.jcom.home.ne.jp/jacobi/linux/softwares-ja.html
+Source: http://members.jcom.home.ne.jp/jacobi/linux/files/athcool-%{version}.tar.gz
+#Patch1: athcool-0.2.0-nakata1.patch
+#Patch2: athcool-0.2.0-nakata2.patch
+BuildPrereq: pciutils-devel
+Buildroot: %{_tmppath}/%{name}-%{version}-root
+ExclusiveArch: %{ix86}
+Vendor: Project Vine
+Distribution: Vine Linux
+
+%description
+athcool is a small utility, enabling/disabling Powersaving mode
+for AMD Athlon/Duron processors.
+
+Powersaving works if your kernel support ACPI (APM not work),
+because athcool only set/unset "Disconnect enable when STPGNT detected"
+bits in the Northbridge of Chipset.
+
+%description -l ja
+\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
+CPU \e$BMxMQN($,Dc$$;~$K$O7`E*$KH/G.$,8:$j$^$9!#\e(B
+\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
+\e$B$N>e$G;HMQ$7$F$/$@$5$$!#\e(B
+\e$B!!$J$*!">JEENO5!G=$K$O\e(B ACPI \e$BBP1~$N%+!<%M%k$,I,MW$G$9!#\e(B
+
+%prep
+%setup -q
+#%patch1 -p1
+#%patch2 -p1
+
+%build
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+#install -d $RPM_BUILD_ROOT%{_sbindir}
+#install -m755 -s athcool $RPM_BUILD_ROOT%{_sbindir}
+%makeinstall
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-, root, root)
+%doc README COPYING ChangeLog
+%{_sbindir}/athcool
+
+%changelog
+* Sat Jun 21 2003 yamamoto <yamamoto@yu.vinelinux.org> 0.3.0-1vl1
+- update to 0.3.0 which includes patches
+- remove patch1 and 2
+
+* Thu Jun 12 2003 yamamoto <yamamoto@yu.vinelinux.org> 0.2.0-1pl_n.0.2vl2
+- fix description in Japanese
+
+* Wed Jun 11 2003 yamamoto <yamamoto@yu.vinelinux.org> 0.2.0-1pl_n.0.2vl1
+- fix AMD-761 bug (patch1 by Nakata <info@nakata-jp.org>)
+- refine the whole (patch2 by Nakata <info@nakata-jp.org>)
+
+* Mon Jun  9 2003 yamamoto <yamamoto@yu.vinelinux.org> 0.2.0-1vl1
+- base on 0.2.0-1ok
+- add summary and description in Japanese
This page took 0.497762 seconds and 4 git commands to generate.