]> git.pld-linux.org Git - packages/memtest86.git/commitdiff
- serial_console bcond added auto/th/memtest86-3_2-3
authorJacek Konieczny <jajcus@pld-linux.org>
Wed, 25 Feb 2009 09:37:04 +0000 (09:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Release: 3

Changed files:
    memtest86.spec -> 1.36

memtest86.spec

index e0c396805e530b328ec62ab76c1b305d9b8d22cc..4b2617d74ac658e784a7ad88fc80174a03ca1497 100644 (file)
@@ -1,3 +1,7 @@
+#
+# Conditional build:
+%bcond_with    serial_console  # enable serial console support
+#
 Summary:       Thorough, stand alone memory test for i386 systems
 Summary(pl.UTF-8):     Kompleksowy, niezależny od OS tester pamięci dla systemów i386
 Summary(pt_BR.UTF-8):  Testador de memória completo e independente para sistemas i386
@@ -5,7 +9,7 @@ Summary(ru.UTF-8):      Тест памяти для x86-архитектуры
 Summary(uk.UTF-8):     Тест пам'яті для x86-архітектури
 Name:          memtest86
 Version:       3.2
-Release:       2
+Release:       3
 License:       GPL
 Group:         Applications/System
 Source0:       http://www.memtest86.com/%{name}-%{version}.tar.gz
@@ -13,6 +17,7 @@ Source0:      http://www.memtest86.com/%{name}-%{version}.tar.gz
 Source1:       %{name}.image
 Patch0:                %{name}-rover-centrino+c3+amd.patch
 Patch1:                %{name}-i686-ld.patch
+Patch2:                %{name}-enable_serial_console.patch
 URL:           http://www.memtest86.com/
 ExclusiveArch: %{ix86}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -73,6 +78,7 @@ Obraz memtest86 dla rc-boot.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%{?with_serial_console:%patch2 -p1}
 
 %build
 %{__make} \
This page took 0.770038 seconds and 4 git commands to generate.