commit d56e0eb9e89c4190c72bd5bb049553a593dfceb4
Author: Jan Rękorajski <[email protected]>
Date:   Mon Mar 23 00:20:55 2020 +0100

    - fix shebang
    - rel 2

 ruby-rake-compiler.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/ruby-rake-compiler.spec b/ruby-rake-compiler.spec
index 5acaba8..3e69db6 100644
--- a/ruby-rake-compiler.spec
+++ b/ruby-rake-compiler.spec
@@ -1,4 +1,4 @@
-    #
+#
 # Conditional build:
 %bcond_with    tests           # build without tests
 
@@ -7,7 +7,7 @@ Summary:        Rake-based Ruby C Extension task generator
 Summary(pl.UTF-8):     Generator zadań Rake'a do budowania rozszerzeń języka 
Ruby napisanych w C
 Name:          ruby-%{gemname}
 Version:       1.0.7
-Release:       1
+Release:       2
 License:       MIT
 Group:         Development/Languages
 Source0:       https://rubygems.org/downloads/%{gemname}-%{version}.gem
@@ -68,6 +68,8 @@ Ten pakiet zawiera dokumentację do modułu języka Ruby 
rake-compiler.
 %prep
 %setup -q -n %{gemname}-%{version}
 
+%{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+ruby(\s|$),#!%{__ruby}\1,' 
bin/rake-compiler
+
 %build
 %if %{with tests}
 # Modify Isolate file
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ruby-rake-compiler.git/commitdiff/d56e0eb9e89c4190c72bd5bb049553a593dfceb4

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to