]> git.pld-linux.org Git - packages/iucode-tool.git/commitdiff
- initial
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 5 Jan 2018 09:03:24 +0000 (10:03 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 5 Jan 2018 09:03:24 +0000 (10:03 +0100)
iucode-tool.spec [new file with mode: 0644]

diff --git a/iucode-tool.spec b/iucode-tool.spec
new file mode 100644 (file)
index 0000000..7048dad
--- /dev/null
@@ -0,0 +1,37 @@
+Summary:       A program to manipulate Intel microcode update collections
+Name:          iucode-tool
+Version:       2.2
+Release:       0
+License:       GPL-2.0
+Group:         Base
+URL:           https://gitlab.com/iucode-tool/iucode-tool
+Source0:       http://http.debian.net/debian/pool/contrib/i/iucode-tool/%{name}_%{version}.orig.tar.xz
+# Source0-md5: f6cc22c89b66e4f1ff87af36197cdfaa
+ExclusiveArch: %{ix86} x86_64
+
+%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
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING README
+%attr(755,root,root) %{_sbindir}/iucode_tool
+%{_mandir}/man8/iucode_tool.8*
This page took 0.167794 seconds and 4 git commands to generate.