[felix-osgi-core] fixing "unmappable character for encoding ANSI_X3.4-1968"

Jaromír Cápík jcapik at fedoraproject.org
Tue Oct 18 09:37:48 UTC 2011


commit e78951f14bc4aae6f5401cf99de06475a500dd09
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Tue Oct 18 11:37:39 2011 +0200

    fixing "unmappable character for encoding ANSI_X3.4-1968"

 felix-osgi-core.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/felix-osgi-core.spec b/felix-osgi-core.spec
index 4048571..5d72ce7 100644
--- a/felix-osgi-core.spec
+++ b/felix-osgi-core.spec
@@ -33,8 +33,8 @@ API documentation for %{name}.
 %prep
 %setup -q -n %{bundle}-%{version}
 
-
 %build
+export LC_ALL=en_US.UTF-8
 mvn-rpmbuild package javadoc:aggregate
 
 %install
@@ -63,9 +63,10 @@ install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
 %{_javadocdir}/%{name}
 
 %changelog
-* Tue Oct 11 2011 Jaromir Capik <jcapik at redhat.com> 1.4.0-8
+* Tue Oct 18 2011 Jaromir Capik <jcapik at redhat.com> 1.4.0-8
 - Extra groupId "org.osgi" added
 - Minor spec file changes according to the latest guidelines
+- fixing "unmappable character for encoding ANSI_X3.4-1968"
 
 * Wed Mar 30 2011 Alexander Kurtakov <akurtako at redhat.com> 1.4.0-7
 - Build with maven 3 and drop ant buil.xml files.


More information about the scm-commits mailing list