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

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Wed Jun 29 22:20:30 UTC 2005


Author: jpo

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

Modified Files:
	.cvsignore sources 
Added Files:
	splint.spec 
Log Message:
auto-import splint-3.1.1-8 on branch devel from splint-3.1.1-8.src.rpm


--- NEW FILE splint.spec ---
Summary: An implementation of the lint program
Name: splint
Version: 3.1.1
Release: 8
Source0: http://www.splint.org/downloads/%{name}-%{version}.src.tgz
URL: http://www.splint.org/
Group: Development/Tools
License: GPL
Obsoletes: lclint
BuildRoot: %{_tmppath}/%{name}-root

%description 
Splint is a tool for statically checking C programs for coding errors and
security vulnerabilities. With minimal effort, Splint can be used as a
better lint. If additional effort is invested adding annotations to programs,
Splint can perform even stronger checks than can be done by any standard lint.

%prep
%setup -q

%build
%configure
make

%install
rm -rf $RPM_BUILD_ROOT

make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README doc/manual.pdf
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/%{name}

%changelog
* Fri Jun 17 2005 Paul Nasrat <pnasrat at redhat.com> - 3.1.1-8
- Fedora Extras build

* Sat Mar 19 2005 Miloslav Trmac <mitr at redhat.com> - 3.1.1-7
- Bump revision for rebuild

* Sat Mar 19 2005 Miloslav Trmac <mitr at redhat.com> - 3.1.1-6
- Ship the manual in PDF instead of HTML with missing images (#62434)

* Fri Mar  4 2005 Jeff Johnson <jbj at redhat.com> 3.1.1-5
- rebuild with gcc4.

* Tue Jun 15 2004 Elliot Lee <sopwith at redhat.com>
- rebuilt

* Fri Feb 13 2004 Elliot Lee <sopwith at redhat.com>
- rebuilt

* Wed Jun 04 2003 Elliot Lee <sopwith at redhat.com>
- rebuilt

* Thu May  1 2003 Jeff Johnson <jbj at redhat.com> 3.1.1-1
- update to 3.1.1.

* Thu Jan 23 2003 Tim Powers <timp at redhat.com> 3.0.1.7-0.20030123
- rebuild

* Mon Nov 11 2002 Jeff Johnson <jbj at redhat.com> 3.0.1.6-4
- rebuild from cvs.
- update to 3.0.1.7 snapshot.
- avoid non-i386 horkage for now.

* Thu May 23 2002 Tim Powers <timp at redhat.com>
- automated rebuild

* Tue Feb 26 2002 Nalin Dahyabhai <nalin at redhat.com> 3.0.1.6-2
- rebuild in new environment

* Tue Feb 12 2002 Jeff Johnson <jbj at redhat.com>
- update to splint-3.0.1.6.

* Sat Feb  9 2002 Jeff Johnson <jbj at redhat.com>
- update to splint-3.0.1.5.

* Thu Jan 17 2002 Jeff Johnson <jbj at redhat.com>
- update to splint-3.0.1.3.1.

* Mon Oct  8 2001 Jeff Johnson <jbj at redhat.com>
- update to 3.0.0.17.

* Thu Sep  6 2001 Jeff Johnson <jbj at redhat.com>
- update to 2.5r.

* Sun Jun 24 2001 Elliot Lee <sopwith at redhat.com>
- Bump release + rebuild.

* Thu Feb 15 2001 Trond Eivind Glomsrød <teg at redhat.com>
- <time.h> fix

* Mon Dec 11 2000 Bill Nottingham <notting at redhat.com>
- fix build on ia64

* Mon Aug 21 2000 Jeff Johnson <jbj at redhat.com>
- set default configuration appropriately.

* Fri Jul 28 2000 Eric Veldhuyzen <eric at terra.nu>
- upgraded to 2.5q

* Mon Jul 24 2000 Prospector <prospector at redhat.com>
- rebuilt

* Mon Jul 17 2000 Tim Powers <timp at redhat.com>
- added defattr

* Wed Jul 12 2000 Tim Powers <timp at redhat.com>
- fixed build section so that it links with flex properly

* Mon Jul 10 2000 Tim Powers <timp at redhat.com>
- rebuilt

* Wed Jun 7 2000 Tim Powers <timp at redhat.com>
- minor spec file cleanups, built for Powertools-7.0

* Fri May 26 2000 Eric Veldhuyzen <eric at terra.nu>
- upgraded to 2.5m
- reorganized specfile

* Sat Oct 31 1998 Justin Cormack <jpc1 at doc.ic.ac.uk>

- found correct 2.4b source (was actually 2.3)
- no longer an emacs mode
- added documentation

* Wed Oct 14 1998 Justin Cormack <jpc1 at doc.ic.ac.uk>
- fixed library directories not to point at buildroot

* Mon Oct 12 1998 Justin Cormack <jpc1 at doc.ic.ac.uk>
- fixed executable

* Mon Jun 06 1998 Michael Maher <mike at redhat.com>
- fixed paths for executable link

* Mon May 17 1998 Michael Maher <mike at redhat.com>
- updated to newest version
- added buildroot
- added wmconfig

* Mon Feb 16 1998 Otto Hammersmith <otto at redhat.com>
- added Summary

* Tue Feb  3 1998 Otto Hammersmith <otto at redhat.com>
- %doc'ed some stuff

* Mon Feb  2 1998 Otto Hammersmith <otto at redhat.com>
- made /usr/lib/lclint/bin a directory, not the executable

* Fri Jan 23 1998 Otto Hammersmith <otto at redhat.com>
- built the package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/splint/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Jun 2005 22:19:20 -0000	1.1
+++ .cvsignore	29 Jun 2005 22:20:28 -0000	1.2
@@ -0,0 +1 @@
+splint-3.1.1.src.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/splint/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Jun 2005 22:19:20 -0000	1.1
+++ sources	29 Jun 2005 22:20:28 -0000	1.2
@@ -0,0 +1 @@
+91635d98644312302f6f16abe73c2474  splint-3.1.1.src.tgz




More information about the fedora-extras-commits mailing list