rpms/lvcool/devel lvcool.spec,1.6,1.7

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 3 22:41:35 UTC 2005


Author: thias

Update of /cvs/extras/rpms/lvcool/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21010/lvcool/devel

Modified Files:
	lvcool.spec 
Log Message:
Mass letter "l" update, one or more apply :
- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs



Index: lvcool.spec
===================================================================
RCS file: /cvs/extras/rpms/lvcool/devel/lvcool.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lvcool.spec	12 Feb 2005 18:44:42 -0000	1.6
+++ lvcool.spec	3 Mar 2005 22:41:32 -0000	1.7
@@ -1,57 +1,50 @@
-Summary:          Utility to cool Athlon processor during idle on Via KT133 or KX133 chipsets 
+Summary:          Utility to cool down Athlon CPUs when idle on Via KT133 or KX133 chipsets
 Name:             lvcool
-Epoch:            0
 # Upstream has no version, tarball repacked
 Version:          1.0.0
 Release:          1
 URL:              http://vcool.occludo.net/VC_Linux.html
 License:          GPL
-Group:            System Environment/Daemons 
+Group:            System Environment/Daemons
 Source0:          lvcool-1.0.0.tar.gz
-Patch0:           lvcool-g++.patch 
+Patch0:           lvcool-g++.patch
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root
 
-ExclusiveArch:    %ix86
+ExclusiveArch:    %{ix86}
 BuildArch: athlon
 
 %description
 
 LVCool dramatically reduces the processor temperature during idle for
-Athlon processors running on VIA KT133 or similar chipsets. It sets 
-the Northbridge's "enable bus disconnect on STPGNT" bit and enters an 
+Athlon processors running on VIA KT133 or similar chipsets. It sets
+the Northbridge's "enable bus disconnect on STPGNT" bit and enters an
 idle loop that puts the CPU into STPGNT state.  This approach to
 temperature reduction is a hack, it is better to use an ACPI kernel.
 
-#---------------------------------------------------------------------
 
 %prep
 %setup
 %patch0 -p1
 
-#---------------------------------------------------------------------
 
 %build
 make
 
-#---------------------------------------------------------------------
 
 %install
 rm -rf %{buildroot}
 mkdir -p %{buildroot}%{_bindir}
 install -m 755 lvcool %{buildroot}%{_bindir}/lvcool
 
-#---------------------------------------------------------------------
 
 %clean
 rm -rf %{buildroot}
 
-#---------------------------------------------------------------------
 
 %files
 %defattr(-,root,root,-)
 %{_bindir}/*
 
-#---------------------------------------------------------------------
 
 %changelog
 * Sun Mar 30 2003 Warren Togami <warren at togami.com> - 1.0.0-0.fdr.1




More information about the fedora-extras-commits mailing list