SHA256
1
0
forked from pool/cppcheck
Stephan Kleine
2009-05-16 01:40:01 +00:00
committed by Git OBS Bridge
parent 6aae9c8b24
commit bccf093322
4 changed files with 24 additions and 13 deletions

View File

@@ -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