|
|
@ -1,17 +1,27 @@
|
|
|
|
|
|
|
|
# EPEL7 not possible because libgcrypt version is 1.5
|
|
|
|
|
|
|
|
|
|
|
|
Name: keepassxc
|
|
|
|
Name: keepassxc
|
|
|
|
Version: 2.2.4
|
|
|
|
Version: 2.3.0
|
|
|
|
Release: 6%{?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/
|
|
|
|
Source0: https://github.com/keepassxreboot/keepassxc/releases/download/%{version}/keepassxc-%{version}-src.tar.xz
|
|
|
|
Source0: https://github.com/keepassxreboot/keepassxc/releases/download/%{version}/keepassxc-%{version}-src.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
%if 0%{?el7}
|
|
|
|
|
|
|
|
BuildRequires: cmake3 >= 3.1
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
BuildRequires: cmake >= 3.1
|
|
|
|
|
|
|
|
%endif
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
|
|
|
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: libgcrypt-devel >= 1.6
|
|
|
|
BuildRequires: libargon2-devel
|
|
|
|
|
|
|
|
BuildRequires: libcurl-devel
|
|
|
|
|
|
|
|
BuildRequires: libgcrypt-devel >= 1.7
|
|
|
|
BuildRequires: libmicrohttpd-devel
|
|
|
|
BuildRequires: libmicrohttpd-devel
|
|
|
|
|
|
|
|
BuildRequires: libsodium-devel
|
|
|
|
BuildRequires: libXi-devel
|
|
|
|
BuildRequires: libXi-devel
|
|
|
|
BuildRequires: libXtst-devel
|
|
|
|
BuildRequires: libXtst-devel
|
|
|
|
BuildRequires: libyubikey-devel
|
|
|
|
BuildRequires: libyubikey-devel
|
|
|
@ -104,8 +114,17 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.%{nam
|
|
|
|
%{_datadir}/mime/packages/*.xml
|
|
|
|
%{_datadir}/mime/packages/*.xml
|
|
|
|
%{_datadir}/icons/hicolor/*/*/*keepassxc*
|
|
|
|
%{_datadir}/icons/hicolor/*/*/*keepassxc*
|
|
|
|
%{_libdir}/%{name}
|
|
|
|
%{_libdir}/%{name}
|
|
|
|
|
|
|
|
%{_mandir}/man1/%{name}-cli.1*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Feb 28 2018 Germano Massullo <germano.massullo@gmail.com> - 2.2.4-7
|
|
|
|
|
|
|
|
- added BuildRequires: libargon2-devel
|
|
|
|
|
|
|
|
- added BuildRequires: libcurl-devel
|
|
|
|
|
|
|
|
- added BuildRequires: libgcrypt-devel >= 1.7
|
|
|
|
|
|
|
|
- added BuildRequires: libsodium-devel
|
|
|
|
|
|
|
|
- added BuildRequires: gcc-c++ >= 4.7
|
|
|
|
|
|
|
|
- added %%{_mandir}/man1/%{name}-cli.1*
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.2.4-6
|
|
|
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.2.4-6
|
|
|
|
- Escape macros in %%changelog
|
|
|
|
- Escape macros in %%changelog
|
|
|
|
|
|
|
|
|
|
|
|