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:
parent
576a63c14a
commit
d0de264d63
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user