forked from pool/cppcheck
Updated to 1.32
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
6aae9c8b24
commit
bccf093322
@@ -3,7 +3,7 @@
|
||||
%define jobs $(( `/usr/bin/getconf _NPROCESSORS_ONLN` + 1 ))
|
||||
|
||||
Name: cppcheck
|
||||
Version: 1.31
|
||||
Version: 1.32
|
||||
Release: 1.0
|
||||
License: GNU GPL v3
|
||||
Group: Development/Languages/C and C++
|
||||
@@ -40,7 +40,7 @@ This program tries to detect bugs that your C/C++ compiler don't see. Cppcheck i
|
||||
%__make %{?jobs:-j%jobs}
|
||||
|
||||
%check
|
||||
%__make test
|
||||
%__make %{?jobs:-j%jobs} test
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
@@ -51,11 +51,3 @@ test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/cppcheck
|
||||
|
||||
%changelog
|
||||
* Wed Apr 15 2009 bitshuffler #suse@irc.freenode.org
|
||||
- Updated to 1.31
|
||||
* Wed Mar 11 2009 bitshuffler #suse@irc.freenode.org
|
||||
- Updated to 1.30
|
||||
* Tue Feb 10 2009 bitshuffler #suse@irc.freenode.org
|
||||
- Initial RPM
|
||||
|
Reference in New Issue
Block a user