rpms/splint/devel splint.spec,1.14,1.15

Miloš Jakubíček mjakubicek at fedoraproject.org
Sat Aug 22 17:29:27 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/splint/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv548

Modified Files:
	splint.spec 
Log Message:
- Specfile sanity revisited: proper Provides/Obsoletes on lclint
  and some other minor changes to make rpmlint silent



Index: splint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/splint/devel/splint.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- splint.spec	10 Aug 2009 10:07:08 -0000	1.14
+++ splint.spec	22 Aug 2009 17:29:27 -0000	1.15
@@ -1,16 +1,17 @@
-Name:           splint
-Version:        3.1.2
-Release:        5%{?dist}
-Summary:        An implementation of the lint program
-
-Group:          Development/Tools
-License:        GPLv2+
-URL:            http://www.splint.org/
-Source0:        http://www.splint.org/downloads/%{name}-%{version}.src.tgz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Name:			splint
+Version:		3.1.2
+Release:		6%{?dist}
+Summary:		An implementation of the lint program
+
+Group:			Development/Tools
+License:		GPLv2+
+URL:			http://www.splint.org/
+Source0:		http://www.splint.org/downloads/%{name}-%{version}.src.tgz
+BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	flex 
 
-Obsoletes:      lclint
+Obsoletes:		lclint <= 3.0.0
+Provides:		lclint = %{version}-%{release}
 
 %description
 Splint is a tool for statically checking C programs for coding errors and
@@ -46,6 +47,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Aug 22 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 3.1.2-6
+- Specfile sanity revisited: proper Provides/Obsoletes on lclint
+  and some other minor changes to make rpmlint silent
+
 * Mon Aug 10 2009 Ville Skyttä <ville.skytta at iki.fi> - 3.1.2-5
 - Convert specfile to UTF-8.
 
@@ -198,7 +203,7 @@ rm -rf $RPM_BUILD_ROOT
 - added Summary
 
 * Tue Feb  3 1998 Otto Hammersmith <otto at redhat.com>
-- %doc'ed some stuff
+- %%doc'ed some stuff
 
 * Mon Feb  2 1998 Otto Hammersmith <otto at redhat.com>
 - made /usr/lib/lclint/bin a directory, not the executable




More information about the scm-commits mailing list