Accepting request 83266 from home:jengelh:bl-d

- Remove redundant tags/sections from specfile
  (cf. packaging guidelines)
- Use %_smp_mflags for parallel build

OBS-URL: https://build.opensuse.org/request/show/83266
OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=15
This commit is contained in:
Jean Delvare 2011-09-19 11:47:43 +00:00 committed by Git OBS Bridge
parent 576a63c14a
commit d0de264d63
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

View File

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