rpms/splint/devel splint.spec,1.1,1.2

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


Author: jpo

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

Modified Files:
	splint.spec 
Log Message:
Specfile reformatted


Index: splint.spec
===================================================================
RCS file: /cvs/extras/rpms/splint/devel/splint.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- splint.spec	29 Jun 2005 22:20:28 -0000	1.1
+++ splint.spec	29 Jun 2005 22:40:59 -0000	1.2
@@ -1,43 +1,51 @@
-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
+Name:           splint
+Version:        3.1.1
+Release:        9%{?dist}
+Summary:        An implementation of the lint program
+
+Group:          Development/Tools
+License:        GPL
+URL:            http://www.splint.org/
+Source0:        http://www.splint.org/downloads/%{name}-%{version}.src.tgz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-%description 
+Obsoletes:      lclint
+
+%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
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
-make DESTDIR=$RPM_BUILD_ROOT install
+make install DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc README doc/manual.pdf
 %{_bindir}/*
-%{_mandir}/man1/*
-%{_datadir}/%{name}
+%{_mandir}/man1/*.1*
+%{_datadir}/%{name}/
+
 
 %changelog
+* Wed Jun 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.1.1-9
+- Dist tag added.
+- Specfile reformatted (compliance with the Fedora Extras template).
+
 * Fri Jun 17 2005 Paul Nasrat <pnasrat at redhat.com> - 3.1.1-8
 - Fedora Extras build
 




More information about the fedora-extras-commits mailing list