forked from pool/cppcheck
This commit is contained in:
parent
f4d5b94ebd
commit
b02259cf32
@ -11,7 +11,8 @@ Url: http://cppcheck.wiki.sourceforge.net/
|
|||||||
Source: http://downloads.sourceforge.net/cppcheck/cppcheck-%{version}.tar.bz2
|
Source: http://downloads.sourceforge.net/cppcheck/cppcheck-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: A tool for static C/C++ code analysis
|
Summary: A tool for static C/C++ code analysis
|
||||||
Requires: python-pygments python-qt-devel
|
Requires: python-pygments
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This program tries to detect bugs that your C/C++ compiler don't see. Cppcheck
|
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
|
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++
|
Group: Development/Languages/C and C++
|
||||||
Summary: A tool for static C/C++ code analysis
|
Summary: A tool for static C/C++ code analysis
|
||||||
Requires: cppcheck
|
Requires: cppcheck
|
||||||
|
BuildRequires: python-qt-devel
|
||||||
%description gui
|
%description gui
|
||||||
|
|
||||||
This is the gui for Cppcheck, a program to detect bugs that your C/C++ compiler
|
This is the gui for Cppcheck, a program to detect bugs that your C/C++ compiler
|
||||||
don't see.
|
doesn't see.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
Loading…
Reference in New Issue
Block a user