From 1f7877ad2425187142ebb7433ef780a0a446b4a9 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Wed, 3 Oct 2007 11:23:12 +0000 Subject: [PATCH] - Consistent macro style. --- 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 35e0c77..a0074df 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -62,7 +62,7 @@ make doc popd %install -rm -rf $RPM_BUILD_ROOT +rm -rf %buildroot make DESTDIR=%buildroot install pushd pycups-%{pycups_version} @@ -81,7 +81,7 @@ chmod 755 %buildroot%{_datadir}/%{name}/cupsd.py %find_lang system-config-printer %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %buildroot %files libs -f system-config-printer.lang %defattr(-,root,root,-) @@ -131,6 +131,9 @@ if [ "$1" = "0" ]; then fi %changelog +* Wed Oct 3 2007 Tim Waugh +- Consistent macro style. + * Tue Oct 2 2007 Tim Waugh 0.7.74.4-1 - Changed PreReq to Requires. - Mark console.apps file as a config file.