]> git.pld-linux.org Git - packages/KeePassX.git/blame - KeePassX.spec
- do not pack KDE3 'mimelnk' file (pulls kde3support, not installable in Th)
[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
7e8bf497 4Version: 0.4.3
12fc2b00 5Release: 2
545b64ca
JB
6License: GPL v2+
7Group: X11/Applications
00f2063d 8Source0: http://dl.sourceforge.net/keepassx/keepassx-%{version}.tar.gz
7e8bf497 9# Source0-md5: 1df67bb22b2e08df49f09e61d156f508
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
1ef39711 41%setup -q -n keepassx-%{version}
046632b4 42
43%build
9ba00f84
JB
44qmake-qt4 \
45 PREFIX=$RPM_BUILD_ROOT%{_prefix}
8a4f5eb1 46%{__make}
046632b4 47
12fc2b00 48%install
046632b4 49rm -rf $RPM_BUILD_ROOT
50
8a4f5eb1 51%{__make} install
046632b4 52
12fc2b00
JK
53rm -r $RPM_BUILD_ROOT%{_datadir}/mimelnk
54
046632b4 55%clean
56rm -rf $RPM_BUILD_ROOT
046632b4 57
58%files
59%defattr(644,root,root,755)
60%attr(755,root,root) %{_bindir}/*
470f0279 61%{_datadir}/mime/packages/keepassx.xml
543e0291
62%{_desktopdir}/keepassx.desktop
63%{_pixmapsdir}/keepassx.xpm
64%{_datadir}/keepassx
This page took 0.07099 seconds and 5 git commands to generate.