SHA256
1
0
forked from pool/cppcheck
OBS User mrdocs 2011-08-08 04:45:14 +00:00 committed by Git OBS Bridge
parent f4d5b94ebd
commit b02259cf32

View File

@ -11,7 +11,8 @@ Url: http://cppcheck.wiki.sourceforge.net/
Source: http://downloads.sourceforge.net/cppcheck/cppcheck-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: A tool for static C/C++ code analysis
Requires: python-pygments python-qt-devel
Requires: python-pygments
%description
This program tries to detect bugs that your C/C++ compiler don't see. Cppcheck
is versatile. You can check non-standard code that includes various compiler
@ -38,10 +39,11 @@ License: GNU GPL v3 or later
Group: Development/Languages/C and C++
Summary: A tool for static C/C++ code analysis
Requires: cppcheck
BuildRequires: python-qt-devel
%description gui
This is the gui for Cppcheck, a program to detect bugs that your C/C++ compiler
don't see.
doesn't see.
%prep
%setup -q