Stephan Kulow 2011-10-21 14:04:44 +00:00 committed by Git OBS Bridge
commit d91302d4fb
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
(cf. packaging guidelines)
- Use %_smp_mflags for parallel build
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 13 17:45:35 CEST 2011 - jdelvare@suse.de Wed Apr 13 17:45:35 CEST 2011 - jdelvare@suse.de

View File

@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: dmidecode Name: dmidecode
@ -25,7 +24,6 @@ Release: 18
License: GPLv2+ License: GPLv2+
Group: System/Console Group: System/Console
Provides: pmtools:/usr/sbin/dmidecode Provides: pmtools:/usr/sbin/dmidecode
AutoReqProv: on
Summary: DMI table decoder Summary: DMI table decoder
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Patch1: dmidecode-fix-memory-array-location-overrun.patch Patch1: dmidecode-fix-memory-array-location-overrun.patch
@ -54,7 +52,7 @@ the BIOS told it to.
%patch2 -p1 %patch2 -p1
%build %build
make CFLAGS="$RPM_OPT_FLAGS" make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
%install %install
install -dm 755 %{buildroot}/usr/sbin install -dm 755 %{buildroot}/usr/sbin