diff --git a/csmock.spec b/csmock.spec index 1700120..d344973 100644 --- a/csmock.spec +++ b/csmock.spec @@ -1,5 +1,5 @@ Name: csmock -Version: 1.6.1 +Version: 1.7.2 Release: 1%{?dist} Summary: A mock wrapper for Static Analysis tools @@ -19,6 +19,8 @@ BuildRequires: python-argparse Requires: csmock-common Requires: csmock-plugin-clang Requires: csmock-plugin-cppcheck +Requires: csmock-plugin-pylint +Requires: csmock-plugin-shellcheck BuildArch: noarch @@ -30,8 +32,9 @@ Summary: Tool for plugging static analyzers into the build process Requires: GitPython Requires: cscppc Requires: csclng -Requires: csdiff +Requires: csdiff >= 1.2.1 Requires: cswrap +Requires: csmock-common >= 1.7.2 %description -n csbuild Tool for plugging static analyzers into the build process, free of mock. @@ -39,9 +42,8 @@ Tool for plugging static analyzers into the build process, free of mock. %package -n csmock-common Summary: Core of csmock (a mock wrapper for Static Analysis tools) Requires: csdiff -Requires: cswrap >= 1.0.4 +Requires: cswrap Requires: mock -Requires: rpm-build %description -n csmock-common This package contains the csmock tool that allows to scan SRPMs by Static @@ -50,7 +52,7 @@ Analysis tools in a fully automated way. %package -n csmock-plugin-clang Summary: csmock plug-in providing the support for Clang Requires: csclng -Requires: csmock-common +Requires: csmock-common >= 1.7.1 %description -n csmock-plugin-clang This package contains the clang plug-in for csmock. @@ -65,12 +67,14 @@ This package contains the cppcheck plug-in for csmock. %package -n csmock-plugin-pylint Summary: csmock plug-in providing the support for Pylint. +Requires: csmock-common >= 1.7.1 %description -n csmock-plugin-pylint This package contains the pylint plug-in for csmock. %package -n csmock-plugin-shellcheck Summary: csmock plug-in providing the support for ShellCheck. +Requires: csmock-common >= 1.7.1 %description -n csmock-plugin-shellcheck This package contains the shellcheck plug-in for csmock. @@ -107,6 +111,10 @@ make install DESTDIR="$RPM_BUILD_ROOT" %{_mandir}/man1/csmock.1* %{_datadir}/csmock/cwe-map.csv %{_datadir}/csmock/scripts/patch-rawbuild.sh +%{python2_sitelib}/csmock/__init__.py* +%{python2_sitelib}/csmock/common/__init__.py* +%{python2_sitelib}/csmock/common/cflags.py* +%{python2_sitelib}/csmock/common/util.py* %{python2_sitelib}/csmock/plugins/gcc.py* %doc COPYING README @@ -118,13 +126,16 @@ make install DESTDIR="$RPM_BUILD_ROOT" %files -n csmock-plugin-pylint %{_datadir}/csmock/scripts/run-pylint.sh -%{python2_sitelib}/csmock/plugins/pylint* +%{python2_sitelib}/csmock/plugins/pylint.py* %files -n csmock-plugin-shellcheck %{_datadir}/csmock/scripts/run-shellcheck.sh -%{python2_sitelib}/csmock/plugins/shellcheck* +%{python2_sitelib}/csmock/plugins/shellcheck.py* %changelog +* Tue Mar 03 2015 Kamil Dudka 1.7.2-1 +- update to latest upstream + * Mon Jan 19 2015 Kamil Dudka 1.6.1-1 - update to latest upstream (introduces the csbuild subpackage) diff --git a/sources b/sources index bcf7b09..1c803ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dca333b2f2a40409823a535460e36c1d csmock-1.6.1.tar.xz +f1028934824d01ca316db1ca9c323ab2 csmock-1.7.2.tar.xz