]> git.pld-linux.org Git - packages/qt-creator.git/blobdiff - qt-creator.spec
- release 2 (by relup.sh)
[packages/qt-creator.git] / qt-creator.spec
index e8900cc5514998426e7f7c430e498551631f744c..0efaeb7a24d248ce109839cc088a77cef651ba2b 100644 (file)
@@ -2,12 +2,13 @@ Summary:      An IDE tailored to the needs of Qt developers
 Summary(pl.UTF-8):     IDE dostosowane do potrzeb developerow Qt
 Name:          qt-creator
 Version:       4.8.2
-Release:       1
+Release:       2
 Epoch:         1
 License:       LGPL v2.1
 Group:         X11/Development/Tools
 Source0:       http://download.qt.io/official_releases/qtcreator/4.8/%{version}/%{name}-opensource-src-%{version}.tar.xz
 # Source0-md5: bf5b9953cfec44aa2504e30cb81768e6
+Patch0:                x32.patch
 URL:           http://doc.qt.io/qt-5/topics-app-development.html
 BuildRequires: Qt5Concurrent-devel >= 5.9.0
 BuildRequires: Qt5Designer-devel >= 5.9.0
@@ -52,6 +53,9 @@ Qt.
 
 %prep
 %setup -q -n %{name}-opensource-src-%{version}
+%ifarch x32
+%patch0 -p1
+%endif
 
 # fix unresolved symbols in libQtcSsh
 echo >> src/libs/ssh/ssh_dependencies.pri
This page took 0.059908 seconds and 4 git commands to generate.