automatic version update by autodist [release 2.0.19-1mamba;Mon Dec 27 2021]
This commit is contained in:
parent
06dcb80a23
commit
9ff4a4f615
@ -1,18 +1,17 @@
|
|||||||
Name: flawfinder
|
Name: flawfinder
|
||||||
Version: 2.0.11
|
Version: 2.0.19
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A program that examines source code looking for security weaknesses
|
Summary: A program that examines source code looking for security weaknesses
|
||||||
Group: Applications/Security
|
Group: Applications/Security
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Aleph0 <aleph0@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.dwheeler.com/flawfinder/
|
URL: https://dwheeler.com/
|
||||||
Source: http://www.dwheeler.com/flawfinder/flawfinder-%{version}.tar.gz
|
Source: https://dwheeler.com/flawfinder/flawfinder-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
|
||||||
Requires: python >= 1.5
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: python
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(setuptools)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -24,14 +23,14 @@ It's very useful for quickly finding and removing at least some potential securi
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
gzip -c flawfinder.1 > flawfinder.1.gz
|
gzip -c flawfinder.1 > flawfinder.1.gz
|
||||||
%{__python} setup.py build
|
%{__python3} setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
%{__python} setup.py install \
|
%{__python3} setup.py install \
|
||||||
--root=%{buildroot} \
|
--root=%{buildroot} \
|
||||||
--install-headers=%{_includedir}/python \
|
--install-headers=%{python3_inc} \
|
||||||
--install-lib=%{python_sitearch}
|
--install-lib=%{python3_sitearch}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
@ -39,12 +38,16 @@ gzip -c flawfinder.1 > flawfinder.1.gz
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/flawfinder
|
%{_bindir}/flawfinder
|
||||||
%{_mandir}/man?/flawfinder.*
|
%{python3_sitearch}/__pycache__/flawfinder.cpython-37.pyc
|
||||||
%{python_sitearch}/flawfinder-*-py*.egg-info
|
%{python3_sitearch}/flawfinder.py
|
||||||
|
%{python3_sitearch}/flawfinder-*-py*.egg-info
|
||||||
|
%{_mandir}/man1/flawfinder.1*
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
#%doc announcement ChangeLog
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 27 2021 Automatic Build System <autodist@mambasoft.it> 2.0.19-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Mar 11 2020 Automatic Build System <autodist@mambasoft.it> 2.0.11-1mamba
|
* Wed Mar 11 2020 Automatic Build System <autodist@mambasoft.it> 2.0.11-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user