]> git.pld-linux.org Git - packages/qt-creator.git/blobdiff - qt-creator.spec
- bump reqs to Qt5
[packages/qt-creator.git] / qt-creator.spec
index 06c6b7271c78ced70ceacd2ff05a625a8414ee4a..700c2b2a4c4b2f6275abedd0c4e9fed3d464b0ab 100644 (file)
@@ -1,48 +1,49 @@
 Summary:       An IDE tailored to the needs of Qt developers
 Summary(pl.UTF-8):     IDE dostosowane do potrzeb developerow Qt
 Name:          qt-creator
-Version:       2.7.2
+Version:       3.4.1
 Release:       1
 Epoch:         1
 License:       LGPL v2.1
 Group:         X11/Development/Tools
-Source0:       http://download.qt-project.org/official_releases/qtcreator/2.7/%{version}/%{name}-%{version}-src.tar.gz
-# Source0-md5: 7f1c10740784d3edf2347c27be21fd1a
+Source0:       http://download.qt-project.org/official_releases/qtcreator/3.4/%{version}/%{name}-opensource-src-%{version}.tar.gz
+# Source0-md5: bcbae4a567c93158babe3b7f42d01219
 Source1:       %{name}.desktop
 Patch0:                %{name}-pluginpath64.patch
 URL:           http://qt.digia.com/Product/Developer-Tools
-BuildRequires: QtDBus-devel
-BuildRequires: QtDeclarative-devel
-BuildRequires: QtDesigner-devel
-BuildRequires: QtGui-devel
-BuildRequires: QtHelp-devel
-BuildRequires: QtNetwork-devel
-BuildRequires: QtScript-devel
-BuildRequires: QtSql-sqlite3
-BuildRequires: QtSvg-devel
-BuildRequires: QtWebKit-devel
-BuildRequires: QtXml-devel
-BuildRequires: qt4-build >= 4.8.0
-BuildRequires: qt4-linguist
-BuildRequires: qt4-qmake >= 4.8.0
+BuildRequires: Qt5Declarative-devel >= 5.3.1
+BuildRequires: Qt5Designer-devel >= 5.3.1
+BuildRequires: Qt5Gui-devel >= 5.3.1
+BuildRequires: Qt5Help-devel >= 5.3.1
+BuildRequires: Qt5Network-devel >= 5.3.1
+BuildRequires: Qt5Script-devel >= 5.3.1
+BuildRequires: Qt5Svg-devel >= 5.3.1
+BuildRequires: Qt5WebKit-devel >= 5.3.1
+BuildRequires: Qt5Xml-devel >= 5.3.1
+BuildRequires: gdb
+BuildRequires: qt5-build >= 5.3.1
+BuildRequires: qt5-linguist
+BuildRequires: qt5-qmake >= 5.3.1
+BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.602
 Requires(post,postun): desktop-file-utils
-%requires_eq   QtCore
-Requires:      QtSql-sqlite3
+%requires_eq   Qt5Core
+Requires:      Qt5Sql
 Requires:      hicolor-icon-theme
 # for xdg-open
 Suggests:      xdg-utils
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Qt Creator is a cross-platform integrated development environment (IDE)
-tailored to the needs of Qt developers.
+Qt Creator is a cross-platform integrated development environment
+(IDE) tailored to the needs of Qt developers.
 
 %description -l pl.UTF-8
-Qt Creator to wieloplatformowe IDE dostosowane do potrzeb developerow Qt.
+Qt Creator to wieloplatformowe IDE dostosowane do potrzeb developerow
+Qt.
 
 %prep
-%setup -q -n %{name}-%{version}-src
+%setup -q -n %{name}-opensource-src-%{version}
 
 %if "%{_lib}" == "lib64"
 %patch0 -p1
This page took 0.064871 seconds and 4 git commands to generate.