2024-01-06 01:22:52 +01:00
|
|
|
Name: keepassxc
|
2024-06-22 13:42:15 +02:00
|
|
|
Version: 2.7.9
|
2024-03-12 09:32:40 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 01:22:52 +01:00
|
|
|
Summary: A modern, secure, and open-source password manager that stores and manages your most sensitive information
|
|
|
|
Group: Graphical Desktop/Applications/Security
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://keepassxc.org/
|
|
|
|
Source: https://github.com/keepassxreboot/keepassxc.git/%{version}/keepassxc-%{version}.tar.bz2
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libQt5Svg-devel
|
|
|
|
BuildRequires: libQt5X11Extras-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXtst-devel
|
|
|
|
BuildRequires: libargon2-devel
|
|
|
|
BuildRequires: libbotan-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libminizip1-devel
|
|
|
|
BuildRequires: libpcsclite-devel
|
|
|
|
BuildRequires: libqrencode-devel
|
|
|
|
BuildRequires: libreadline-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libusb-devel
|
|
|
|
BuildRequires: libz-devel
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-05-07 11:10:27 +02:00
|
|
|
BuildRequires: libbotan-devel >= 3.4.0-1mamba
|
2024-01-06 01:22:52 +01:00
|
|
|
BuildRequires: cmake
|
|
|
|
|
|
|
|
%description
|
|
|
|
KeePassXC is a modern, secure, and open-source password manager that stores and manages your most sensitive information.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake -d build \
|
|
|
|
-DWITH_XC_ALL=ON \
|
|
|
|
-DWITH_XC_UPDATECHECK=OFF
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/keepassxc
|
|
|
|
%{_bindir}/keepassxc-cli
|
|
|
|
%{_bindir}/keepassxc-proxy
|
|
|
|
%{_libdir}/keepassxc/libkeepassxc-autotype-xcb.so
|
|
|
|
%{_datadir}/applications/org.keepassxc.KeePassXC.desktop
|
|
|
|
%{_datadir}/metainfo/org.keepassxc.KeePassXC.appdata.xml
|
|
|
|
%{_datadir}/mime/packages/keepassxc.xml
|
|
|
|
%dir %{_datadir}/keepassxc
|
|
|
|
%dir %{_datadir}/keepassxc/docs
|
|
|
|
%{_datadir}/keepassxc/docs/*
|
|
|
|
%dir %{_datadir}/keepassxc/icons
|
|
|
|
%{_datadir}/keepassxc/icons/application/256x256/apps/keepassxc.png
|
|
|
|
%dir %{_datadir}/keepassxc/translations
|
|
|
|
%{_datadir}/keepassxc/translations/keepassxc_*.qm
|
|
|
|
%dir %{_datadir}/keepassxc/wordlists
|
|
|
|
%{_datadir}/keepassxc/wordlists/eff_large.wordlist
|
|
|
|
%{_datadir}/icons/hicolor/256x256/apps/keepassxc.png
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/keepassxc*.svg
|
|
|
|
%{_datadir}/icons/hicolor/scalable/mimetypes/application-x-keepassxc.svg
|
|
|
|
%{_mandir}/man1/keepassxc-cli.1*
|
|
|
|
%{_mandir}/man1/keepassxc.1*
|
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-06-22 13:42:15 +02:00
|
|
|
* Thu Jun 20 2024 Automatic Build System <autodist@openmamba.org> 2.7.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-05-07 11:10:27 +02:00
|
|
|
* Mon May 06 2024 Automatic Build System <autodist@openmamba.org> 2.7.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri May 03 2024 Automatic Build System <autodist@mambasoft.it> 2.7.7-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: libbotan-devel>=3.4.0-1mamba
|
|
|
|
|
2024-03-12 09:32:40 +01:00
|
|
|
* Mon Mar 11 2024 Automatic Build System <autodist@openmamba.org> 2.7.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-26 00:01:23 +01:00
|
|
|
* Sun Feb 25 2024 Automatic Build System <autodist@mambasoft.it> 2.7.6-3mamba
|
|
|
|
- rebuilt by autoport with build requirements: libbotan-devel>=3.3.0-1mamba
|
|
|
|
|
2024-01-06 01:22:56 +01:00
|
|
|
* Sun Nov 12 2023 Automatic Build System <autodist@mambasoft.it> 2.7.6-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: libbotan-devel>=3.2.0-1mamba
|
|
|
|
|
2024-01-06 01:22:53 +01:00
|
|
|
* Wed Aug 16 2023 Automatic Build System <autodist@mambasoft.it> 2.7.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:22:53 +01:00
|
|
|
* Mon May 15 2023 Automatic Build System <autodist@mambasoft.it> 2.7.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:22:52 +01:00
|
|
|
* Thu Jan 26 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.7.4-2mamba
|
|
|
|
- rebuilt with WITH_XC_UPDATECHECK=OFF
|
|
|
|
|
|
|
|
* Thu Jan 26 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.7.4-1mamba
|
|
|
|
- package created using the webbuild interface
|