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