]> git.pld-linux.org Git - packages/MyPasswordSafe.git/blame - MyPasswordSafe.spec
- initial, raw, nice app. NFY.
[packages/MyPasswordSafe.git] / MyPasswordSafe.spec
CommitLineData
0f420472
PG
1Summary: Password Safe is a password database utility
2Name: MyPasswordSafe
3Version: 20041004
4Release: 0.1
5License: GPL v2
6Group: Applications/Databases
7Source0: http://www.semanticgap.com/myps/release/%{name}-%{version}.src.tgz
8# Source0-md5: 58bb98d3515a166a5988d3e8bf281268
9URL: http://www.semanticgap.com/myps/
10BuildRequires: autoconf
11BuildRequires: automake
12BuildRequires: kdelibs-devel >= 9:3.2.0
13BuildRequires: rpmbuild(macros) >= 1.129
14BuildRequires: unsermake >= 040805
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18MyPasswordSafe 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
31cp -f /usr/share/automake/config.sub admin
32
33%{__make} \
34 PREFIX=/usr
35
36%install
37rm -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
45rm -rf $RPM_BUILD_ROOT
46
47#files
48#defattr(644,root,root,755)
This page took 0.069734 seconds and 4 git commands to generate.