Add HAVE_RULES=yes (#1056733).
This commit is contained in:
parent
199180edbf
commit
b44144ff38
@ -1,6 +1,6 @@
|
|||||||
Name: cppcheck
|
Name: cppcheck
|
||||||
Version: 1.63
|
Version: 1.63
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Tool for static C/C++ code analysis
|
Summary: Tool for static C/C++ code analysis
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -31,6 +31,7 @@ rm -r externals/tinyxml
|
|||||||
CXXFLAGS="%{optflags} -DNDEBUG $(pcre-config --cflags)" \
|
CXXFLAGS="%{optflags} -DNDEBUG $(pcre-config --cflags)" \
|
||||||
LDFLAGS="$RPM_LD_FLAGS" LIBS=-ltinyxml2 make TINYXML= \
|
LDFLAGS="$RPM_LD_FLAGS" LIBS=-ltinyxml2 make TINYXML= \
|
||||||
CFGDIR=%{_datadir}/%{name} \
|
CFGDIR=%{_datadir}/%{name} \
|
||||||
|
HAVE_RULES=yes \
|
||||||
DB2MAN=%{_datadir}/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl \
|
DB2MAN=%{_datadir}/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl \
|
||||||
%{?_smp_mflags} all man
|
%{?_smp_mflags} all man
|
||||||
xsltproc --nonet -o man/manual.html \
|
xsltproc --nonet -o man/manual.html \
|
||||||
@ -62,6 +63,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man1/cppcheck.1*
|
%{_mandir}/man1/cppcheck.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 22 2014 François Cami <fcami@fedoraproject.org> - 1.63-3
|
||||||
|
- Add HAVE_RULES=yes (#1056733).
|
||||||
|
|
||||||
* Tue Jan 07 2014 Susi Lehtola <jussilehtola@fedoraproject.org> - 1.63-2
|
* Tue Jan 07 2014 Susi Lehtola <jussilehtola@fedoraproject.org> - 1.63-2
|
||||||
- Include cfg files as well.
|
- Include cfg files as well.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user