cleanup, use %ldconfig_scriptlets %make_build

epel9
Rex Dieter 7 years ago
parent 37c160a780
commit b3964055ee

17
.gitignore vendored

@ -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

@ -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 <rdieter@fedoraproject.org> - 18.04.0-2
- cleanup, use %%ldconfig_scriptlets %%make_build
* Thu Apr 19 2018 Rex Dieter <rdieter@fedoraproject.org> - 18.04.0-1
- 18.04.0

Loading…
Cancel
Save