From 4c74a9ecd13aabc97ebee26f166073f8ac6883b8 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Jun 14 2016 14:35:10 +0000 Subject: Fix desktop icon and description. --- diff --git a/keepassx.spec b/keepassx.spec index 8678657..17e9f88 100644 --- a/keepassx.spec +++ b/keepassx.spec @@ -1,7 +1,7 @@ Name: keepassx Epoch: 1 Version: 2.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Cross-platform password manager Group: User Interface/Desktops License: GPLv2+ @@ -26,7 +26,7 @@ generates passwords frequently will appreciate this feature. The complete database is always encrypted either with AES (alias Rijndael) or Twofish encryption algorithm using a 256 bit key. Therefore the saved information can be considered as quite safe. KeePassX uses a database format -that is compatible with KeePass Password Safe for MS Windows. +that is compatible with KeePass Password Safe v2 for MS Windows. %prep %setup -qn keepassx-%{version} @@ -57,6 +57,8 @@ mv %{buildroot}%{_datadir}/applications/keepassx.desktop %{buildroot}%{_datadir} mv %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/keepassx.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/keepassx2.png mv %{buildroot}%{_datadir}/mime/packages/keepassx.xml %{buildroot}%{_datadir}/mime/packages/keepassx2.xml +sed -i s/Name=KeePassX/Name=KeePassX\ 2/g %{buildroot}%{_datadir}/applications/keepassx2.desktop + ln -s %{_bindir}/keepassx2 %{buildroot}/%{_bindir}/keepassx %find_lang keepassx --with-qt @@ -96,6 +98,9 @@ desktop-file-validate %{_datadir}/applications/keepassx2.desktop &> /dev/null || %{_datadir}/icons/hicolor/* %changelog +* Tue Jun 14 2016 Jon Ciesla - 1:2.0.2-3 +- Update description, desktop file display name. + * Mon Jun 13 2016 Jon Ciesla - 1:2.0.2-2 - Add symlink for /usr/bin/keepassx