File iucode-tool.spec of Package iucode-tool

#
# spec file for package iucode-tool
#
# Copyright (c) 2022 SUSE LINUX 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:           iucode-tool
Version:        1.3
Release:        0
Summary:        A program to manipulate Intel microcode update collections
License:        GPL-2.0
Group:          System/Boot
Url:            https://gitlab.com/iucode-tool/iucode-tool
Source:         %{name}-%{version}.tar.xz
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  gcc
BuildRequires:  make
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
iucode_tool is a program to manipulate microcode update collections for IntelĀ® i686 and X86-64 system processors, and prepare them for use by the Linux kernel.

%prep
%setup -q

%build
autoreconf -fvi
%configure
make %{?_smp_mflags}

%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}

%files
%defattr(-,root,root)
%{_sbindir}/iucode_tool
%{_mandir}/man8/iucode_tool.8.gz
%doc COPYING README

%changelog
openSUSE Build Service is sponsored by