]> git.pld-linux.org Git - packages/MyPasswordSafe.git/blob - MyPasswordSafe.spec
- initial, raw, nice app. NFY.
[packages/MyPasswordSafe.git] / MyPasswordSafe.spec
1 Summary:        Password Safe is a password database utility
2 Name:           MyPasswordSafe
3 Version:        20041004
4 Release:        0.1
5 License:        GPL v2
6 Group:          Applications/Databases
7 Source0:        http://www.semanticgap.com/myps/release/%{name}-%{version}.src.tgz
8 # Source0-md5:  58bb98d3515a166a5988d3e8bf281268
9 URL:            http://www.semanticgap.com/myps/
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  kdelibs-devel >= 9:3.2.0
13 BuildRequires:  rpmbuild(macros) >= 1.129
14 BuildRequires:  unsermake >= 040805
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 MyPasswordSafe is a straight-forward, easy-to-use password manager that maintains compatibility with Password Safe files. MyPasswordSafe has the following features:
19 - Safes are encrypted when they are stored to disk.
20 - Passwords never have to be seen, because they are copied to the clipboard
21 - Random passwords can be generated.
22 - Window size, position, and column widths are remembered.
23 - Passwords remain encrypted until they need to be decrypted at the dialog and file levels.
24 - A safe can be made active so it will always be opened when MyPasswordSafe starts.
25 - Supports Unicode in the safes
26
27 %prep
28 %setup -q
29
30 %build
31 cp -f /usr/share/automake/config.sub admin
32
33 %{__make} \
34         PREFIX=/usr
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT \
41         kde_htmldir=%{_kdedocdir} \
42         kde_libs_htmldir=%{_kdedocdir}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 #files
48 #defattr(644,root,root,755)
This page took 0.049949 seconds and 3 git commands to generate.