From 62d15c73f158453e3900383eca5697fbc0f48be9cd3c8ed8868be453c679412b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 11 Jun 2013 14:42:58 +0000 Subject: [PATCH] Accepting request 178382 from home:jengelh:branches:utilities - Update to new upstream release 20130609 * support for many new CPU types - Wrap description at 70 cols; remove redundant %clean section OBS-URL: https://build.opensuse.org/request/show/178382 OBS-URL: https://build.opensuse.org/package/show/utilities/cpuid?expand=0&rev=3 --- cpuid-20110305.src.tar.gz | 3 --- cpuid-20130609.src.tar.gz | 3 +++ cpuid.changes | 7 +++++++ cpuid.spec | 41 +++++++++++++++++++++++++++------------ 4 files changed, 39 insertions(+), 15 deletions(-) delete mode 100644 cpuid-20110305.src.tar.gz create mode 100644 cpuid-20130609.src.tar.gz diff --git a/cpuid-20110305.src.tar.gz b/cpuid-20110305.src.tar.gz deleted file mode 100644 index 75538f0..0000000 --- a/cpuid-20110305.src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14b90960ecc5cf3466d0d78269365f6fc6233e1aeb3491c7d25342f20405cc7e -size 59044 diff --git a/cpuid-20130609.src.tar.gz b/cpuid-20130609.src.tar.gz new file mode 100644 index 0000000..dfbba38 --- /dev/null +++ b/cpuid-20130609.src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53db0093afe8d97746a60ff3118841ff514d78134842c29de114d498a97a1dee +size 65724 diff --git a/cpuid.changes b/cpuid.changes index 48f598f..3170b5c 100644 --- a/cpuid.changes +++ b/cpuid.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jun 10 14:01:53 UTC 2013 - jengelh@inai.de + +- Update to new upstream release 20130609 +* support for many new CPU types +- Wrap description at 70 cols; remove redundant %clean section + ------------------------------------------------------------------- Wed Jun 1 22:05:31 UTC 2011 - pascal.bleser@opensuse.org diff --git a/cpuid.spec b/cpuid.spec index 9b7f3e0..189ddac 100644 --- a/cpuid.spec +++ b/cpuid.spec @@ -1,20 +1,40 @@ # vim: set ts=4 sw=4 et: +# +# spec file for package cpuid +# +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + Name: cpuid -Version: 20110305 +Version: 20130609 Release: 0 Summary: X86 CPU Identification Tool -Source: http://www.etallen.com/cpuid/cpuid-%{version}.src.tar.gz -URL: http://www.etallen.com/ +License: GPL-2.0+ Group: System/Management -License: BSD -BuildRoot: %{_tmppath}/build-%{name}-%{version} -BuildRequires: gcc make glibc-devel +Url: http://www.etallen.com/ + +Source: http://www.etallen.com/cpuid/cpuid-%{version}.src.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: gcc +BuildRequires: glibc-devel +BuildRequires: make %description -cpuid executes the CPUID instruction on x86-family CPUs and decodes the -results into English descriptions. It knows about Intel, AMD, and Cyrix CPUs, -and is fairly complete. +cpuid executes the CPUID instruction on x86-family CPUs and decodes +the results into English descriptions. It knows about Intel, AMD, and +Cyrix CPUs, and is fairly complete. %prep %setup -q @@ -30,9 +50,6 @@ CFLAGS=$(echo "%{optflags} -Wall"| %__sed 's/-Werror=format-security//g') %__install -D -m 0755 cpuid "%{buildroot}%{_bindir}/cpuid" %__install -D -m 0644 cpuid.man "%{buildroot}%{_mandir}/man1/cpuid.1" -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} - %files %defattr(-,root,root) %doc ChangeLog FUTURE LICENSE