From 3d15cec520d49a0f2a50aebea4d70a9ce52b251c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 8 Feb 2018 08:02:04 -0600 Subject: [PATCH] use %ldconfig_scriptlets, drop %find_lang ... --with-qt --- kf5-plasma.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/kf5-plasma.spec b/kf5-plasma.spec index ad5920d..07fc55d 100644 --- a/kf5-plasma.spec +++ b/kf5-plasma.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.43.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 3 framework is foundation to build a primary user interface License: GPLv2+ and LGPLv2+ and BSD @@ -113,7 +113,7 @@ make %{?_smp_mflags} -C %{_target_platform} %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} -%find_lang %{name} --all-name --with-man --with-qt --all-name +%find_lang %{name} --all-name --with-man --all-name # create/own dirs mkdir -p %{buildroot}%{_kf5_datadir}/plasma/plasmoids @@ -126,8 +126,7 @@ sed -e "s|@@VERSION@@|%{version}|g" fedora-plasma-cache.sh.in > \ %endif -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%{?ldconfig_scriptlets} %files -f %{name}.lang %doc README.md @@ -170,6 +169,9 @@ sed -e "s|@@VERSION@@|%{version}|g" fedora-plasma-cache.sh.in > \ %changelog +* Thu Feb 08 2018 Rex Dieter - 5.43.0-3 +- use %%ldconfig_scriptlets, drop %%find_lang ... --with-qt + * Wed Feb 07 2018 Fedora Release Engineering - 5.43.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild