[SDL_Pango] - Fixing FTBFS

Jaromír Cápík jcapik at fedoraproject.org
Fri May 16 19:00:55 UTC 2014


commit 1ff27bdb5645316d7508250085430b8c9a3c8c87
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Fri May 16 21:00:39 2014 +0200

    - Fixing FTBFS

 SDL_Pango.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/SDL_Pango.spec b/SDL_Pango.spec
index 68952ef..340ef76 100644
--- a/SDL_Pango.spec
+++ b/SDL_Pango.spec
@@ -1,7 +1,7 @@
 Summary: Rendering of internationalized text for SDL (Simple DirectMedia Layer)
 Name: SDL_Pango
 Version: 0.1.2
-Release: 17%{?dist}
+Release: 18%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://sdlpango.sourceforge.net/
@@ -42,7 +42,7 @@ install -m 0644 -p %{SOURCE1} docs/html/doxygen.png
 # Fix the (many) DOS encoded files, not *.png since they get corrupt
 find . -not -name \*.png -type f -exec dos2unix -k {} \;
 # For FC-5 x86_64 this is required, or the shared library doesn't get built
-autoreconf
+autoreconf -i
 libtoolize --copy --force
 
 
@@ -75,6 +75,9 @@ make install DESTDIR=%{buildroot}
 
 
 %changelog
+* Fri May 16 2014 Jaromir Capik <jcapik at redhat.com> - 0.1.2-18
+- Fixing FTBFS
+
 * Fri Aug 02 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.2-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list