[fped] rebuild

Chitlesh GOORAH chitlesh at fedoraproject.org
Tue Dec 6 08:43:25 UTC 2011


commit 5c18cf24aea3cfafac4aee662225241028af4265
Author: Chitlesh GOORAH <chitlesh at fedoraproject.org>
Date:   Tue Dec 6 09:43:03 2011 +0100

    rebuild

 fped.spec |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/fped.spec b/fped.spec
index 10c0fda..98d90a9 100644
--- a/fped.spec
+++ b/fped.spec
@@ -1,5 +1,7 @@
 # Features in Fedora/Free Electronic Lab
-#   Supported targets: EL-5, EL-6, F-15, F-16 and rawhide
+#   Supported targets: F-15, F-16 and rawhide
+
+# FIXME: flex-static is not provided on EL-5, EL-6
 
 #
 ## To download development trunk
@@ -9,7 +11,7 @@
 
 Name:           fped
 Version:        0
-Release:        0.6.r6006%{?dist}
+Release:        0.7.r6006%{?dist}
 Summary:        A footprint editor used by openmoko developers
 
 Group:          Applications/Engineering
@@ -20,7 +22,10 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel
 BuildRequires:  bison
-BuildRequires:  flex flex-static
+BuildRequires:  flex
+%if 0%{?fedora}
+BuildRequires:  flex-static
+%endif
 BuildRequires:  transfig
 BuildRequires:  netpbm-progs
 BuildRequires:  ImageMagick
@@ -72,6 +77,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Dec 06 2011 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 0-0.7.r6006
+- rebuild for EL repositories
+
 * Tue Dec 06 2011 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 0-0.6.r6006
 - new upstream snapshot
 


More information about the scm-commits mailing list