cleanup, use %make_build %ldconfig_scriptlets

epel8
Rex Dieter 7 years ago
parent 64dbcd63ba
commit b16d03a1fa

6
.gitignore vendored

@ -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 /kcrash-5.47.0.tar.xz

@ -2,7 +2,7 @@
Name: kf5-%{framework} Name: kf5-%{framework}
Version: 5.47.0 Version: 5.47.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes
License: LGPLv2+ License: LGPLv2+
@ -50,15 +50,14 @@ pushd %{_target_platform}
%{?fedora:-DKCRASH_CORE_PATTERN_RAISE:BOOL=OFF} %{?fedora:-DKCRASH_CORE_PATTERN_RAISE:BOOL=OFF}
popd popd
make %{?_smp_mflags} -C %{_target_platform} %make_build -C %{_target_platform}
%install %install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform} make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%post -p /sbin/ldconfig %ldconfig_scriptlets
%postun -p /sbin/ldconfig
%files %files
%doc README.md %doc README.md
@ -75,6 +74,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog %changelog
* Thu Jun 07 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.47.0-2
- cleanup, use %%make_build %%ldconfig_scriptlets
* Sat Jun 02 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.47.0-1 * Sat Jun 02 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.47.0-1
- 5.47.0 - 5.47.0

Loading…
Cancel
Save