use %ldconfig_scriptlets %make_build

epel9
Rex Dieter 6 years ago
parent 73fb9900e0
commit a03d0c5ab5

@ -2,7 +2,7 @@
Name: kdegraphics-mobipocket
Summary: A collection of plugins to handle mobipocket files
Version: 18.12.1
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2+
URL: https://www.kde.org/applications/graphics/
@ -48,15 +48,14 @@ pushd %{_target_platform}
%{cmake_kf5} ..
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
%license COPYING
@ -71,6 +70,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog
* Wed Jan 16 2019 Rex Dieter <rdieter@fedoraproject.org> - 18.12.1-2
- use %%ldconfig_scriptlets %%make_build
* Tue Jan 08 2019 Rex Dieter <rdieter@fedoraproject.org> - 18.12.1-1
- 18.12.1

Loading…
Cancel
Save