|
|
@ -1,8 +1,8 @@
|
|
|
|
# EPEL7 not possible because libgcrypt version is 1.5
|
|
|
|
# EPEL7 not possible because libgcrypt version is 1.5
|
|
|
|
|
|
|
|
|
|
|
|
Name: keepassxc
|
|
|
|
Name: keepassxc
|
|
|
|
Version: 2.3.4
|
|
|
|
Version: 2.4.0
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?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/
|
|
|
@ -17,6 +17,8 @@ BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: gcc-c++ >= 4.7
|
|
|
|
BuildRequires: gcc-c++ >= 4.7
|
|
|
|
BuildRequires: qt5-qtbase-devel >= 5.2
|
|
|
|
BuildRequires: qt5-qtbase-devel >= 5.2
|
|
|
|
BuildRequires: qt5-qttools-devel >= 5.2
|
|
|
|
BuildRequires: qt5-qttools-devel >= 5.2
|
|
|
|
|
|
|
|
BuildRequires: qt5-qtsvg-devel
|
|
|
|
|
|
|
|
BuildRequires: qrencode-devel
|
|
|
|
BuildRequires: libargon2-devel
|
|
|
|
BuildRequires: libargon2-devel
|
|
|
|
BuildRequires: libcurl-devel
|
|
|
|
BuildRequires: libcurl-devel
|
|
|
|
BuildRequires: libgcrypt-devel >= 1.7
|
|
|
|
BuildRequires: libgcrypt-devel >= 1.7
|
|
|
@ -52,13 +54,6 @@ information can be considered as quite safe.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup
|
|
|
|
%autosetup
|
|
|
|
|
|
|
|
|
|
|
|
# get rid of icon tag in appdata file
|
|
|
|
|
|
|
|
# icon tag is not allowed in desktop appdata file
|
|
|
|
|
|
|
|
sed -i '/\<icon/d' share/linux/org.%{name}.KeePassXC.appdata.xml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# fix missing include for Qt 5.11
|
|
|
|
|
|
|
|
sed -i '35i#include <QButtonGroup>' src/gui/entry/EditEntryWidget.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
mkdir build
|
|
|
|
mkdir build
|
|
|
|
cd build
|
|
|
|
cd build
|
|
|
@ -118,6 +113,11 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.%{nam
|
|
|
|
%{_mandir}/man1/%{name}-cli.1*
|
|
|
|
%{_mandir}/man1/%{name}-cli.1*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Mar 20 2019 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 2.4.0-1
|
|
|
|
|
|
|
|
- Update to 2.4.0
|
|
|
|
|
|
|
|
- Drop unneeded sed lines in spec file
|
|
|
|
|
|
|
|
- Added BR for qrencode-devel and qt5-qtsvg-devel
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 18 2019 Remi Collet <remi@fedoraproject.org> - 2.3.4-3
|
|
|
|
* Mon Mar 18 2019 Remi Collet <remi@fedoraproject.org> - 2.3.4-3
|
|
|
|
- rebuild for libargon2 new soname
|
|
|
|
- rebuild for libargon2 new soname
|
|
|
|
|
|
|
|
|
|
|
|