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

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sun Oct 16 10:53:19 UTC 2005


Author: scop

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

Modified Files:
	.cvsignore sources 
Added Files:
	pscan.spec 
Log Message:
auto-import pscan-1.2-0.1 on branch devel from pscan-1.2-0.1.src.rpm
Initial import (#170906).


--- NEW FILE pscan.spec ---
Name:           pscan
Version:        1.2
Release:        0.1
Summary:        Limited problem scanner for C source files

Group:          Development/Tools
License:        GPL
URL:            http://www.striker.ottawa.on.ca/~aland/pscan/
Source0:        http://www.striker.ottawa.on.ca/~aland/pscan/%{name}.tar.gz
Patch0:         http://ftp.debian.org/debian/pool/main/p/pscan/pscan_1.2-4.diff.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  flex

%description
PScan is a program which attempts to scan C source files for common
function abuses, which often lead to buffer overflows.


%prep
%setup -q -n %{name}
%patch0 -p1


%build
make %{?_smp_mflags} CC="%{__cc} -Wall $RPM_OPT_FLAGS"


%install
rm -rf $RPM_BUILD_ROOT
install -Dpm 755 pscan $RPM_BUILD_ROOT%{_bindir}/pscan
install -Dpm 644 pscan.1 $RPM_BUILD_ROOT%{_mandir}/man1/pscan.1


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING README find_formats.sh test.c wu-ftpd.pscan
%{_bindir}/pscan
%{_mandir}/man1/pscan.1*


%changelog
* Wed Oct 12 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.2-0.1
- First build, based on Debian's 1.2-4.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pscan/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Oct 2005 10:52:37 -0000	1.1
+++ .cvsignore	16 Oct 2005 10:53:16 -0000	1.2
@@ -0,0 +1,2 @@
+pscan.tar.gz
+pscan_1.2-4.diff.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pscan/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Oct 2005 10:52:37 -0000	1.1
+++ sources	16 Oct 2005 10:53:16 -0000	1.2
@@ -0,0 +1,2 @@
+9a83db546f0398d2eb7162b9c3f7cecc  pscan.tar.gz
+c7df29bc3adc125e27f5bb9d1ac8defd  pscan_1.2-4.diff.gz




More information about the fedora-extras-commits mailing list