Summary: Password Safe - a password database utility Summary(pl): Password Safe - narzędzie do zarządzania bazą danych haseł Name: MyPasswordSafe Version: 20041004 Release: 0.5 License: GPL v2 Group: Applications/Databases Source0: http://www.semanticgap.com/myps/release/%{name}-%{version}.src.tgz # Source0-md5: 58bb98d3515a166a5988d3e8bf281268 URL: http://www.semanticgap.com/myps/ BuildRequires: autoconf BuildRequires: automake BuildRequires: kdelibs-devel >= 9:3.2.0 BuildRequires: rpmbuild(macros) >= 1.129 BuildRequires: unsermake >= 040805 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description MyPasswordSafe is a straight-forward, easy-to-use password manager that maintains compatibility with Password Safe files. MyPasswordSafe has the following features: - Safes are encrypted when they are stored to disk. - Passwords never have to be seen, because they are copied to the clipboard. - Random passwords can be generated. - Window size, position, and column widths are remembered. - Passwords remain encrypted until they need to be decrypted at the dialog and file levels. - A safe can be made active so it will always be opened when MyPasswordSafe starts. - Supports Unicode in the safes. %description -l pl MyPasswordSafe to prosty, łatwy w użyciu zarządca haseł utrzymujący kompatybilność z plikami Password Safe. MyPasswordSafe ma następujące możliwości: - "Sejfy" z hasłami są szyfrowane przy zapisie na dysk. - Haseł nie trzeba nigdy widzieć, ponieważ są kopiowane do schowka. - Mogą być generowane hasła losowe. - Można zapamiętać rozmiar i położenie okna oraz szerokości kolumn. - Hasła pozostają zaszyfrowane aż do chwili kiedy muszą być odszyfrowane na poziomie okien dialogowych i plików. - "Sejf" może być uczyniony aktywnym, tak że jest otwierany przy uruchomieniu MyPasswordSafe. - Obsługuje Unikod w hasłach. %prep %setup -q %build cp -f /usr/share/automake/config.sub admin %{__make} \ QTDIR=/usr %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}} install MyPasswordSafe $RPM_BUILD_ROOT%{_bindir} install locale/*.qm $RPM_BUILD_ROOT%{_datadir}/%{name} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc doc/manual.html doc/sshots/*.jpg %attr(755,root,root) %{_bindir}/%{name} %dir %{_datadir}/%{name} %{_datadir}/%{name}/mypasswordsafe_c.qm %lang(fr) %{_datadir}/%{name}/mypasswordsafe_fr.qm %lang(en) %{_datadir}/%{name}/mypasswordsafe_en.qm