This commit is contained in:
committed by
Git OBS Bridge
parent
e528ec0d68
commit
de204dd125
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 7 21:50:36 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Use appdata dir for %_kf5_appstreamdir on older oS releases
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 20 21:13:17 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
Name: kf5-filesystem
|
||||
Url: http://www.kde.org
|
||||
Version: 20160420
|
||||
Version: 20160807
|
||||
Release: 0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: KF5 Directory Layout
|
||||
@@ -33,6 +33,9 @@ This package provides macros which are utilized with extra-cmake-modules' KDEIns
|
||||
%prep
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} < 1320
|
||||
sed -i 's|%%{_kf5_sharedir}/metainfo|%%{_kf5_sharedir}/appdata|g' $RPM_SOURCE_DIR/macros.kf5
|
||||
%endif
|
||||
|
||||
%install
|
||||
install -D -m644 %{SOURCE0} %{buildroot}%{_sysconfdir}/rpm/macros.kf5
|
||||
|
@@ -30,7 +30,7 @@
|
||||
%_kf5_servicetypesdir %{_kf5_sharedir}/kservicetypes5
|
||||
%_kf5_htmldir %{_kf5_sharedir}/doc/HTML
|
||||
%_kf5_kxmlguidir %{_kf5_sharedir}/kxmlgui5
|
||||
%_kf5_appstreamdir %{_kf5_sharedir}/appdata
|
||||
%_kf5_appstreamdir %{_kf5_sharedir}/metainfo
|
||||
|
||||
%_kf5_build_type None
|
||||
|
||||
@@ -58,6 +58,7 @@
|
||||
-DKDE_INSTALL_QMLDIR=%{_lib}/qt5/qml \\\
|
||||
-DKDE_INSTALL_QTQUICKIMPORTSDIR=%{_lib}/qt5/imports \\\
|
||||
-DECM_MKSPECS_INSTALL_DIR=%{_kf5_mkspecsdir} \\\
|
||||
-DKDE_INSTALL_METAINFODIR=%{_kf5_appstreamdir} \\\
|
||||
-DBUILD_TESTING=OFF \\\
|
||||
$bdir %* \
|
||||
%{nil}
|
||||
|
Reference in New Issue
Block a user