]> git.pld-linux.org Git - packages/qt-creator.git/blobdiff - qt-creator.spec
llvm 14 rebuild
[packages/qt-creator.git] / qt-creator.spec
index 27064a951b75977dd9a4b5e80ec7a1a48b01987e..2a4fc217e77e4db0bda01d72a3de8b9d1e7287b1 100644 (file)
@@ -1,13 +1,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.13.0
-Release:       5
+Version:       5.0.3
+Release:       3
 Epoch:         1
 License:       LGPL v2.1
 Group:         X11/Development/Tools
-Source0:       https://download.qt.io/official_releases/qtcreator/4.13/%{version}/%{name}-opensource-src-%{version}.tar.xz
-# Source0-md5: de422b823ddf4d5c70bdfa455d96e1b9
+Source0:       https://download.qt.io/official_releases/qtcreator/5.0/%{version}/%{name}-opensource-src-%{version}.tar.xz
+# Source0-md5: 94fad14bd0ecd5e9388899a984f851c0
 URL:           http://doc.qt.io/qt-5/topics-app-development.html
 BuildRequires: Qt5Concurrent-devel >= 5.9.0
 BuildRequires: Qt5Designer-devel >= 5.9.0
@@ -87,6 +87,7 @@ export QTDIR=%{_libdir}/qt5
 
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.conf.d
 echo "%{_libdir}/qtcreator" > $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.conf.d/qtcreator.conf
+cp -p share/applications/org.qt-project.qtcreator.desktop $RPM_BUILD_ROOT%{_desktopdir}
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/qtcreator/*.prl
 
@@ -130,7 +131,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/qtcreator/lib*.so.*.*
 %attr(755,root,root) %{_libdir}/qtcreator/lib*.so
 %attr(755,root,root) %ghost %{_libdir}/qtcreator/lib*.so.1
-%attr(755,root,root) %ghost %{_libdir}/qtcreator/lib*.so.4
+%attr(755,root,root) %ghost %{_libdir}/qtcreator/lib*.so.5
 %dir %{_libdir}/qtcreator/plugins
 %attr(755,root,root) %{_libdir}/qtcreator/plugins/lib*.so
 %dir %{_libdir}/qtcreator/plugins/qbs
This page took 0.112402 seconds and 4 git commands to generate.