From b3964055ee27683bc4dd771ca43a5f39a3b5e66a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 20 Apr 2018 09:21:55 -0500 Subject: [PATCH] cleanup, use %ldconfig_scriptlets %make_build --- .gitignore | 17 ----------------- kaccounts-integration.spec | 10 ++++++---- 2 files changed, 6 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index 59e24f0..f5e45b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1 @@ -/kaccounts-integration-16.08.0.tar.xz -/kaccounts-integration-16.08.1.tar.xz -/kaccounts-integration-16.08.2.tar.xz -/kaccounts-integration-16.08.3.tar.xz -/kaccounts-integration-16.12.1.tar.xz -/kaccounts-integration-16.12.2.tar.xz -/kaccounts-integration-16.12.3.tar.xz -/kaccounts-integration-17.04.1.tar.xz -/kaccounts-integration-17.04.2.tar.xz -/kaccounts-integration-17.04.3.tar.xz -/kaccounts-integration-17.08.1.tar.xz -/kaccounts-integration-17.08.2.tar.xz -/kaccounts-integration-17.08.3.tar.xz -/kaccounts-integration-17.12.0.tar.xz -/kaccounts-integration-17.12.1.tar.xz -/kaccounts-integration-17.12.2.tar.xz -/kaccounts-integration-17.12.3.tar.xz /kaccounts-integration-18.04.0.tar.xz diff --git a/kaccounts-integration.spec b/kaccounts-integration.spec index d5abe8e..568cca6 100644 --- a/kaccounts-integration.spec +++ b/kaccounts-integration.spec @@ -1,7 +1,7 @@ Name: kaccounts-integration Version: 18.04.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small system to administer web accounts across the KDE desktop License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -74,7 +74,7 @@ pushd %{_target_platform} %{cmake_kf5} .. popd -make %{?_smp_mflags} -C %{_target_platform} +%make_build -C %{_target_platform} %install @@ -83,8 +83,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %find_lang %{name} --all-name --with-html -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files -f %{name}.lang %doc README @@ -104,6 +103,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Apr 20 2018 Rex Dieter - 18.04.0-2 +- cleanup, use %%ldconfig_scriptlets %%make_build + * Thu Apr 19 2018 Rex Dieter - 18.04.0-1 - 18.04.0