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