Summary: Examines C/C++ source code for security flaws Summary(pl): Wyszukiwarka zagro¿eñ bezpieczeñstwa w kodzie C/C++ Name: flawfinder Version: 0.20 Release: 1 License: GPL Group: Development/Tools Group(de): Entwicklung/Werkzeuge Group(es): Desarrollo Group(fr): Development/Outils Group(pl): Programowanie/Narzêdzia Group(pt_BR): Desenvolvimento Group(ru): òÁÚÒÁÂÏÔËÁ Group(uk): òÏÚÒÏÂËÁ Source0: http://www.dwheeler.com/flawfinder/%{name}-%{version}.tar.gz Patch0: %{name}-python.patch Requires: python BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Flawfinder scans through C/C++ source code, finding potentially dangerous code. It's released under the GNU Public License (GPL). %description -l pl Flawfinder przeszukuje kod ¼ród³owy C/C++, znajduj±c potencjalnie niebezpieczne fragmenty. %prep %setup -q %patch0 -p1 %build %{__make} %install rm -rf $RPM_BUILD_ROOT install -d ${RPM_BUILD_ROOT}{%{_bindir},%{_mandir}/man1} install flawfinder ${RPM_BUILD_ROOT}%{_bindir}/flawfinder install flawfinder.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1 gzip -9nf README ChangeLog %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc *.gz %attr(755,root,root) %{_bindir}/flawfinder %{_mandir}/man1/*