From 5105a191f0f1ff047ef9d77715b19306f6faea20 Mon Sep 17 00:00:00 2001 From: Huzaifa Sidhpurwala Date: Mar 24 2020 05:15:33 +0000 Subject: attempt to fix patch --- diff --git a/python-pysimplesoap.spec b/python-pysimplesoap.spec index 6a39ec6..c3956ae 100644 --- a/python-pysimplesoap.spec +++ b/python-pysimplesoap.spec @@ -31,8 +31,7 @@ server web services interfaces, aimed to be as small and easy as possible, supporting most common functionality. %prep -%autosetup -n %{pypi_name}-%{version} -%patch0 -p1 -z .fix +%autosetup -n %{pypi_name}-%{version} -p1 for lib in pysimplesoap/*.py; do sed -e '1{\@^#! /usr/bin/env python@d}' -e '1{\@^#!/usr/bin/env python@d}' \ -e '1{\@^#!/usr/bin/python@d}' $lib > $lib.new &&