forked from pool/perl-SOAP-Lite
- Added required dependencies for building and testing - Cleaned spec file with spec-cleaner - Fix env-script-interpreter in bin/{SOAPsh.pl,stubmaker.pl} and examples/XMLRPC/{xmlrpc.cgi,xmlrpc.daemon} * Added patch perl-SOAP-Lite-1.27-usr-bin-env.patch OBS-URL: https://build.opensuse.org/request/show/667480 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SOAP-Lite?expand=0&rev=45
43 lines
1.3 KiB
Diff
43 lines
1.3 KiB
Diff
Index: SOAP-Lite-1.27/bin/SOAPsh.pl
|
|
===================================================================
|
|
--- SOAP-Lite-1.27.orig/bin/SOAPsh.pl
|
|
+++ SOAP-Lite-1.27/bin/SOAPsh.pl
|
|
@@ -1,5 +1,4 @@
|
|
-#!/usr/bin/env perl
|
|
-#!d:\perl\bin\perl.exe
|
|
+#!perl
|
|
|
|
# -- SOAP::Lite -- soaplite.com -- Copyright (C) 2001 Paul Kulchenko --
|
|
|
|
Index: SOAP-Lite-1.27/bin/stubmaker.pl
|
|
===================================================================
|
|
--- SOAP-Lite-1.27.orig/bin/stubmaker.pl
|
|
+++ SOAP-Lite-1.27/bin/stubmaker.pl
|
|
@@ -1,5 +1,4 @@
|
|
-#!/usr/bin/env perl
|
|
-#!d:\perl\bin\perl.exe
|
|
+#!perl
|
|
#
|
|
# Filename: stubmaker.pl
|
|
# Authors: Byrne Reese <byrne at majordojo dot com>
|
|
Index: SOAP-Lite-1.27/examples/XMLRPC/xmlrpc.cgi
|
|
===================================================================
|
|
--- SOAP-Lite-1.27.orig/examples/XMLRPC/xmlrpc.cgi
|
|
+++ SOAP-Lite-1.27/examples/XMLRPC/xmlrpc.cgi
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env perl
|
|
+#!/usr/bin/perl
|
|
|
|
# -- XMLRPC::Lite -- services.soaplite.com -- Copyright (C) 2001 Paul Kulchenko --
|
|
|
|
Index: SOAP-Lite-1.27/examples/XMLRPC/xmlrpc.daemon
|
|
===================================================================
|
|
--- SOAP-Lite-1.27.orig/examples/XMLRPC/xmlrpc.daemon
|
|
+++ SOAP-Lite-1.27/examples/XMLRPC/xmlrpc.daemon
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env perl
|
|
+#!/usr/bin/perl
|
|
|
|
# -- XMLRPC::Lite -- services.soaplite.com -- Copyright (C) 2001 Paul Kulchenko --
|
|
|