|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: keepassxc
|
|
|
|
Name: keepassxc
|
|
|
|
Version: 2.2.4
|
|
|
|
Version: 2.2.4
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: Cross-platform password manager
|
|
|
|
Summary: Cross-platform password manager
|
|
|
|
License: Boost and BSD and CC0 and GPLv3 and LGPLv2 and LGPLv2+ and LGPLv3+ and Public Domain
|
|
|
|
License: Boost and BSD and CC0 and GPLv3 and LGPLv2 and LGPLv2+ and LGPLv3+ and Public Domain
|
|
|
|
URL: http://www.keepassxc.org/
|
|
|
|
URL: http://www.keepassxc.org/
|
|
|
@ -97,7 +97,7 @@ ctest -V %{?_smp_mflags}
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
update-desktop-database &> /dev/null ||:
|
|
|
|
update-desktop-database &> /dev/null ||:
|
|
|
|
|
|
|
|
|
|
|
|
Page missing%postun
|
|
|
|
%postun
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
@ -122,6 +122,9 @@ desktop-file-validate %{_datadir}/applications/keepassxc.desktop &> /dev/null ||
|
|
|
|
%{_libdir}/%{name}
|
|
|
|
%{_libdir}/%{name}
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Dec 27 2017 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 2.2.4-3
|
|
|
|
|
|
|
|
- Fix specfile error
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Dec 16 2017 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 2.2.4-2
|
|
|
|
* Sat Dec 16 2017 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 2.2.4-2
|
|
|
|
- Adjust for changes in appdata and desktop filename change
|
|
|
|
- Adjust for changes in appdata and desktop filename change
|
|
|
|
|
|
|
|
|
|
|
|