SHA256
1
0
forked from pool/cppcheck
Stephan Kleine
2009-03-13 15:00:36 +00:00
committed by Git OBS Bridge
parent f80a3a5e1a
commit 9c767da857
5 changed files with 17 additions and 16 deletions

View File

@@ -3,13 +3,13 @@
%define jobs $(( `/usr/bin/getconf _NPROCESSORS_ONLN` + 1 ))
Name: cppcheck
Version: 1.28
Version: 1.30
Release: 1.0
License: GNU GPL v3
Group: Development/Languages/C and C++
Url: http://cppcheck.sourceforge.net/
Source: %{name}-%{version}.tar.bz2
Patch: cppcheck-Makefile-1.28.patch
Url: http://cppcheck.wiki.sourceforge.net/
Source: http://downloads.sourceforge.net/cppcheck/cppcheck-%{version}.tar.bz2
Patch: cppcheck-Makefile-1.30.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++
Summary: A tool for static C/C++ code analysis
@@ -53,5 +53,7 @@ test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
%{_bindir}/cppcheck
%changelog
* Wed Mar 11 2009 bitshuffler #suse@irc.freenode.org
- Updated to 1.30
* Tue Feb 10 2009 bitshuffler #suse@irc.freenode.org
- Initial RPM