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