rpms/splint/devel splint.spec,1.5,1.6

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


Author: jpo

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

Modified Files:
	splint.spec 
Log Message:
- Manual.pdf - file permissions corrected.
- Included a demo .splintrc file as doc (splintrc.demo == src/.splintrc).



Index: splint.spec
===================================================================
RCS file: /cvs/extras/rpms/splint/devel/splint.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- splint.spec	13 Feb 2006 19:17:27 -0000	1.5
+++ splint.spec	21 Apr 2006 14:52:22 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           splint
 Version:        3.1.1
-Release:        12%{?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,17 @@
 
 %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
 




More information about the scm-commits mailing list