rpms/splint/FC-4 splint.spec,1.3,1.4

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Fri Apr 21 15:04:52 UTC 2006


Author: jpo

Update of /cvs/extras/rpms/splint/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26226/FC-4

Modified Files:
	splint.spec 
Log Message:
Sync with devel


Index: splint.spec
===================================================================
RCS file: /cvs/extras/rpms/splint/FC-4/splint.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- splint.spec	28 Jul 2005 19:12:46 -0000	1.3
+++ splint.spec	21 Apr 2006 15:04:52 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           splint
 Version:        3.1.1
-Release:        10%{?dist}
+Release:        13%{?dist}
 Summary:        An implementation of the lint program
 
 Group:          Development/Tools
@@ -20,11 +20,13 @@
 
 %prep
 %setup -q
+chmod 644 doc/manual.pdf
+cp -p src/.splintrc splintrc.demo
 
 %build
 %configure
 # Parallel builds seem to fail
-make 
+make
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -36,13 +38,23 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README doc/manual.pdf
+%doc README doc/manual.pdf splintrc.demo
 %{_bindir}/*
 %{_mandir}/man1/*.1*
 %{_datadir}/%{name}/
 
 
 %changelog
+* Thu Apr 20 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.1.1-13
+- Manual.pdf - file permissions corrected.
+- Included a demo .splintrc file as doc (splintrc.demo == src/.splintrc).
+
+* Mon Feb 13 2006 Paul Nasrat <pnasrat at redhat.com> - 3.1.1-12
+- FC5 rebuild for new gcc
+
+* Sun Jan 15 2006 Paul Nasrat <pnasrat at redhat.com> - 3.1.1-11
+- Rebuild for FC5
+
 * Thu Jul 28 2005 Paul Nasrat <pnasrat at redhat.com> - 3.1.1-10
 - Turn off parallel builds
 




More information about the fedora-extras-commits mailing list