|
|
@ -1,7 +1,7 @@
|
|
|
|
# EPEL7 not possible because libgcrypt version is 1.5
|
|
|
|
# EPEL7 not possible because libgcrypt version is 1.5
|
|
|
|
|
|
|
|
|
|
|
|
Name: keepassxc
|
|
|
|
Name: keepassxc
|
|
|
|
Version: 2.4.0
|
|
|
|
Version: 2.4.1
|
|
|
|
Release: 1%{?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
|
|
|
@ -61,6 +61,7 @@ cd build
|
|
|
|
%cmake .. \
|
|
|
|
%cmake .. \
|
|
|
|
-DWITH_TESTS=OFF \
|
|
|
|
-DWITH_TESTS=OFF \
|
|
|
|
-DWITH_XC_ALL=ON \
|
|
|
|
-DWITH_XC_ALL=ON \
|
|
|
|
|
|
|
|
-WITH_XC_UPDATECHECK=OFF \
|
|
|
|
-DCMAKE_BUILD_TYPE=Release
|
|
|
|
-DCMAKE_BUILD_TYPE=Release
|
|
|
|
|
|
|
|
|
|
|
|
%make_build
|
|
|
|
%make_build
|
|
|
@ -113,6 +114,10 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.%{nam
|
|
|
|
%{_mandir}/man1/%{name}-cli.1*
|
|
|
|
%{_mandir}/man1/%{name}-cli.1*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Apr 16 2019 Germano Massullo <germano.massullo@gmail.com> - 2.4.1-1
|
|
|
|
|
|
|
|
- 2.4.1 release
|
|
|
|
|
|
|
|
- Added WITH_XC_UPDATECHECK=OFF
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 20 2019 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 2.4.0-1
|
|
|
|
* Wed Mar 20 2019 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 2.4.0-1
|
|
|
|
- Update to 2.4.0
|
|
|
|
- Update to 2.4.0
|
|
|
|
- Drop unneeded sed lines in spec file
|
|
|
|
- Drop unneeded sed lines in spec file
|
|
|
|