rpms/simulavr/devel simulavr.spec,1.1,1.2

Hans Ulrich Niedermann ndim at fedoraproject.org
Sun Feb 14 19:54:26 UTC 2010


Author: ndim

Update of /cvs/pkgs/rpms/simulavr/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4353

Modified Files:
	simulavr.spec 
Log Message:
* Sun Feb 14 2010 Hans Ulrich Niedermann <hun at n-dimensional.de> - 0.1.2.6-6
- Work around doc build conflicting with parallel make



Index: simulavr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/simulavr/devel/simulavr.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- simulavr.spec	1 Feb 2010 23:28:37 -0000	1.1
+++ simulavr.spec	14 Feb 2010 19:54:25 -0000	1.2
@@ -8,7 +8,7 @@
 
 Name:		simulavr
 Version:	0.1.2.6
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	An AVR Simulator
 
 Group:		Development/Tools
@@ -57,7 +57,8 @@ This subpackage contains the documentati
 %configure --enable-pdf
 # FIXME: Skip -Werror for now, as flex generated code ignores
 # fwrite(3) return value which generates a warning.
-make %{?_smp_mflags} ENABLE_WARNINGS="-Wall -Winline"
+# FIXME: Fix doc build race conditions exposed by ${?_smp_mflags}.
+make ENABLE_WARNINGS="-Wall -Winline"
 
 
 %install
@@ -109,6 +110,9 @@ fi
 
 
 %changelog
+* Sun Feb 14 2010 Hans Ulrich Niedermann <hun at n-dimensional.de> - 0.1.2.6-6
+- Work around doc build conflicting with parallel make
+
 * Thu Dec 31 2009 Hans Ulrich Niedermann <hun at n-dimensional.de> - 0.1.2.6-5
 - Spec file: description, comment improvements
 



More information about the scm-commits mailing list