[GtkAda: 7/11] Transcode the author's name in comments in two source files.

Björn Persson rombobeorn at fedoraproject.org
Thu Jul 24 20:56:49 UTC 2014


commit ceef6b2079f5f5140a466719e1cc18d045341bf7
Author: Björn Persson <Bjorn at Rombobjörn.se>
Date:   Tue Jan 28 22:54:24 2014 +0100

    Transcode the author's name in comments in two source files.

 GtkAda.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/GtkAda.spec b/GtkAda.spec
index dbe4df9..8a79b0c 100644
--- a/GtkAda.spec
+++ b/GtkAda.spec
@@ -49,6 +49,7 @@ BuildRequires:  libGL-devel
 BuildRequires:  libGLU-devel
 BuildRequires:  GConf2-devel
 BuildRequires:  fedora-gnat-project-common >= 3
+BuildRequires:  recode
 # Build only on architectures where gcc-gnat is available:
 ExclusiveArch:  %{GNAT_arches}
 
@@ -170,6 +171,9 @@ Paketet %{name}-doc innehåller dokumentationen till GTKada 2.x.
 %patch14
 find -name .cvsignore | xargs rm -fr
 
+# Transcode the author's name in comments in two source files.
+recode ISO-8859-1..UTF-8 testgtk/opengl/lw.[hc]
+
 
 %build
 %{configure} --enable-build=Debuginfo --disable-subdirs --disable-static


More information about the scm-commits mailing list