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