]> git.pld-linux.org Git - packages/MyPasswordSafe.git/blame - MyPasswordSafe.spec
- release 3 (by relup.sh)
[packages/MyPasswordSafe.git] / MyPasswordSafe.spec
CommitLineData
10253e24 1Summary: Password Safe - a password database utility
906ec5d9 2Summary(pl.UTF-8): Password Safe - narzędzie do zarządzania bazą danych haseł
0f420472 3Name: MyPasswordSafe
c069489b 4Version: 20061216
1019665b 5Release: 3
0f420472
PG
6License: GPL v2
7Group: Applications/Databases
8Source0: http://www.semanticgap.com/myps/release/%{name}-%{version}.src.tgz
c069489b 9# Source0-md5: 0fef98e77c8e593382fb201bd278cacf
bf9b8750 10Source1: %{name}.desktop
ae7b76e1 11Patch0: build.patch
0f420472 12URL: http://www.semanticgap.com/myps/
159a5c73 13BuildRequires: kde4-kde3support-devel
d0364d2a
PG
14BuildRequires: qmake
15BuildRequires: qt-linguist
0f420472 16BuildRequires: rpmbuild(macros) >= 1.129
c069489b 17BuildRequires: xorg-lib-libXScrnSaver-devel
18BuildRequires: xorg-proto-scrnsaverproto-devel
0f420472
PG
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
10253e24
JB
22MyPasswordSafe is a straight-forward, easy-to-use password manager
23that maintains compatibility with Password Safe files. MyPasswordSafe
24has the following features:
0f420472 25- Safes are encrypted when they are stored to disk.
10253e24
JB
26- Passwords never have to be seen, because they are copied to the
27 clipboard.
0f420472
PG
28- Random passwords can be generated.
29- Window size, position, and column widths are remembered.
10253e24
JB
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
a723d652
JR
36%description -l pl.UTF-8
37MyPasswordSafe to prosty, łatwy w użyciu zarządca haseł utrzymujący
38kompatybilność z plikami Password Safe. MyPasswordSafe ma następujące
39moż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
10253e24 47 uruchomieniu MyPasswordSafe.
a723d652 48- Obsługuje Unikod w hasłach.
0f420472
PG
49
50%prep
51%setup -q
ae7b76e1 52%patch0 -p1
0f420472
PG
53
54%build
0f420472 55%{__make} \
1c5ffe39 56 CC="%{__cc}" \
c069489b 57 PREFIX=%{_prefix} \
58 QTDIR=%{_prefix}
0f420472
PG
59
60%install
61rm -rf $RPM_BUILD_ROOT
bf9b8750 62install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}/locale,%{_desktopdir},%{_pixmapsdir}}
f0a10edc 63
64install MyPasswordSafe $RPM_BUILD_ROOT%{_bindir}
d0364d2a 65install locale/*.qm $RPM_BUILD_ROOT%{_datadir}/%{name}/locale
0f420472 66
bf9b8750
PG
67install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
68
0f420472
PG
69%clean
70rm -rf $RPM_BUILD_ROOT
71
f0a10edc 72%files
73%defattr(644,root,root,755)
d27b820f 74%doc ChangeLog doc/manual.html doc/sshots/*.jpg README
435aaf90 75%attr(755,root,root) %{_bindir}/%{name}
f0a10edc 76%dir %{_datadir}/%{name}
d0364d2a
PG
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
bf9b8750 81%{_desktopdir}/*.desktop
This page took 0.122172 seconds and 4 git commands to generate.