forked from pool/extra-cmake-modules
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/extra-cmake-modules?expand=0&rev=43
This commit is contained in:
parent
8d355121d1
commit
9e37d51d84
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c7228d784d10b315da941810c5c64ac09404bb18b6f0c96d76d44335d5cd1b66
|
|
||||||
size 121996
|
|
3
extra-cmake-modules-1.6.0.tar.xz
Normal file
3
extra-cmake-modules-1.6.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4697ffc09a06ac3675b84951673f9c9538a3eadd589802a912b72fb12a68ca22
|
||||||
|
size 123672
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 3 18:03:26 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 1.6.0
|
||||||
|
* ECM's KDEInstallDirs now provides KDE_INSTALL_* variables.
|
||||||
|
Both CMAKE_INSTALL_* variables and the older KDELibs4-compatible
|
||||||
|
variables are provided, unless KDE_INSTALL_DIRS_NO_DEPRECATED
|
||||||
|
is set to TRUE before the module is included. Even then, the
|
||||||
|
CMAKE_INSTALL_* variables provided by the GNUInstallDirs module
|
||||||
|
will still be set and understood (for compatibility with that
|
||||||
|
module), unless KDE_INSTALL_DIRS_NO_CMAKE_VARIABLES
|
||||||
|
is set to TRUE.
|
||||||
|
* Add COMPATIBILITY argument to ecm_setup_version().
|
||||||
|
Lots of libraries will want to use SameMajorVersion to make
|
||||||
|
sure searching for version 1 of a library doesn't give you
|
||||||
|
version 2, for example.
|
||||||
|
* Fix ECMQueryQmake when Qt5Core is missing.
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/kde-frameworks-5.6.0.php
|
||||||
|
- BuildRequire 5.6.0 kf5-filesystem
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 6 12:53:48 UTC 2014 - hrvoje.senjan@gmail.com
|
Sat Dec 6 12:53:48 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package extra-cmake-modules
|
# spec file for package extra-cmake-modules
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,13 +21,13 @@ Summary: CMake modules
|
|||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Url: https://projects.kde.org/projects/kdesupport/extra-cmake-modules
|
Url: https://projects.kde.org/projects/kdesupport/extra-cmake-modules
|
||||||
Version: 1.5.0
|
Version: 1.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Source: http://download.kde.org/stable/frameworks/5.5/%{name}-%{version}.tar.xz
|
Source: http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: kf5-filesystem >= 4.100.0
|
BuildRequires: kf5-filesystem >= 5.6.0
|
||||||
%if %suse_version != 1315
|
%if %suse_version != 1315
|
||||||
BuildRequires: python-Sphinx
|
BuildRequires: python-Sphinx
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user