]> git.pld-linux.org Git - packages/MyPasswordSafe.git/blob - MyPasswordSafe.spec
f54d067437cb9140d68d34cdfd413f306238a7b6
[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:        20050615
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Databases
8 Source0:        http://www.semanticgap.com/myps/release/%{name}-%{version}.src.tgz
9 # Source0-md5:  90106a0c0f07c6e028345357db566be6
10 Source1:        %{name}.desktop
11 URL:            http://www.semanticgap.com/myps/
12 BuildRequires:  kdelibs-devel >= 9:3.2.0
13 BuildRequires:  qmake
14 BuildRequires:  qt-linguist
15 BuildRequires:  rpmbuild(macros) >= 1.129
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 %{__make} \
52         CC=%{__cc} \
53         PREFIX=/usr \
54         QTDIR=/usr
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}/locale,%{_desktopdir},%{_pixmapsdir}}
59
60 install MyPasswordSafe $RPM_BUILD_ROOT%{_bindir}
61 install locale/*.qm $RPM_BUILD_ROOT%{_datadir}/%{name}/locale
62
63 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files
69 %defattr(644,root,root,755)
70 %doc ChangeLog doc/manual.html doc/sshots/*.jpg README
71 %attr(755,root,root) %{_bindir}/%{name}
72 %dir %{_datadir}/%{name}
73 %dir %{_datadir}/%{name}/locale
74 %{_datadir}/%{name}/locale/mypasswordsafe_c.qm
75 %lang(en) %{_datadir}/%{name}/locale/mypasswordsafe_en.qm
76 %lang(fr) %{_datadir}/%{name}/locale/mypasswordsafe_fr.qm
77 %{_desktopdir}/*.desktop
This page took 0.06892 seconds and 2 git commands to generate.