diff --git a/kexi.changes b/kexi.changes index bce5daf..2bcd93c 100644 --- a/kexi.changes +++ b/kexi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 23 22:34:58 UTC 2017 - wbauer@tmo.at + +- also install the AUTHORS, README.md and COPYING files +- use "%post(un) -p /sbin/ldconfig" + ------------------------------------------------------------------- Wed Jan 11 11:22:54 UTC 2017 - wbauer@tmo.at diff --git a/kexi.spec b/kexi.spec index 0529b87..ad27ed3 100644 --- a/kexi.spec +++ b/kexi.spec @@ -121,14 +121,13 @@ do done rm %{buildroot}%{_kf5_libdir}/libkformdesigner.so -%post -/sbin/ldconfig +%post -p /sbin/ldconfig -%postun -/sbin/ldconfig +%postun -p /sbin/ldconfig %files %defattr(-,root,root,-) +%doc AUTHORS README.md COPYING COPYING.* %{_bindir}/kexi %{_libdir}/libkexi*.so* %{_libdir}/libkformdesigner.so*