diff --git a/.gitignore b/.gitignore index a4cff38..62b6541 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1 @@ -/kcrash-5.41.0.tar.xz -/kcrash-5.42.0.tar.xz -/kcrash-5.43.0.tar.xz -/kcrash-5.44.0.tar.xz -/kcrash-5.45.0.tar.xz -/kcrash-5.46.0.tar.xz /kcrash-5.47.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 37e8115..ac5b1b7 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.47.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -50,15 +50,14 @@ pushd %{_target_platform} %{?fedora:-DKCRASH_CORE_PATTERN_RAISE:BOOL=OFF} popd -make %{?_smp_mflags} -C %{_target_platform} +%make_build -C %{_target_platform} %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %doc README.md @@ -75,6 +74,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jun 07 2018 Rex Dieter - 5.47.0-2 +- cleanup, use %%make_build %%ldconfig_scriptlets + * Sat Jun 02 2018 Rex Dieter - 5.47.0-1 - 5.47.0