[newlisp] Re-attempt to fix missing UTF8 support

ndowens ndowens at fedoraproject.org
Wed Jun 6 01:33:41 UTC 2012


commit df0a3ad662cc1694e1e2dfb021dbab86236dc114
Author: ndowens <ndowens at Nathan.Linux>
Date:   Tue Jun 5 20:32:58 2012 -0500

    Re-attempt to fix missing UTF8 support

 newlisp.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/newlisp.spec b/newlisp.spec
index af2172e..9e454d9 100644
--- a/newlisp.spec
+++ b/newlisp.spec
@@ -1,6 +1,6 @@
 Name:           newlisp
 Version:        10.4.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Lisp-like general purpose scripting
 
 License:        GPLv3+
@@ -29,11 +29,11 @@ sed -i.m64 's/\-m64 //' makefile_linuxLP64
 %configure
 
 %if %{_lib} == lib64
-CFLAGS="%{optflags} -c -DREADLINE -DSUPPORT_UTF8 -DLINUX" \
-        make -f makefile_linuxLP64 %{?_smp_mflags}
+CFLAGS="%{optflags} -c -DREADLINE -DSUPPORT_UTF8 -DLINUX -DNEWLISP64" \
+        make -f makefile_linuxLP64_utf8 %{?_smp_mflags}
 %else
 CFLAGS="%{optflags} -c -DREADLINE -DSUPPORT_UTF8 -DLINUX" \
-        make -f makefile_linux %{?_smp_mflags}
+        make -f makefile_linux_utf %{?_smp_mflags}
 %endif
 
 %install
@@ -55,6 +55,9 @@ make install_home HOME=%{buildroot}/usr/
 
 
 %changelog
+* Sat Jun 02 2012 Nathan Owens <ndowens[at]fedoraproject.org> 10.4.3-3
+- Re-attempt to fix missing rpm_opt_flags
+
 * Tue May 29 2012 Dan HorĂ¡k <dan[at]danny.cz> 10.4.3-2
 - allow build on all arches
 


More information about the scm-commits mailing list