]> git.pld-linux.org Git - packages/KeePassX.git/blame - KeePassX.spec
- builds on x86_64, don't see any reason for EA
[packages/KeePassX.git] / KeePassX.spec
CommitLineData
046632b4 1Summary: KeePassX - Cross Platform Password Manager
eee068c0 2Summary(pl.UTF-8): KeePassX - Wieloplatformowy zarządca haseł
046632b4 3Name: KeePassX
543e0291
4Version: 0.3.1
5Release: 1
545b64ca
JB
6License: GPL v2+
7Group: X11/Applications
046632b4 8Source0: http://dl.sourceforge.net/keepassx/%{name}-%{version}.tar.gz
543e0291 9# Source0-md5: 1d6ebb010e44cf2d0a635b4796498694
545b64ca 10URL: http://keepassx.sourceforge.net/
239639be 11BuildRequires: Qt3Support-devel >= 4.0
545b64ca
JB
12BuildRequires: QtGui-devel >= 4.0
13BuildRequires: QtXml-devel >= 4.0
9ba00f84 14BuildRequires: qt4-build >= 4.3.3-3
545b64ca 15BuildRequires: qt4-designer >= 4.0
9ba00f84 16BuildRequires: qt4-qmake >= 4.3.3-3
046632b4 17BuildRequires: rpmbuild(macros) >= 1.230
ac3eab8f 18BuildRequires: xorg-lib-libXtst-devel
046632b4 19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
8a4f5eb1 22KeePassX is a free/open-source password manager or safe which helps
23you to manage your passwords in a secure way. You can put all your
24passwords in one database, which is locked with one master key or a
25key-disk. So you only have to remember one single master password or
26insert the key-disk to unlock the whole database. The databases are
27encrypted using the best and most secure encryption algorithms
28currently known (AES and Twofish).
046632b4 29
7870ed46
JR
30%description -l pl.UTF-8
31KeePassX to darmowy i mający otwarte źródła zarządca do przechowywania
32haseł, który pozwala na zarządzanie hasłami w bardzo bezpieczny
33sposób. Pozwala umieścić wszystkie swoje hasła w jednej bazie, która
34jest zabezpieczona poprzez jedno bardzo trudne hasło albo dysk z
35kluczem. Wystarczy więc zapamiętać jedno trudne hasło lub umieścić
36dysk z kluczem aby odblokować całą bazę z kluczami. Baza jest
545b64ca 37zaszyfrowana najlepszymi i najbardziej bezpiecznymi algorytmami
7870ed46 38szyfrowania jakie są do tej pory znane (AES i TwoFish).
046632b4 39
40%prep
543e0291 41%setup -q
046632b4 42
43%build
9ba00f84
JB
44qmake-qt4 \
45 PREFIX=$RPM_BUILD_ROOT%{_prefix}
8a4f5eb1 46%{__make}
046632b4 47
046632b4 48%INSTALL
49rm -rf $RPM_BUILD_ROOT
50
8a4f5eb1 51%{__make} install
046632b4 52
046632b4 53%clean
54rm -rf $RPM_BUILD_ROOT
046632b4 55
56%files
57%defattr(644,root,root,755)
58%attr(755,root,root) %{_bindir}/*
543e0291
59%{_desktopdir}/keepassx.desktop
60%{_pixmapsdir}/keepassx.xpm
61%{_datadir}/keepassx
This page took 0.066041 seconds and 5 git commands to generate.