%global appname secrets %global sysname passwordsafe Name: gnome-%{appname} Version: 5.1 Release: 1%{?dist} Summary: Manage your passwords License: GPLv3 URL: https://gitlab.gnome.org/World/secrets Source0: %{url}/-/archive/%{version}/%{appname}-%{version}.tar.bz2 BuildArch: noarch BuildRequires: desktop-file-utils BuildRequires: intltool BuildRequires: libappstream-glib BuildRequires: meson >= 0.51.0 BuildRequires: python3-devel >= 3.7 BuildRequires: python3dist(pykeepass) BuildRequires: python3dist(setuptools) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.35.9 BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.1 BuildRequires: pkgconfig(libhandy-1) >= 1.0.0 BuildRequires: pkgconfig(pwquality) >= 1.4.0 Requires: hicolor-icon-theme Requires: libhandy1 Requires: python3-crypto Requires: python3-pwquality Requires: python3-pykeepass >= 3.2.1 Provides: %{name} = %{version}-%{release} Obsoletes: gnome-%{sysname} =< 5.0-3 %description Secrets is a password manager which integrates perfectly with the GNOME desktop and provides an easy and uncluttered interface for the management of password databases. Features: *⭐ Create or import KeePass safes *✨ Assign a color and additional attributes to entries *📎 Add attachments to your encrypted database *🎲 Generate cryptographically strong passwords *🛠 Change the password or keyfile of your database *🔎 Quickly search your favorite entries *🕐 Automatic database lock during inactivity *📲 Adaptive interface *⏱ Support for two-factor authentication Supported Encryption Algorithms: * AES 256-bit * Twofish 256-bit * ChaCha20 256-bit Supported Derivation algorithms: * Argon2 KDBX4 * AES-KDF KDBX 3.1 %prep %autosetup -n %{appname}-%{version} -p1 %build %meson %meson_build %install %meson_install %find_lang %{sysname} %check appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %files -f %{sysname}.lang %license LICENSE %doc README.md %{_bindir}/gnome-%{sysname} %{_datadir}/%{sysname}/ %{_datadir}/applications/*.desktop %{_datadir}/glib-2.0/schemas/*.gschema.xml %{_datadir}/icons/hicolor/*/*/*.svg %{_datadir}/mime/packages/*.xml %{_metainfodir}/*.xml %{python3_sitelib}/%{sysname}/ %changelog * Mon Dec 06 2021 Artem Polishchuk - 5.1-1 - Initial package