]> git.pld-linux.org Git - packages/MyPasswordSafe.git/blob - MyPasswordSafe.spec
5d18b68e1acacaa2b4e9787e9ab21c05e3fc3fb1
[packages/MyPasswordSafe.git] / MyPasswordSafe.spec
1 Summary:        Password Safe - a password database utility
2 Summary(pl):    Password Safe - narzêdzie do zarz±dzania baz± danych hase³
3 Name:           MyPasswordSafe
4 Version:        20041004
5 Release:        0.5
6 License:        GPL v2
7 Group:          Applications/Databases
8 Source0:        http://www.semanticgap.com/myps/release/%{name}-%{version}.src.tgz
9 # Source0-md5:  58bb98d3515a166a5988d3e8bf281268
10 URL:            http://www.semanticgap.com/myps/
11 BuildRequires:  kdelibs-devel >= 9:3.2.0
12 BuildRequires:  rpmbuild(macros) >= 1.129
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 MyPasswordSafe is a straight-forward, easy-to-use password manager
17 that maintains compatibility with Password Safe files. MyPasswordSafe
18 has the following features:
19 - Safes are encrypted when they are stored to disk.
20 - Passwords never have to be seen, because they are copied to the
21   clipboard.
22 - Random passwords can be generated.
23 - Window size, position, and column widths are remembered.
24 - Passwords remain encrypted until they need to be decrypted at the
25   dialog and file levels.
26 - A safe can be made active so it will always be opened when
27   MyPasswordSafe starts.
28 - Supports Unicode in the safes.
29
30 %description -l pl
31 MyPasswordSafe to prosty, ³atwy w u¿yciu zarz±dca hase³ utrzymuj±cy
32 kompatybilno¶æ z plikami Password Safe. MyPasswordSafe ma nastêpuj±ce
33 mo¿liwo¶ci:
34 - "Sejfy" z has³ami s± szyfrowane przy zapisie na dysk.
35 - Hase³ nie trzeba nigdy widzieæ, poniewa¿ s± kopiowane do schowka.
36 - Mog± byæ generowane has³a losowe.
37 - Mo¿na zapamiêtaæ rozmiar i po³o¿enie okna oraz szeroko¶ci kolumn.
38 - Has³a pozostaj± zaszyfrowane a¿ do chwili kiedy musz± byæ
39   odszyfrowane na poziomie okien dialogowych i plików.
40 - "Sejf" mo¿e byæ uczyniony aktywnym, tak ¿e jest otwierany przy
41   uruchomieniu MyPasswordSafe.
42 - Obs³uguje Unikod w has³ach.
43
44 %prep
45 %setup -q
46
47 %build
48 cp -f /usr/share/automake/config.sub admin
49 %{__make} \
50         CC=%{__cc} \
51         PREFIX=/usr \
52         QTDIR=/usr
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}}
57
58 install MyPasswordSafe $RPM_BUILD_ROOT%{_bindir}
59 install locale/*.qm $RPM_BUILD_ROOT%{_datadir}/%{name}
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 %doc doc/manual.html doc/sshots/*.jpg
67 %attr(755,root,root) %{_bindir}/%{name}
68 %dir %{_datadir}/%{name}
69 %{_datadir}/%{name}/mypasswordsafe_c.qm
70 %lang(en) %{_datadir}/%{name}/mypasswordsafe_en.qm
71 %lang(fr) %{_datadir}/%{name}/mypasswordsafe_fr.qm
This page took 0.074828 seconds and 2 git commands to generate.