]> git.pld-linux.org Git - packages/KeePassX.git/blame - KeePassX.spec
- no qt4-designer needed
[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
9ba00f84 15BuildRequires: qt4-qmake >= 4.3.3-3
046632b4 16BuildRequires: rpmbuild(macros) >= 1.230
ac3eab8f 17BuildRequires: xorg-lib-libXtst-devel
046632b4 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
8a4f5eb1 21KeePassX is a free/open-source password manager or safe which helps
22you to manage your passwords in a secure way. You can put all your
23passwords in one database, which is locked with one master key or a
24key-disk. So you only have to remember one single master password or
25insert the key-disk to unlock the whole database. The databases are
26encrypted using the best and most secure encryption algorithms
27currently known (AES and Twofish).
046632b4 28
7870ed46
JR
29%description -l pl.UTF-8
30KeePassX to darmowy i mający otwarte źródła zarządca do przechowywania
31haseł, który pozwala na zarządzanie hasłami w bardzo bezpieczny
32sposób. Pozwala umieścić wszystkie swoje hasła w jednej bazie, która
33jest zabezpieczona poprzez jedno bardzo trudne hasło albo dysk z
34kluczem. Wystarczy więc zapamiętać jedno trudne hasło lub umieścić
35dysk z kluczem aby odblokować całą bazę z kluczami. Baza jest
545b64ca 36zaszyfrowana najlepszymi i najbardziej bezpiecznymi algorytmami
7870ed46 37szyfrowania jakie są do tej pory znane (AES i TwoFish).
046632b4 38
39%prep
1ef39711 40%setup -q -n keepassx-%{version}
046632b4 41
42%build
9ba00f84
JB
43qmake-qt4 \
44 PREFIX=$RPM_BUILD_ROOT%{_prefix}
8a4f5eb1 45%{__make}
046632b4 46
12fc2b00 47%install
046632b4 48rm -rf $RPM_BUILD_ROOT
49
8a4f5eb1 50%{__make} install
046632b4 51
12fc2b00
JK
52rm -r $RPM_BUILD_ROOT%{_datadir}/mimelnk
53
046632b4 54%clean
55rm -rf $RPM_BUILD_ROOT
046632b4 56
57%files
58%defattr(644,root,root,755)
59%attr(755,root,root) %{_bindir}/*
470f0279 60%{_datadir}/mime/packages/keepassx.xml
543e0291
61%{_desktopdir}/keepassx.desktop
62%{_pixmapsdir}/keepassx.xpm
63%{_datadir}/keepassx
This page took 0.190673 seconds and 5 git commands to generate.