2.3.0 release

epel9
Germano Massullo 7 years ago
parent e6d41c9e22
commit 4a61f76d23

@ -1,17 +1,27 @@
# EPEL7 not possible because libgcrypt version is 1.5
Name: keepassxc
Version: 2.2.4
Release: 6%{?dist}
Version: 2.3.0
Release: 1%{?dist}
Summary: Cross-platform password manager
License: Boost and BSD and CC0 and GPLv3 and LGPLv2 and LGPLv2+ and LGPLv3+ and Public Domain
URL: http://www.keepassxc.org/
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: gcc-c++ >= 4.7
BuildRequires: qt5-qtbase-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: libsodium-devel
BuildRequires: libXi-devel
BuildRequires: libXtst-devel
BuildRequires: libyubikey-devel
@ -104,8 +114,17 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.%{nam
%{_datadir}/mime/packages/*.xml
%{_datadir}/icons/hicolor/*/*/*keepassxc*
%{_libdir}/%{name}
%{_mandir}/man1/%{name}-cli.1*
%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
- Escape macros in %%changelog

Loading…
Cancel
Save