]> git.pld-linux.org Git - packages/flawfinder.git/blame - flawfinder.spec
- up to 1.27
[packages/flawfinder.git] / flawfinder.spec
CommitLineData
12d20544 1Summary: Examines C/C++ source code for security flaws
d610684b 2Summary(pl.UTF-8): Wyszukiwarka zagrożeń bezpieczeństwa w kodzie C/C++
e248bf06 3Name: flawfinder
c09bf903 4Version: 1.27
5Release: 1
12d20544 6License: GPL
cc5908bc 7Group: Development/Tools
12d20544 8Source0: http://www.dwheeler.com/flawfinder/%{name}-%{version}.tar.gz
c09bf903 9# Source0-md5: 50fff67dd439f42b785577ed8b3a3f7d
cc5908bc 10Patch0: %{name}-python.patch
8c72403f 11URL: http://www.dwheeler.com/flawfinder/
25a15998
JB
12BuildRequires: ghostscript
13BuildRequires: ghostscript-fonts-std
14BuildRequires: man
12d20544 15Requires: python
998e21c1 16BuildArch: noarch
12d20544
GS
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Flawfinder scans through C/C++ source code, finding potentially
998e21c1
JB
21dangerous code. It's released under the GNU General Public License
22(GPL).
12d20544 23
005099c1
JR
24%description -l pl.UTF-8
25Flawfinder przeszukuje kod źródłowy C/C++, znajdując potencjalnie
e248bf06
JB
26niebezpieczne fragmenty.
27
12d20544 28%prep
b5d48c3b 29%setup -q
cc5908bc 30%patch0 -p1
12d20544
GS
31
32%build
33%{__make}
34
35%install
36rm -rf $RPM_BUILD_ROOT
998e21c1 37install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
e248bf06 38
a475f402
PG
39install flawfinder $RPM_BUILD_ROOT%{_bindir}
40install flawfinder.1 $RPM_BUILD_ROOT%{_mandir}/man1
12d20544 41
12d20544
GS
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
c09bf903 47%doc ChangeLog README flawfinder.pdf correct-results*
12d20544 48%attr(755,root,root) %{_bindir}/flawfinder
cc5908bc 49%{_mandir}/man1/*
This page took 0.082425 seconds and 4 git commands to generate.