[newlisp/f15] modified: newlisp.spec

ndowens ndowens at fedoraproject.org
Wed Jun 6 02:42:38 UTC 2012


commit efdcfcc99cd0d915036ce19554319358d31db07e
Author: ndowens <ndowens at Nathan.Linux>
Date:   Tue Jun 5 21:41:40 2012 -0500

    	modified:   newlisp.spec

 newlisp.spec |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/newlisp.spec b/newlisp.spec
index af2172e..d3de819 100644
--- a/newlisp.spec
+++ b/newlisp.spec
@@ -1,6 +1,6 @@
 Name:           newlisp
 Version:        10.4.3
-Release:        2%{?dist}
+Release:        4%{?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_utf8 %{?_smp_mflags}
 %endif
 
 %install
@@ -55,6 +55,12 @@ make install_home HOME=%{buildroot}/usr/
 
 
 %changelog
+* Tue Jun 05 2012 Nathan Owens <ndowens[at]fedoraproject.org> 10.4.3-4
+- Left out the 8 in utf8 for 32-bit makefile
+
+* 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