From 6a55f6117e232fb6ec590b0f0807f5943e2bea5a Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 6 Dec 2013 10:49:50 +0000 Subject: [PATCH] Use _smp_mflags for consistency's sake. --- system-config-printer.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/system-config-printer.spec b/system-config-printer.spec index 53090e6..6645f6d 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -1,7 +1,7 @@ Summary: A printer administration tool Name: system-config-printer Version: 1.4.3 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ URL: http://cyberelk.net/tim/software/system-config-printer/ Group: System Environment/Base @@ -75,7 +75,7 @@ printers. %build %configure --with-udev-rules -make +make %{?_smp_mflags} %install make DESTDIR=%buildroot install \ @@ -173,6 +173,9 @@ touch %buildroot%{_localstatedir}/run/udev-configure-printer/usb-uris exit 0 %changelog +* Fri Dec 6 2013 Tim Waugh 1.4.3-6 +- Use _smp_mflags for consistency's sake. + * Thu Dec 5 2013 Tim Waugh 1.4.3-5 - Actually run make in the %%build section.