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