This commit is contained in:
Dave Jones 2005-02-09 22:21:50 +00:00
parent b19f4cb12e
commit 1c988eb366

View File

@ -1,7 +1,7 @@
Summary: Tool to analyse BIOS DMI data.
Name: dmidecode
Version: 2.5
Release: %(R="$Revision: 1.7 $"; RR="${R##: }"; echo ${RR%%?})
Release: %(R="$Revision: 1.8 $"; RR="${R##: }"; echo ${RR%%?})
Epoch: 1
Group: System Environment/Base
License: GPL
@ -21,7 +21,7 @@ dmidecode decodes the DMI data present in x86 and IA64 BIOS's.
rm -rf $RPM_BUILD_ROOT
mkdir -p %{buildroot}/usr/sbin
cd dmidecode-2.5
make CFLAGS="$RPM_OPT_FLAGS -D_FORTIFY_SOURCE=2"
make CFLAGS="$RPM_OPT_FLAGS"
cd ..
%install