[splint] Fix build on rawhide - flex no longer requires flex-static, so we need to build-require it

Panu Matilainen pmatilai at fedoraproject.org
Thu Dec 9 08:51:54 UTC 2010


commit fe98dad4530581955a2b69f1b8583c36e4558919
Author: Panu Matilainen <pmatilai at redhat.com>
Date:   Thu Dec 9 10:40:00 2010 +0200

    Fix build on rawhide
    - flex no longer requires flex-static, so we need to build-require it

 splint.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/splint.spec b/splint.spec
index 33da466..610ae1a 100644
--- a/splint.spec
+++ b/splint.spec
@@ -1,6 +1,6 @@
 Name:			splint
 Version:		3.1.2
-Release:		6%{?dist}
+Release:		7%{?dist}
 Summary:		An implementation of the lint program
 
 Group:			Development/Tools
@@ -8,7 +8,7 @@ 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 
+BuildRequires:		flex flex-static
 
 Obsoletes:		lclint <= 3.0.0
 Provides:		lclint = %{version}-%{release}
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Dec 09 2010 Panu Matilainen <pmatilai at redhat.com> - 3.1.2-7
+- flex no longer requires flex-static, so we need to build-require it
+
 * 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


More information about the scm-commits mailing list