rpms/naim/devel naim.spec,1.13,1.14

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Tue Aug 28 19:37:17 UTC 2007


Author: lmacken

Update of /cvs/pkgs/rpms/naim/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17508

Modified Files:
	naim.spec 
Log Message:
Remove _smp_mflags to avoid concurrency issues during build




Index: naim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/naim/devel/naim.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- naim.spec	21 Aug 2007 20:38:18 -0000	1.13
+++ naim.spec	28 Aug 2007 19:36:44 -0000	1.14
@@ -1,6 +1,6 @@
 Name: naim
 Version: 0.11.8.3.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: An ncurses-based console AIM, ICQ, IRC, and Lily client
 
 Group: Applications/Internet
@@ -20,7 +20,7 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+make
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -38,6 +38,9 @@
 %{_mandir}/*/*
 
 %changelog
+* Tue Aug 28 2007 Luke Macken <lmacken at redhat.com> 0.11.8.3.1-3
+- Remove _smp_mflags to avoid concurrency issues during build
+
 * Tue Aug 21 2007 Luke Macken <lmacken at redhat.com> 0.11.8.3.1-2
 - Update license tag to GPLv2
 




More information about the fedora-extras-commits mailing list