]> git.pld-linux.org Git - packages/qt5-qtbase.git/commitdiff
- rel 2; apply renameat2 patch only when building with glibc >= 2.28 auto/th/qt5-qtbase-5.11.1-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Aug 2018 22:03:10 +0000 (00:03 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Aug 2018 22:03:10 +0000 (00:03 +0200)
qt5-qtbase.spec

index b2f45c92201f125eba2d11b22a887a6ac3576946..4add315c1ddf92911da670cf6d2700441aca7780 100644 (file)
@@ -63,7 +63,7 @@ Summary:      Qt5 - base components
 Summary(pl.UTF-8):     Biblioteka Qt5 - podstawowe komponenty
 Name:          qt5-%{orgname}
 Version:       5.11.1
-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
@@ -1111,7 +1111,9 @@ Generator plików makefile dla aplikacji Qt5.
 %prep
 %setup -q -n %{orgname}-everywhere-src-%{version} %{?with_qm:-a1}
 %patch0 -p1
+%if "%(rpm -q glibc-devel --qf '%{VERSION}')" >= 2.28
 %patch1 -p1
+%endif
 
 %{__sed} -i -e 's,usr/X11R6/,usr/,g' mkspecs/linux-g++-64/qmake.conf
 
This page took 0.073937 seconds and 4 git commands to generate.