Author: arekm                        Date: Sat Aug 15 18:15:22 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

---- Files affected:
packages/microcode-data-intel:
   microcode-data-intel.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/microcode-data-intel/microcode-data-intel.spec
diff -u /dev/null packages/microcode-data-intel/microcode-data-intel.spec:1.1
--- /dev/null   Sat Aug 15 20:15:23 2009
+++ packages/microcode-data-intel/microcode-data-intel.spec     Sat Aug 15 
20:15:17 2009
@@ -0,0 +1,44 @@
+# $Revision$, $Date$
+Summary:       Microcode definitions for Intel processors
+Name:          microcode-data-intel
+Version:       20090330
+Release:       1
+License:       INTEL SOFTWARE LICENSE AGREEMENT
+Group:         Base
+# http://downloadcenter.intel.com/, enter "microcode" to the search
+Source0:       
http://downloadmirror.intel.com/14303/eng/microcode-%{version}.tgz
+# Source0-md5: 5efec742621f830bd49ae11274766208
+Provides:      microcode-data
+ExclusiveArch: i686 pentium2 pentium3 pentium4 x86_64 ia32e
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The microcode data file for Linux contains the latest microcode
+definitions for all Intel processors.
+
+%prep
+%setup -q -c
+
+%build
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sysconfdir}
+
+install microcode*.dat $RPM_BUILD_ROOT%{_sysconfdir}/microcode.dat
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(640,root,root) %{_sysconfdir}/microcode.dat
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/08/15 18:15:17  arekm
+- initial
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to