From 614f23d20c4666630e7199fd5ffd0275ebe33d3c Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Thu, 5 Dec 2013 09:29:49 +0000 Subject: [PATCH] Actually run make in the %build section. --- system-config-printer.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/system-config-printer.spec b/system-config-printer.spec index 5becd13..53090e6 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: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ URL: http://cyberelk.net/tim/software/system-config-printer/ Group: System Environment/Base @@ -75,6 +75,7 @@ printers. %build %configure --with-udev-rules +make %install make DESTDIR=%buildroot install \ @@ -172,6 +173,9 @@ touch %buildroot%{_localstatedir}/run/udev-configure-printer/usb-uris exit 0 %changelog +* Thu Dec 5 2013 Tim Waugh 1.4.3-5 +- Actually run make in the %%build section. + * Fri Nov 8 2013 Tim Waugh 1.4.3-4 - Requires pycairo (bug #1028180). - Reverted last change as it did not fix the problem.