[gnash] * Fri Aug 27 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.8.8-2 - fix the check for the docbook2

Kevin Kofler kkofler at fedoraproject.org
Thu Aug 26 22:12:39 UTC 2010


commit 8131b8d714352b8b8a024da30165bd918ec4d455
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Fri Aug 27 00:12:30 2010 +0200

    * Fri Aug 27 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.8.8-2
    - fix the check for the docbook2X tools being in Perl (fixes FTBFS)

 gnash.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/gnash.spec b/gnash.spec
index 5d0630f..07bb84e 100644
--- a/gnash.spec
+++ b/gnash.spec
@@ -6,7 +6,7 @@
 
 Name:           gnash
 Version:        0.8.8
-Release:        1%{?dist}.1
+Release:        2%{?dist}
 Epoch:          1
 Summary:        GNU flash movie player
 
@@ -106,7 +106,7 @@ application.
 %prep
 %setup -q
 %patch0 -p1 -b .fix-kde4
-# Hack as autoreconf breaks build 
+# Hack as autoreconf breaks build
 sed -i -e 's!kapp.h!kapplication.h!g' configure
 sed -i -e 's!libkdeui.la!libkdeui.so!g' configure
 # Currently kde4-gnash (from kde4 branch) links against various KDE libraries,
@@ -123,6 +123,8 @@ sed -i -e 's!\$(top_builddir)/libltdl/libltdlc.la!-lltdl!g' \
   */Makefile.in */*/Makefile.in
 # delete bundled libltdl stuff to make sure it's not used
 rm -f libltdl/*.[ch] libltdl/*/*.[ch]
+# fix the check for the docbook2X tools being in Perl
+sed -i -e 's/" perl "/"perl "/g' configure
 
 iconv -f latin1 -t utf8 < AUTHORS > AUTHORS.utf8
 touch -r AUTHORS AUTHORS.utf8
@@ -298,7 +300,10 @@ fi
 %{python_sitearch}/gtk-2.0/*
 
 %changelog
-* Mon Aug 25 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.8.8-1.1
+* Fri Aug 27 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.8.8-2
+- fix the check for the docbook2X tools being in Perl (fixes FTBFS)
+
+* Wed Aug 25 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.8.8-1.1
 - rebuild for the official release of Boost 1.44.0 (silent ABI change)
 
 * Mon Aug 23 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.8.8-1


More information about the scm-commits mailing list