]> git.pld-linux.org Git - packages/keepassxc.git/blob - keepassxc.spec
22b0da77dd344ba54bf3a713b4f89884e7379883
[packages/keepassxc.git] / keepassxc.spec
1 Summary:        KeePassXC - Cross Platform Password Manager
2 Summary(pl.UTF-8):      KeePassXC - Wieloplatformowy zarządca haseł
3 Name:           keepassxc
4 Version:        2.5.4
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        https://github.com/keepassxreboot/keepassxc/archive/%{version}.tar.gz
9 # Source0-md5:  4e15c9f71d3971615b8be54614ff6d92
10 URL:            https://keepassxc.org/
11 BuildRequires:  Qt5Concurrent-devel >= 5.2.0
12 BuildRequires:  Qt5Core-devel >= 5.2.0
13 BuildRequires:  Qt5DBus-devel >= 5.2.0
14 BuildRequires:  Qt5Gui-devel >= 5.2.0
15 BuildRequires:  Qt5Network-devel >= 5.2.0
16 BuildRequires:  Qt5Svg-devel >= 5.2.0
17 BuildRequires:  Qt5Test-devel >= 5.2.0
18 BuildRequires:  Qt5Widgets-devel >= 5.2.0
19 BuildRequires:  Qt5X11Extras-devel >= 5.2.0
20 BuildRequires:  cmake >= 3.1.0
21 BuildRequires:  libargon2-devel
22 BuildRequires:  libgcrypt-devel >= 1.7.0
23 BuildRequires:  libgpg-error-devel
24 BuildRequires:  libsodium-devel >= 1.0.12
25 BuildRequires:  libyubikey-devel
26 BuildRequires:  qrencode-devel
27 BuildRequires:  qt5-build >= 5.2.0
28 BuildRequires:  qt5-linguist >= 5.2.0
29 BuildRequires:  qt5-qmake >= 5.2.0
30 BuildRequires:  rpmbuild(find_lang) >= 1.37
31 BuildRequires:  rpmbuild(macros) >= 1.230
32 BuildRequires:  xorg-lib-libX11-devel
33 BuildRequires:  xorg-lib-libXi-devel
34 BuildRequires:  xorg-lib-libXtst-devel
35 BuildRequires:  ykpers-devel
36 BuildRequires:  zlib-devel >= 1.2.0
37 Requires:       Qt5Concurrent >= 5.2.0
38 %requires_ge_to Qt5Core Qt5Core-devel
39 Requires:       Qt5DBus >= 5.2.0
40 Requires:       Qt5Gui >= 5.2.0
41 Requires:       Qt5Network >= 5.2.0
42 Requires:       Qt5Svg >= 5.2.0
43 Requires:       Qt5Widgets >= 5.2.0
44 Requires:       Qt5X11Extras >= 5.2.0
45 Requires:       desktop-file-utils
46 Requires:       hicolor-icon-theme
47 Requires:       libgcrypt >= 1.7.0
48 Requires:       libsodium >= 1.0.12
49 Requires:       shared-mime-info
50 Requires:       zlib >= 1.2.0
51 Obsoletes:      KeePassX
52 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
53
54 %description
55 KeePassXC is a free/open-source password manager or safe which helps
56 you to manage your passwords in a secure way. You can put all your
57 passwords in one database, which is locked with one master key or a
58 key-disk. So you only have to remember one single master password or
59 insert the key-disk to unlock the whole database. The databases are
60 encrypted using the best and most secure encryption algorithms
61 currently known (AES and Twofish).
62
63 %description -l pl.UTF-8
64 KeePassXC to darmowy i mający otwarte źródła zarządca do
65 przechowywania haseł, który pozwala na zarządzanie hasłami w bardzo
66 bezpieczny sposób. Pozwala umieścić wszystkie swoje hasła w jednej
67 bazie, która jest zabezpieczona poprzez jedno bardzo trudne hasło albo
68 dysk z kluczem. Wystarczy więc zapamiętać jedno trudne hasło lub
69 umieścić dysk z kluczem aby odblokować całą bazę z kluczami. Baza jest
70 zaszyfrowana najlepszymi i najbardziej bezpiecznymi algorytmami
71 szyfrowania jakie są do tej pory znane (AES i TwoFish).
72
73 %prep
74 %setup -q
75
76 %build
77 install -d build
78 cd build
79 %cmake \
80         -DKEEPASSXC_BUILD_TYPE=Release \
81         -DWITH_XC_BROWSER=ON \
82         -DWITH_XC_KEESHARE=ON \
83         -DWITH_XC_SSHAGENT=ON \
84         -DWITH_XC_YUBIKEY=ON \
85         ..
86 %{__make}
87
88 %install
89 rm -rf $RPM_BUILD_ROOT
90 %{__make} -C build install \
91         DESTDIR=$RPM_BUILD_ROOT
92
93 %find_lang keepassx %{name}.lang --with-qm
94
95 %{__sed} -i -e '
96         s/%lang(en_plurals)/%%lang(en)/
97         s/%lang(nl_NL)/%%lang(nl)/
98 ' %{name}.lang
99
100 %clean
101 rm -rf $RPM_BUILD_ROOT
102
103 %post
104 %update_icon_cache hicolor
105 %update_desktop_database
106 %update_mime_database
107
108 %postun
109 %update_icon_cache hicolor
110 %update_desktop_database_postun
111 %update_mime_database
112
113 %files -f %{name}.lang
114 %defattr(644,root,root,755)
115 %attr(755,root,root) %{_bindir}/keepassxc
116 %attr(755,root,root) %{_bindir}/keepassxc-cli
117 %attr(755,root,root) %{_bindir}/keepassxc-proxy
118 %{_datadir}/metainfo/org.keepassxc.KeePassXC.appdata.xml
119 %{_datadir}/mime/packages/keepassxc.xml
120 %{_desktopdir}/org.keepassxc.KeePassXC.desktop
121 %dir %{_datadir}/keepassxc
122 %{_datadir}/keepassxc/docs
123 %{_datadir}/keepassxc/icons
124 %dir %{_datadir}/keepassxc/translations
125 %{_datadir}/keepassxc/wizard
126 %{_datadir}/keepassxc/wordlists
127 %dir %{_libdir}/keepassxc
128 %attr(755,root,root) %{_libdir}/keepassxc/libkeepassx-autotype-xcb.so
129 %{_iconsdir}/hicolor/*x*/apps/keepassxc*.png
130 %{_iconsdir}/hicolor/*x*/mimetypes/application-x-keepassxc.png
131 %{_iconsdir}/hicolor/scalable/apps/keepassxc*.svg
132 %{_iconsdir}/hicolor/scalable/mimetypes/application-x-keepassxc.svg
133 %{_mandir}/man1/keepassxc.1*
134 %{_mandir}/man1/keepassxc-cli.1*
This page took 0.054439 seconds and 2 git commands to generate.