]> git.pld-linux.org Git - packages/flawfinder.git/commitdiff
- initial PLD spec
authorGrzegorz Sterniczuk <grzegorz@sterniczuk.eu>
Sat, 15 Dec 2001 22:26:49 +0000 (22:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flawfinder.spec -> 1.1

flawfinder.spec [new file with mode: 0644]

diff --git a/flawfinder.spec b/flawfinder.spec
new file mode 100644 (file)
index 0000000..5219d11
--- /dev/null
@@ -0,0 +1,43 @@
+Name:          flawfinder
+Summary:       Examines C/C++ source code for security flaws
+Version:       0.20
+Release:       1
+License:       GPL
+Group:         Development
+Group(de):     Entwicklung
+Group(es):     Desarrollo
+Group(pl):     Programowanie
+Group(pt_BR):  Desenvolvimento
+Group(ru):     òÁÚÒÁÂÏÔËÁ
+Group(uk):     òÏÚÒÏÂËÁ
+Source0:       http://www.dwheeler.com/flawfinder/%{name}-%{version}.tar.gz
+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).
+
+%prep
+%setup -q 
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d ${RPM_BUILD_ROOT}%{_bindir}
+install -d ${RPM_BUILD_ROOT}%{_mandir}/man1
+install -c flawfinder ${RPM_BUILD_ROOT}%{_bindir}/flawfinder
+install -c flawfinder.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/flawfinder.1.gz
+
+gzip -9nf README ChangeLog COPYING
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc {README,ChangeLog,COPYING}.gz
+%{_mandir}/man1/*
+%attr(755,root,root) %{_bindir}/flawfinder
This page took 0.06668 seconds and 4 git commands to generate.