# Disable in source builds on EPEL <9 %undefine __cmake_in_source_build %undefine __cmake3_in_source_build Name: cscppc Version: 2.2.2 Release: 1%{?dist} Summary: A compiler wrapper that runs Cppcheck in background License: GPLv3+ URL: https://github.com/csutils/%{name} Source0: https://github.com/csutils/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.xz Source1: https://github.com/csutils/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.xz.asc # gpg --keyserver pgp.mit.edu --recv-key 992A96E075056E79CD8214F9873DB37572A37B36 # gpg --output kdudka.pgp --armor --export kdudka@redhat.com Source2: kdudka.pgp BuildRequires: asciidoc BuildRequires: cmake3 BuildRequires: gcc BuildRequires: gnupg2 # csmock copies the resulting cscppc binary into mock chroot, which may contain # an older (e.g. RHEL-7) version of glibc, and it would not dynamically link # against the old version of glibc if it was built against a newer one. # Therefore, we link glibc statically. BuildRequires: glibc-static # The test-suite runs automatically trough valgrind if valgrind is available # on the system. By not installing valgrind into mock's chroot, we disable # this feature for production builds on architectures where valgrind is known # to be less reliable, in order to avoid unnecessary build failures (see RHBZ # #810992, #816175, and #886891). Nevertheless developers are free to install # valgrind manually to improve test coverage on any architecture. %ifarch %{ix86} x86_64 BuildRequires: valgrind %endif # the {cwe} field in --template option is supported since cppcheck-1.85 Requires: cppcheck >= 1.85 # older versions of csdiff do not read CWE numbers from Cppcheck output Conflicts: csdiff < 1.8.0 %description This package contains the cscppc compiler wrapper that runs Cppcheck in background fully transparently. %package -n csclng Summary: A compiler wrapper that runs Clang in background Requires: clang Conflicts: csmock-plugin-clang < 1.5.0 %description -n csclng This package contains the csclng compiler wrapper that runs the Clang analyzer in background fully transparently. %package -n csgcca Summary: A compiler wrapper that runs GCC analyzer in background Requires: gcc %description -n csgcca This package contains the csgcca compiler wrapper that runs GCC analyzer in background fully transparently. %package -n csmatch Summary: A compiler wrapper that runs Smatch in background # Requires: smatch (not in Fedora yet) %description -n csmatch This package contains the csmatch compiler wrapper that runs the Smatch analyzer in background fully transparently. %prep %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' %autosetup %build %cmake3 \ -DPATH_TO_CSCPPC=\"%{_libdir}/cscppc\" \ -DPATH_TO_CSCLNG=\"%{_libdir}/csclng\" \ -DPATH_TO_CSGCCA=\"%{_libdir}/csgcca\" \ -DPATH_TO_CSMATCH=\"%{_libdir}/csmatch\" \ -DSTATIC_LINKING=ON %cmake3_build %check %ctest3 %install %cmake3_install install -m0755 -d "%{buildroot}%{_libdir}"{,/cs{cppc,clng,gcca,match}} for i in cc gcc %{_arch}-redhat-linux-gcc do ln -s ../../bin/cscppc "%{buildroot}%{_libdir}/cscppc/$i" ln -s ../../bin/csclng "%{buildroot}%{_libdir}/csclng/$i" ln -s ../../bin/csgcca "%{buildroot}%{_libdir}/csgcca/$i" ln -s ../../bin/csmatch "%{buildroot}%{_libdir}/csmatch/$i" done for i in c++ g++ %{_arch}-redhat-linux-c++ %{_arch}-redhat-linux-g++ do ln -s ../../bin/cscppc "%{buildroot}%{_libdir}/cscppc/$i" ln -s ../../bin/csclng++ "%{buildroot}%{_libdir}/csclng/$i" done %files %license COPYING %doc README %{_bindir}/cscppc %{_datadir}/cscppc %{_libdir}/cscppc %{_mandir}/man1/%{name}.1* %files -n csclng %license COPYING %{_bindir}/csclng %{_bindir}/csclng++ %{_libdir}/csclng %{_mandir}/man1/csclng.1* %files -n csgcca %license COPYING %{_bindir}/csgcca %{_libdir}/csgcca %{_mandir}/man1/csgcca.1* %files -n csmatch %license COPYING %{_bindir}/csmatch %{_libdir}/csmatch %{_mandir}/man1/csmatch.1* %changelog * Tue Sep 06 2022 Kamil Dudka 2.2.2-1 - update to latest upstream release * Wed Jul 20 2022 Fedora Release Engineering - 2.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jun 21 2022 Kamil Dudka 2.2.1-1 - update to latest upstream release * Mon May 09 2022 Kamil Dudka 2.2.0-1 - update to latest upstream release * Tue Mar 15 2022 Kamil Dudka 2.1.1-3 - verify GPG signature of upstream tarball when building the package * Thu Jan 20 2022 Fedora Release Engineering - 2.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Nov 11 2021 Kamil Dudka 2.1.1-1 - update to latest upstream release * Tue Aug 31 2021 Kamil Dudka 2.0.0-1 - update to latest upstream release * Wed Jul 21 2021 Fedora Release Engineering - 1.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri May 21 2021 Kamil Dudka 1.9.0-1 - update to latest upstream release * Wed Feb 17 2021 Kamil Dudka 1.8.2-1 - update to latest upstream release * Tue Jan 26 2021 Fedora Release Engineering - 1.8.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Oct 20 2020 Kamil Dudka 1.8.1-1 - update to latest upstream release * Wed Aug 19 2020 Kamil Dudka 1.8.0-1 - update to latest upstream release * Mon Jul 27 2020 Fedora Release Engineering - 1.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Feb 05 2020 Kamil Dudka 1.6.0-1 - update to latest upstream release * Tue Jan 28 2020 Fedora Release Engineering - 1.5.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Jul 24 2019 Fedora Release Engineering - 1.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jan 31 2019 Fedora Release Engineering - 1.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Oct 18 2018 Kamil Dudka 1.5.0-1 - update to latest upstream release * Thu Jul 12 2018 Fedora Release Engineering - 1.3.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Feb 19 2018 Kamil Dudka 1.3.4-3 - add explicit BR for the gcc compiler * Wed Feb 07 2018 Fedora Release Engineering - 1.3.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Jan 15 2018 Kamil Dudka 1.3.4-1 - update to latest upstream release * Wed Aug 02 2017 Fedora Release Engineering - 1.3.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 1.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu Jul 20 2017 Kamil Dudka 1.3.3-1 - update to latest upstream release * Wed Feb 15 2017 Kamil Dudka 1.3.2-1 - update to latest upstream release - update project URL and source URL * Fri Feb 10 2017 Fedora Release Engineering - 1.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Feb 03 2016 Fedora Release Engineering - 1.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Nov 27 2015 Kamil Dudka 1.3.1-1 - update to latest upstream * Fri Aug 28 2015 Kamil Dudka 1.3.0-1 - update to latest upstream * Wed Jun 17 2015 Fedora Release Engineering - 1.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Jan 28 2015 Kamil Dudka 1.2.0-2 - add missing dependency of csclng on clang * Thu Nov 06 2014 Kamil Dudka 1.2.0-1 - update to latest upstream * Fri Sep 19 2014 Kamil Dudka 1.1.2-1 - update to latest upstream * Wed Aug 20 2014 Kamil Dudka 1.1.0-1 - update to latest upstream (introduces the csclng subpackage) * Sat Aug 16 2014 Fedora Release Engineering - 1.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Fri Aug 01 2014 Kamil Dudka 1.0.5-1 - update to latest upstream * Thu Jul 17 2014 Kamil Dudka 1.0.4-1 - update to latest upstream * Sat Jun 07 2014 Fedora Release Engineering - 1.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Thu Mar 27 2014 Kamil Dudka 1.0.3-1 - update to latest upstream * Mon Mar 10 2014 Kamil Dudka 1.0.2-2 - abandon RHEL-5 compatibility (#1066026) * Wed Feb 19 2014 Kamil Dudka 1.0.2-1 - packaged for Fedora