]> git.pld-linux.org Git - packages/qt5-qtlocation.git/commitdiff
up to 5.4.2, bootstrap build auto/th/qt5-qtlocation-5.4.2-0.1
authorElan Ruusamäe <glen@delfi.ee>
Thu, 11 Jun 2015 10:59:09 +0000 (13:59 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 11 Jun 2015 10:59:09 +0000 (13:59 +0300)
qt5-qtlocation.spec

index 8b057303754b499b4610a31a45c873b8e2f6011b..f81637b64b3c2f8bbc583b147349303ea25d052e 100644 (file)
@@ -2,9 +2,16 @@
 # plugins/position/simulator (BR: Qt5Simulator)
 #
 # 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
 
+%if %{with bootstrap}
+%undefine      with_qch
+%undefine      with_qm
+%endif
+
 %define                qtbase_ver              %{version}
 %define                qtdeclarative_ver       %{version}
 %define                qttools_ver             %{version}
 Summary:       The Qt5 Location library
 Summary(pl.UTF-8):     Biblioteka Qt5 Location
 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:         Libraries
 Source0:       http://download.qt-project.org/official_releases/qt/5.4/%{version}/submodules/%{orgname}-opensource-src-%{version}.tar.xz
-# Source0-md5: f7d693d3f3634da063b61928b502b79d
+# Source0-md5: 6f8843d44ff15196d1e93077cd24388c
 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
 URL:           http://qt-project.org/
 BuildRequires: GConf2-devel >= 2.0
 BuildRequires: Qt5Core-devel >= %{qtbase_ver}
This page took 0.038937 seconds and 4 git commands to generate.