|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: keepassxc
|
|
|
|
|
Version: 2.1.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?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/
|
|
|
|
@ -49,7 +49,7 @@ cd build
|
|
|
|
|
-DWITH_TESTS=OFF \
|
|
|
|
|
-DWITH_XC_HTTP=ON \
|
|
|
|
|
-DWITH_XC_AUTOTYPE=ON \
|
|
|
|
|
-DWITH_XC_YUBIKEY=ON \
|
|
|
|
|
-DWITH_XC_YUBIKEY=OFF \
|
|
|
|
|
-DCMAKE_BUILD_TYPE=Release
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
@ -109,5 +109,8 @@ desktop-file-validate %{_datadir}/applications/keepassxc.desktop &> /dev/null ||
|
|
|
|
|
%{_libdir}/%{name}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri May 19 2017 Caterpillar <germano.massullo@gmail.com> - 2.1.4-2
|
|
|
|
|
- Disabled Yubikey support. It will be re-enabled on 2.2.0 release
|
|
|
|
|
|
|
|
|
|
* Sun May 14 2017 Germano Massullo <germano.massullo@gmail.com> - 2.1.4-1
|
|
|
|
|
- First release on Fedora repository
|
|
|
|
|