Hrvoje Senjan
2015-06-10 16:29:57 +00:00
committed by Git OBS Bridge
parent c0a70e2e26
commit d6bdeb9139
3 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jun 10 15:51:07 UTC 2015 - hrvoje.senjan@gmail.com
- Change versionining from KF5-version-based to date-based
- Drop and %_kf5_version %_plasma5_branding_version macros.
_kf5_version is unused since KF5 5.5.0, and for plasma we can
utilize individual packages version
- Add a warning that these macros are only guaranteed to be suitable
for projects/packages which use KDEInstallDirs from extra-cmake-modules,
and can, to some extent work with cmake's GNUInstallDirs.
-------------------------------------------------------------------
Sat Jan 3 18:41:29 UTC 2015 - hrvoje.senjan@gmail.com

View File

@@ -18,7 +18,7 @@
Name: kf5-filesystem
Url: http://www.kde.org
Version: 5.6.0
Version: 20150610
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: KF5 Directory Layout
@@ -28,7 +28,7 @@ Source0: macros.kf5
Source1: COPYING
%description
This package installs the KF5 directory structure.
This package provides macros which are utilized with extra-cmake-modules' KDEInstallDirs.
%prep

View File

@@ -1,3 +1,6 @@
# WARNING Install locations are only guaranteed to work with KDEInstallDirs from extra-cmake-modules, and potentially GNUInstallDirs from cmake.
# Do not use any of this macros unless your project/package uses one of these modules.
%_kf5_prefix %{_prefix}
%_kf5_bindir %{_kf5_prefix}/bin
%_kf5_sharedir %{_datadir}
@@ -28,8 +31,6 @@
%_kf5_htmldir %{_kf5_sharedir}/doc/HTML
%_kf5_kxmlguidir %{_kf5_sharedir}/kxmlgui5
%_kf5_version 5.2.0
%_plasma5_branding_version 5.0.0
%_kf5_build_type None
%kf5_makeinstall make VERBOSE=1 DESTDIR=%{?buildroot:%{buildroot}} install