[newlisp/f17: 1/2] modified: newlisp.spec

ndowens ndowens at fedoraproject.org
Tue Apr 17 22:41:50 UTC 2012


commit 24d3ccee7346db2bdd1cd2178f969e69693b8572
Author: Nathan Owens <ndowens04 at gmail.com>
Date:   Tue Apr 17 17:39:27 2012 -0500

    	modified:   newlisp.spec

 newlisp.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/newlisp.spec b/newlisp.spec
index 4b4076a..e55d676 100644
--- a/newlisp.spec
+++ b/newlisp.spec
@@ -1,6 +1,6 @@
 Name:           newlisp
 Version:        10.4.0
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        Lisp-like general purpose scripting
 
 License:        GPLv3+
@@ -26,11 +26,12 @@ applications.
 
 %ifarch x86_64
 CFLAGS="%{optflags} -c -DREADLINE -DSUPPORT_UTF8 -DLINUX" \
-	make -f makefile_linuxLP64 %{?_smp_mflags}
+        make -f makefile_linuxLP64 %{?_smp_mflags}
 %endif
+
 %ifarch %{ix86}
 CFLAGS="%{optflags} -c -DREADLINE -DSUPPORT_UTF8 -DLINUX" \
-	make -f makefile_linux %{?_smp_mflags}
+        make -f makefile_linux %{?_smp_mflags}
 %endif
 
 %install


More information about the scm-commits mailing list