rpms/flawfinder/devel flawfinder.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jakub Hrozek (jhrozek) fedora-extras-commits at redhat.com
Mon Oct 15 09:01:16 UTC 2007


Author: jhrozek

Update of /cvs/extras/rpms/flawfinder/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6373/devel

Modified Files:
	.cvsignore sources 
Added Files:
	flawfinder.spec 
Log Message:
Initial import of flawfinder sources



--- NEW FILE flawfinder.spec ---
Summary: Examines C/C++ source code for security flaws
Name: flawfinder
Version: 1.27
Release: 3%{?dist}
License: GPLv2
Group: Development/Tools
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
URL: http://www.dwheeler.com/flawfinder/
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildArch: noarch
BuildRequires: python

%description
Flawfinder scans through C/C++ source code,
identifying lines ("hits") with potential security flaws.
By default it reports hits sorted by severity, with the riskiest lines first.


%prep
%setup  -q


%build
make 

%install
rm -rf $RPM_BUILD_ROOT
install -p -m755 -D flawfinder ${RPM_BUILD_ROOT}%{_bindir}/flawfinder
install -p -m644 -D flawfinder.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/flawfinder.1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root, -)
%doc README ChangeLog COPYING 
%{_bindir}/flawfinder
%{_mandir}/man1/flawfinder.1*

%changelog
* Sun Oct 14 2007 Jakub Hrozek <jhrozek at redhat.com> 1.27-3
- fix the dist tag
- fix build requires
- fix the Source URL to point to SF.net

* Sat Oct 13 2007 Jakub Hrozek <jhrozek at redhat.com> 1.27-2
- refactor the spec file to conform to the Fedora Guidelines

* Sat Feb 1 2003 Jose Pedro Oliveira <jpo at di.uminho.pt>
- changed build architecture to noarch
- replaced hardcoded directories by rpm macros
- removed several rpmlint warnings/errors



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/flawfinder/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Oct 2007 19:42:23 -0000	1.1
+++ .cvsignore	15 Oct 2007 09:00:42 -0000	1.2
@@ -0,0 +1 @@
+flawfinder-1.27.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/flawfinder/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Oct 2007 19:42:23 -0000	1.1
+++ sources	15 Oct 2007 09:00:42 -0000	1.2
@@ -0,0 +1 @@
+50fff67dd439f42b785577ed8b3a3f7d  flawfinder-1.27.tar.gz




More information about the fedora-extras-commits mailing list