[cppcheck] Add HAVE_RULES=yes (#1056733).

François Cami fcami at fedoraproject.org
Wed Jan 22 19:36:33 UTC 2014


commit b44144ff38d59c2b0baaed01768dc6860ab92ca1
Author: François Cami <fcami at fedoraproject.org>
Date:   Wed Jan 22 20:36:44 2014 +0100

    Add HAVE_RULES=yes (#1056733).

 cppcheck.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/cppcheck.spec b/cppcheck.spec
index 3a7c270..a13c45f 100644
--- a/cppcheck.spec
+++ b/cppcheck.spec
@@ -1,6 +1,6 @@
 Name:		cppcheck
 Version:	1.63
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Tool for static C/C++ code analysis
 Group:		Development/Languages
 License:	GPLv3+
@@ -31,6 +31,7 @@ rm -r externals/tinyxml
 CXXFLAGS="%{optflags} -DNDEBUG $(pcre-config --cflags)" \
     LDFLAGS="$RPM_LD_FLAGS" LIBS=-ltinyxml2 make TINYXML= \
     CFGDIR=%{_datadir}/%{name} \
+    HAVE_RULES=yes \
     DB2MAN=%{_datadir}/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl \
     %{?_smp_mflags} all man
 xsltproc --nonet -o man/manual.html \
@@ -62,6 +63,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/cppcheck.1*
 
 %changelog
+* Wed Jan 22 2014 François Cami <fcami at fedoraproject.org> - 1.63-3
+- Add HAVE_RULES=yes (#1056733).
+
 * Tue Jan 07 2014 Susi Lehtola <jussilehtola at fedoraproject.org> - 1.63-2
 - Include cfg files as well.
 


More information about the scm-commits mailing list