forked from pool/cpuid
Accepting request 425068 from utilities
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/425068 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpuid?expand=0&rev=2
This commit is contained in:
commit
0fd10963cd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:34d35ddd7dab7c9f8b071b7b318d4f99fe112caaa28b6c8571e2ecdaa855db78
|
|
||||||
size 72787
|
|
3
cpuid-20160814.src.tar.gz
Normal file
3
cpuid-20160814.src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fd4e2b2d88f417ae32f47a92d29351de395a36578fde8aedc228e2e131f38ecd
|
||||||
|
size 77160
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 30 08:57:28 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 20160814
|
||||||
|
* cpuinfo2cpuid: Added a script that takes input from a
|
||||||
|
/proc/cpuinfo file and converts it into suitable input to
|
||||||
|
cpuid. The information that cpuid is capable of producing based
|
||||||
|
on this very limited input information is slight, but
|
||||||
|
apparently there is interest in getting the synthesized (synth)
|
||||||
|
leaf from this.
|
||||||
|
* Support SGX, MPX, BNDLDX/BNDSTX, RDPID, and IA32_XSS PT state.
|
||||||
|
* Add information for Skylake, Broadwell, Broadwell-E and -EX
|
||||||
|
processors, Atom C2000 (Avoton) with A0/A1 steppings, Atom
|
||||||
|
Z3n00 (Bay Trail) stepping 1, Xeon D-1500 (Broadwell-DE) V2
|
||||||
|
stepping, corrected Atom Z8000 (Cherry Trail), added Atom S1200
|
||||||
|
(Centerton) and VIA Eden.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 7 11:37:43 UTC 2015 - jengelh@inai.de
|
Sat Nov 7 11:37:43 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
17
cpuid.spec
17
cpuid.spec
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cpuid
|
# spec file for package cpuid
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,19 +18,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cpuid
|
Name: cpuid
|
||||||
Version: 20151017
|
Version: 20160814
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: x86 CPU identification tool
|
Summary: x86 CPU identification tool
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
URL: http://etallen.com/cpuid.html
|
Url: http://etallen.com/cpuid.html
|
||||||
|
|
||||||
Source: http://etallen.com/cpuid/%name-%version.src.tar.gz
|
Source: http://etallen.com/cpuid/%name-%version.src.tar.gz
|
||||||
BuildRoot: %_tmppath/%name-%version-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
Exclusivearch: %ix86 x86_64
|
ExclusiveArch: %ix86 x86_64
|
||||||
|
|
||||||
%description
|
%description
|
||||||
cpuid executes the CPUID instruction on x86-family CPUs and decodes
|
cpuid executes the CPUID instruction on x86-family CPUs and decodes
|
||||||
@ -48,13 +48,14 @@ CFLAGS=$(echo "%optflags -Wall"| sed 's/-Werror=format-security//g')
|
|||||||
make CFLAGS="$CFLAGS"
|
make CFLAGS="$CFLAGS"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -Dm 0755 cpuid "%buildroot/%_bindir/cpuid"
|
mkdir -p "%buildroot/%_bindir" "%buildroot/%_mandir/man1"
|
||||||
install -Dm 0644 cpuid.man "%buildroot/%_mandir/man1/cpuid.1"
|
install -pm0755 cpuid cpuinfo2cpuid "%buildroot/%_bindir/"
|
||||||
|
install -pm0644 cpuid.man "%buildroot/%_mandir/man1/cpuid.1"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc ChangeLog FUTURE LICENSE
|
%doc ChangeLog FUTURE LICENSE
|
||||||
%_bindir/cpuid
|
%_bindir/cpu*
|
||||||
%_mandir/man1/cpuid.1*
|
%_mandir/man1/cpuid.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user