]> git.pld-linux.org Git - packages/cpuid.git/blobdiff - cpuid.spec
- updated to 20120601
[packages/cpuid.git] / cpuid.spec
index fb2290a25a7e9cfeeef217818eaf8cc8ed44d6f9..dadbc5f2a9e184913ffa6b4d670554155e771d84 100644 (file)
@@ -1,22 +1,23 @@
-Summary:       x86 CPUID display program
-Summary(pl.UTF-8):     CPUID dla procesorów x86
+Summary:       x86 CPUID information display program
+Summary(pl.UTF-8):     Program wyświetlający informacje CPUID dla procesorów x86
 Name:          cpuid
-Version:       20110305
+Version:       20120601
 Release:       1
-License:       GPL v2
+License:       GPL v2+
 Group:         Applications/System
 Source0:       http://www.etallen.com/cpuid/%{name}-%{version}.src.tar.gz
-# Source0-md5: c13317518ce5d9ddba07eff9ead8080c
+# Source0-md5: 4012dd0dba5e214b59de54db22e5e79b
 URL:           http://www.etallen.com/cpuid.html
 ExclusiveArch: %{ix86} %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Program that displays details about x86 installed processor.
+Program that displays detailed information about x86 CPU(s) gathered
+from the CPUID instruction.
 
 %description -l pl.UTF-8
 Program wyświetlający szczegółowe informacje na temat zainstalowanego
-procesora (x86).
+procesora (lub procesorów) x86 zebrane przy użyciu instrukcji CPUID.
 
 %prep
 %setup -q
@@ -39,5 +40,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog FUTURE
-%attr(755,root,root) %{_sbindir}/*
-%{_mandir}/man1/%{name}.1*
+%attr(755,root,root) %{_sbindir}/cpuid
+%{_mandir}/man1/cpuid.1*
This page took 0.560646 seconds and 4 git commands to generate.