rpms/system-config-printer/devel system-config-printer.spec, 1.135, 1.136

Tim Waugh (twaugh) fedora-extras-commits at redhat.com
Wed Oct 3 11:23:44 UTC 2007


Author: twaugh

Update of /cvs/pkgs/rpms/system-config-printer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31384

Modified Files:
	system-config-printer.spec 
Log Message:
* Wed Oct  3 2007 Tim Waugh <twaugh at redhat.com>
- Consistent macro style.



Index: system-config-printer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/devel/system-config-printer.spec,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- system-config-printer.spec	2 Oct 2007 16:58:02 -0000	1.135
+++ system-config-printer.spec	3 Oct 2007 11:23:12 -0000	1.136
@@ -62,7 +62,7 @@
 popd
 
 %install
-rm -rf $RPM_BUILD_ROOT
+rm -rf %buildroot
 make DESTDIR=%buildroot install
 
 pushd pycups-%{pycups_version}
@@ -81,7 +81,7 @@
 %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 @@
 fi
 
 %changelog
+* Wed Oct  3 2007 Tim Waugh <twaugh at redhat.com>
+- Consistent macro style.
+
 * Tue Oct  2 2007 Tim Waugh <twaugh at redhat.com> 0.7.74.4-1
 - Changed PreReq to Requires.
 - Mark console.apps file as a config file.




More information about the fedora-extras-commits mailing list