]> git.pld-linux.org Git - packages/qt4.git/commitdiff
- rel 35 auto/th/qt4-4.8.7-35
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 23 Sep 2021 21:57:53 +0000 (23:57 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 23 Sep 2021 21:57:53 +0000 (23:57 +0200)
- disabled statisc webkit - "WARNING: Using static linking will disable the WebKit module."
  how did it built before?

qt4.spec

index 9b703a3d390e8d7fdc14949af14e89c4d21315e3..ccd69864915e44a9489d6c86c9833c135e573c4f 100644 (file)
--- a/qt4.spec
+++ b/qt4.spec
@@ -63,7 +63,7 @@ Summary(pl.UTF-8):    Biblioteka Qt do tworzenia GUI
 Summary(pt_BR.UTF-8):  Estrutura para rodar aplicações GUI Qt
 Name:          qt4
 Version:       4.8.7
-Release:       34
+Release:       35
 License:       LGPL v2.1 or GPL v3.0
 Group:         X11/Libraries
 Source0:       http://download.qt-project.org/official_releases/qt/4.8/%{version}/qt-everywhere-opensource-src-%{version}.tar.gz
@@ -2619,9 +2619,11 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %{_libdir}/libQtUiTools.a
 
+%if 0
 %files -n QtWebKit-static
 %defattr(644,root,root,755)
 %{_libdir}/libQtWebKit.a
+%endif
 
 %files -n QtDeclarative-static
 %defattr(644,root,root,755)
This page took 0.03744 seconds and 4 git commands to generate.