devel/microcode_ctl microcode_ctl.spec,1.42,1.43

Dave Jones (davej) fedora-extras-commits at redhat.com
Mon Mar 17 20:51:07 UTC 2008


Author: davej

Update of /cvs/pkgs/devel/microcode_ctl
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23202

Modified Files:
	microcode_ctl.spec 
Log Message:
* Mon Mar 17 2008 Dave Jones <davej at redhat.com>
- specfile cleanups.



Index: microcode_ctl.spec
===================================================================
RCS file: /cvs/pkgs/devel/microcode_ctl/microcode_ctl.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- microcode_ctl.spec	22 Feb 2008 20:19:44 -0000	1.42
+++ microcode_ctl.spec	17 Mar 2008 20:50:28 -0000	1.43
@@ -27,7 +27,7 @@
 %patch1 -p1
 
 %build
-make CFLAGS="$RPM_OPT_FLAGS"
+make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
@@ -44,7 +44,7 @@
 chmod -R a-s %{buildroot}
 
 %clean
-[ "%{buildroot}" != "/" ] && [ -d %{buildroot} ] && rm -rf %{buildroot};
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
@@ -78,6 +78,9 @@
 exit 0
 
 %changelog
+* Mon Mar 17 2008 Dave Jones <davej at redhat.com>
+- specfile cleanups.
+
 * Fri Feb 22 2008 Jarod Wilson <jwilson at redhat.com>
 - Use /lib/firmware instead of /etc/firmware
 




More information about the fedora-extras-commits mailing list