[newlisp/f15] Remove shebang that is no longer needed

ndowens ndowens at fedoraproject.org
Tue Nov 8 22:31:27 UTC 2011


commit f496f74a415d1f175a8d8b466e8b026be4a43d5b
Author: Nathan Owe <ndowens04ATgmailDOTcom>
Date:   Tue Nov 8 16:31:05 2011 -0600

    Remove shebang that is no longer needed

 newlisp.spec |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/newlisp.spec b/newlisp.spec
index 64ae10e..8796654 100644
--- a/newlisp.spec
+++ b/newlisp.spec
@@ -1,6 +1,6 @@
 Name:           newlisp
 Version:        10.3.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Lisp-like general purpose scripting
 
 License:        GPLv3+
@@ -20,10 +20,6 @@ applications.
 %prep
 %setup -q
 
-#Non-exec file has shebang
-sed -i 's|#!/usr/bin/newlisp||g' modules/json.lsp
-
-
 # Allow to override CFLAGS (Fedora-specific mostly)
 %patch2 -p1 -b .override_cflags
 # Don't strip the resulting binary (Fedora-specific)
@@ -57,6 +53,9 @@ make install_home HOME=%{buildroot}/usr/
 
 
 %changelog
+* Tue Oct 08 2011 Nathan Owe <ndowens at fedoraproject.org> 10.3.3-2
+- Removed no longer needed sed to remove shebang
+
 * Tue Oct 08 2011 Nathan Owe <ndowens at fedoraproject.org> 10.3.3-1
 - Updated Email address in SPEC
 - Fixed file listed twice in %%files


More information about the scm-commits mailing list