From b02259cf32fbd2be313e156fc5e0ad9437bf445cb856572caa8c4ff8c2550599 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Mon, 8 Aug 2011 04:45:14 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=26 --- cppcheck.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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