forked from pool/cpuid
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
This commit is contained in:
parent
364c343fb8
commit
62d15c73f1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14b90960ecc5cf3466d0d78269365f6fc6233e1aeb3491c7d25342f20405cc7e
|
||||
size 59044
|
3
cpuid-20130609.src.tar.gz
Normal file
3
cpuid-20130609.src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53db0093afe8d97746a60ff3118841ff514d78134842c29de114d498a97a1dee
|
||||
size 65724
|
@ -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
|
||||
|
||||
|
41
cpuid.spec
41
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
|
||||
|
Loading…
Reference in New Issue
Block a user