]> git.pld-linux.org Git - packages/qt5-qtbase.git/commitdiff
fix shebangs; rel 2 auto/th/qt5-qtbase-5.14.0-2
authorJan Palus <atler@pld-linux.org>
Wed, 25 Dec 2019 22:55:43 +0000 (23:55 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 25 Dec 2019 22:55:43 +0000 (23:55 +0100)
qt5-qtbase.spec

index 8ad8c57bee0c5eeda59d321e357009ff3fbd680a..5f19f9f5b0a966ee270a3338164dac4f1b9878f7 100644 (file)
@@ -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}"
This page took 0.387895 seconds and 4 git commands to generate.