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