automatic rebuild by autodist [release 1.27-2mamba;Tue Jul 16 2013]
This commit is contained in:
parent
37029547e8
commit
a0ec9089b6
@ -1,2 +1,5 @@
|
|||||||
# flawfinder
|
# flawfinder
|
||||||
|
|
||||||
|
Flawfinder is a program that examines source code and reports possible security weaknesses (``flaws'') sorted by risk level.
|
||||||
|
It's very useful for quickly finding and removing at least some potential security problems before a program is widely released to the public.
|
||||||
|
|
||||||
|
55
flawfinder.spec
Normal file
55
flawfinder.spec
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
Name: flawfinder
|
||||||
|
Version: 1.27
|
||||||
|
Release: 2mamba
|
||||||
|
Summary: A program that examines source code looking for security weaknesses
|
||||||
|
Group: Applications/Security
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Aleph0 <aleph0@openmamba.org>
|
||||||
|
URL: http://www.dwheeler.com/flawfinder/
|
||||||
|
Source: http://www.dwheeler.com/flawfinder/flawfinder-%{version}.tar.gz
|
||||||
|
License: GPL
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
|
Requires: python >= 1.5
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: python
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
|
%description
|
||||||
|
Flawfinder is a program that examines source code and reports possible security weaknesses (``flaws'') sorted by risk level.
|
||||||
|
It's very useful for quickly finding and removing at least some potential security problems before a program is widely released to the public.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
gzip -c flawfinder.1 > flawfinder.1.gz
|
||||||
|
%{__python} setup.py build
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
%{__python} setup.py install \
|
||||||
|
--root=%{buildroot} \
|
||||||
|
--install-headers=%{_includedir}/python \
|
||||||
|
--install-lib=%{python_sitearch}
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/flawfinder
|
||||||
|
%{_mandir}/man?/flawfinder.*
|
||||||
|
%{python_sitearch}/flawfinder-%{version}-py%{python_version}.egg-info
|
||||||
|
%doc COPYING
|
||||||
|
#%doc announcement ChangeLog
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Jul 16 2013 Automatic Build System <autodist@mambasoft.it> 1.27-2mamba
|
||||||
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
* Thu Jun 19 2008 Tiziana Ferro <tiziana.ferro@email.it> 1.27-1mamba
|
||||||
|
- update to 1.27
|
||||||
|
|
||||||
|
* Thu Mar 31 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.26-1qilnx
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user