commit 81400f2eacd06b660675efc59657af5ecde95128
Author: Jan Palus <[email protected]>
Date:   Wed Dec 25 23:55:43 2019 +0100

    fix shebangs; rel 2

 qt5-qtbase.spec | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec
index 8ad8c57..5f19f9f 100644
--- a/qt5-qtbase.spec
+++ b/qt5-qtbase.spec
@@ -66,7 +66,7 @@ Summary:      Qt5 - base components
 Summary(pl.UTF-8):     Biblioteka Qt5 - podstawowe komponenty
 Name:          qt5-%{orgname}
 Version:       5.14.0
-Release:       1
+Release:       2
 # See LGPL_EXCEPTION.txt for exception details
 License:       LGPL v2 with Digia Qt LGPL Exception v1.1 or GPL v3
 Group:         X11/Libraries
@@ -1202,6 +1202,14 @@ Generator plików makefile dla aplikacji Qt5.
        s|^\(QMAKE_STRIP *\)=.*|\1= :|;
        ' mkspecs/common/linux.conf
 
+%{__sed} -i -e '1{
+       s,^#!.*bin/python$,#!%{__python},
+       s,^#!.*bin/env perl,#!%{__perl},
+}' \
+       bin/fixqt4headers.pl \
+       bin/syncqt.pl \
+       mkspecs/features/uikit/devices.py
+
 %build
 # pass OPTFLAGS to build qmake itself with optimization
 export OPTFLAGS="%{rpmcflags}"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtbase.git/commitdiff/81400f2eacd06b660675efc59657af5ecde95128

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

Reply via email to