diff --git a/cppcheck.spec b/cppcheck.spec index 7849d6d..7197fff 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -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