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