[qt5-qtdeclarative] support out-of-src-tree builds

Rex Dieter rdieter at fedoraproject.org
Thu Dec 12 13:25:17 UTC 2013


commit ee0c9b8587a377b700aa1e46e60d6a87ee795d9e
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Thu Dec 12 07:25:24 2013 -0600

    support out-of-src-tree builds
    
    - %ix86: install sse2/jit version to %_qt5_libdir/sse2/

 .gitignore             |    2 +-
 qt5-qtdeclarative.spec |    3 +--
 sources                |    2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8906f45..7005817 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/qtdeclarative-opensource-src-5.2.0-rc1.tar.xz
+/qtdeclarative-opensource-src-5.2.0.tar.xz
diff --git a/qt5-qtdeclarative.spec b/qt5-qtdeclarative.spec
index f13d8c6..231c2c0 100644
--- a/qt5-qtdeclarative.spec
+++ b/qt5-qtdeclarative.spec
@@ -1,6 +1,5 @@
 
 %global qt_module qtdeclarative
-%define pre rc1
 
 # define to build docs, need to undef this for bootstrapping
 # where qt5-qttools builds are not yet available
@@ -12,7 +11,7 @@
 Summary: Qt5 - QtDeclarative component
 Name:    qt5-%{qt_module}
 Version: 5.2.0
-Release: 0.12.%{pre}%{?dist}
+Release: 1%{pre}%{?dist}
 
 # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
 License: LGPLv2 with exceptions or GPLv3 with exceptions
diff --git a/sources b/sources
index 7b3bee8..f2c0fd6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-79a9d5ac1bdf41bfd1491311e0b5a07c  qtdeclarative-opensource-src-5.2.0-rc1.tar.xz
+0f7714c5c91b8eb7cdc1071f0a51c202  qtdeclarative-opensource-src-5.2.0.tar.xz


More information about the scm-commits mailing list