]> git.pld-linux.org Git - packages/qt5-qtdeclarative.git/commitdiff
up to 5.4.2, bootstrap build
authorElan Ruusamäe <glen@delfi.ee>
Wed, 10 Jun 2015 17:44:57 +0000 (20:44 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 10 Jun 2015 17:44:57 +0000 (20:44 +0300)
qt5-qtdeclarative.spec

index 54ead6c9cf6dc4ba0c56fba938465452d069b804..2eca9bbd4720004e7d225c5d8be217f2b461a80f 100644 (file)
@@ -1,9 +1,17 @@
 #
 # Conditional build:
+%bcond_with    bootstrap       # disable features to able to build without installed qt5
+# -- build targets
 %bcond_without qch             # documentation in QCH format
 %bcond_without qm              # QM translations
 %bcond_without qtxmlpatterns   # XmlListModel plugin (Qt5XmlPatterns based)
 
+%if %{with bootstrap}
+%undefine      with_qch
+%undefine      with_qm
+%undefine      with_qtxmlpatterns
+%endif
+
 %define                orgname         qtdeclarative
 %define                qtbase_ver              %{version}
 %define                qttools_ver             %{version}
 Summary:       The Qt5 Declarative libraries
 Summary(pl.UTF-8):     Biblioteki Qt5 Declarative
 Name:          qt5-%{orgname}
-Version:       5.4.1
-Release:       2
+Version:       5.4.2
+Release:       0.1
 License:       LGPL v2.1 with Digia Qt LGPL Exception v1.1 or GPL v3.0
 Group:         X11/Libraries
 Source0:       http://download.qt-project.org/official_releases/qt/5.4/%{version}/submodules/%{orgname}-opensource-src-%{version}.tar.xz
-# Source0-md5: 86dfe5c41e14a142c72fdaa6a64f933c
+# Source0-md5: 5b257cd097c315dab1b3c15e26211823
 Source1:       http://download.qt-project.org/official_releases/qt/5.4/%{version}/submodules/qttranslations-opensource-src-%{version}.tar.xz
-# Source1-md5: 0bdd1b0a83b03a04a4ebeedfa3057d21
+# Source1-md5: 35151a736e3b720de4f5128386f9c834
 Patch0:                x32.patch
 URL:           http://qt-project.org/
 BuildRequires: OpenGL-devel
This page took 0.035303 seconds and 4 git commands to generate.