[packages/iucode-tool] - initial

arekm arekm at pld-linux.org
Fri Jan 5 10:03:38 CET 2018


commit 5c2c9e6644d77db283e84f53cc2b7fcde5a36381
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Fri Jan 5 10:03:24 2018 +0100

    - initial

 iucode-tool.spec | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
---
diff --git a/iucode-tool.spec b/iucode-tool.spec
new file mode 100644
index 0000000..7048dad
--- /dev/null
+++ b/iucode-tool.spec
@@ -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*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/iucode-tool.git/commitdiff/5c2c9e6644d77db283e84f53cc2b7fcde5a36381



More information about the pld-cvs-commit mailing list