]> git.pld-linux.org Git - packages/QtLockedFile.git/commitdiff
- new qmake-qt5 can handle library name change by itself auto/th/QtLockedFile-2.4-3
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 11 Mar 2015 20:04:34 +0000 (21:04 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 11 Mar 2015 20:04:34 +0000 (21:04 +0100)
- rel 3

QtLockedFile.spec

index 8b983002c82eac6835e393105138cfdb6366736a..f19422d8e7c7f12dc0ebf6d634c77d358d2390ae 100644 (file)
@@ -9,7 +9,7 @@
 Summary:       QFile extension with advisory locking functions
 Name:          QtLockedFile
 Version:       2.4
-Release:       2
+Release:       3
 License:       GPL v3 or LGPL v2 with exceptions
 Group:         Libraries
 # git clone git@gitorious.org:qt-solutions/qt-solutions.git
@@ -28,7 +28,7 @@ BuildRequires:        qt4-qmake
 %endif
 %if %{with qt5}
 BuildRequires: Qt5Core-devel
-BuildRequires: qt5-qmake
+BuildRequires: qt5-qmake >= 5.4
 %endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -81,8 +81,6 @@ install -d build-qt{4,5}
 cp -al "$@" build-qt4
 cp -al "$@" build-qt5
 
-%{__sed} -i -e 's/QtSolutions/Qt5Solutions/' build-qt5/common.pri
-
 %build
 %if %{with qt4}
 cd build-qt4
This page took 0.061865 seconds and 4 git commands to generate.