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