Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > a6f769c34cf8fed361fcb46cdf6be9ca > files > 2

cpufreq-1.0-14mdk.src.rpm

%define name cpufreq
%define version 1.0
%define release 14mdk

Summary: A initscript to probe cpufreq modules
Name: %{name}
Version: %{version}
Release: %{release}
Source0: cpufreq.init
License: GPL
Group: System/Servers
BuildRoot: %{_tmppath}/%{name}-buildroot
Prereq: rpm-helper
BuildArch: noarch
Url:       http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/SPECS/cpufreq/
Requires:  pciutils, sed, gawk, grep, coreutils

%description
A simple initscript to probe cpufred modules.

%prep

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p  $RPM_BUILD_ROOT/%_initrddir/
install -D -m755 %{SOURCE0} $RPM_BUILD_ROOT/%_initrddir/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%post
%_post_service %{name}

%preun
%_preun_service  %{name}

%files
%defattr(-,root,root)
%config(noreplace) %attr(755,root,root) %_initrddir/%{name}

%changelog
* Thu Mar 17 2005 Olivier Blin <oblin@mandrakesoft.com> 1.0-14mdk
- AMD 64 support (#14687)

* Mon Mar 14 2005 Olivier Blin <oblin@mandrakesoft.com> 1.0-13mdk
- do not look for cpufreq entry in /proc (obsolete)
  or in /sysfs (dynamically created by cpufreq modules) (#13289)

* Sat Feb 12 2005 Olivier Blin <oblin@mandrakesoft.com> 1.0-12mdk
- probe speedstep-smi module (#13015)

* Wed Feb  2 2005 Olivier Blin <oblin@mandrakesoft.com> 1.0-11mdk
- PPC support and misc fixes (from Danny Tholen)

* Tue Feb  1 2005 Olivier Blin <blino@mandrake.org> 1.0-10mdk
- load all cpufreq governors (#13290)
  (performance, ondemand, userspace, powersave)

* Wed Jan  5 2005 Olivier Blin <blino@mandrake.org> 1.0-9mdk
- handle one more centrino CPU (Dothan, model 13)
- merge patch0

* Fri Oct 22 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 1.0-8.1mdk
- handle powernow-k8

* Wed Sep  8 2004 Frederic Lepied <flepied@mandrakesoft.com> 1.0-8mdk
- applied patch from Jan Ciger (bug #11309)

* Sat Sep  4 2004 Erwan Velu <erwan@mandrakesoft.com> 1.0-7mdk
- Oups, fixing stupid friday syntax

* Fri Sep  3 2004 Erwan Velu <erwan@mandrakesoft.com> 1.0-6mdk
- Probing the chipset drivers first
- 2.4 kernel support was missing
- Adding requires

* Fri Sep  3 2004 Juan Quintela <quintela@n5.mandrakesoft.com> 1.0-5mdk
- we need to ask for ich before P4, otherwise, P4 wins always.

* Sat Aug 28 2004 Michael Scherer <misc@mandrake.org> 1.0-4mdk 
- add a Requires on pci-utils ( fix #11049 )
- add Url

* Thu Aug 26 2004 Erwan Velu <erwan@mandrakesoft.com> 1.0-3mdk
- Fixing stupid parsing in /proc : ht & smp systems were buggy #10976

* Wed Aug 25 2004 Robert Vojta <robert.vojta@mandrake.org> 1.0-2mdk
- next ICH added (8086:244c) (#10940)
- probe_P4() function fixed (#10940)
- it's a simple script -> i586 moved to noarch

* Mon Aug 23 2004 Erwan Velu <erwan@mandrakesoft.com> 1.0-1mdk
- Initial release
# end of file