]> git.pld-linux.org Git - packages/MyPasswordSafe.git/commitdiff
- initial, raw, nice app. NFY.
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 20 Dec 2004 14:52:35 +0000 (14:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    MyPasswordSafe.spec -> 1.1

MyPasswordSafe.spec [new file with mode: 0644]

diff --git a/MyPasswordSafe.spec b/MyPasswordSafe.spec
new file mode 100644 (file)
index 0000000..6856d3e
--- /dev/null
@@ -0,0 +1,48 @@
+Summary:       Password Safe is a password database utility
+Name:          MyPasswordSafe
+Version:       20041004
+Release:       0.1
+License:       GPL v2
+Group:         Applications/Databases
+Source0:       http://www.semanticgap.com/myps/release/%{name}-%{version}.src.tgz
+# Source0-md5: 58bb98d3515a166a5988d3e8bf281268
+URL:           http://www.semanticgap.com/myps/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: kdelibs-devel >= 9:3.2.0
+BuildRequires: rpmbuild(macros) >= 1.129
+BuildRequires: unsermake >= 040805
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+MyPasswordSafe is a straight-forward, easy-to-use password manager that maintains compatibility with Password Safe files. MyPasswordSafe has the following features:
+- Safes are encrypted when they are stored to disk.
+- Passwords never have to be seen, because they are copied to the clipboard
+- Random passwords can be generated.
+- Window size, position, and column widths are remembered.
+- Passwords remain encrypted until they need to be decrypted at the dialog and file levels.
+- A safe can be made active so it will always be opened when MyPasswordSafe starts.
+- Supports Unicode in the safes
+
+%prep
+%setup -q
+
+%build
+cp -f /usr/share/automake/config.sub admin
+
+%{__make} \
+       PREFIX=/usr
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       kde_htmldir=%{_kdedocdir} \
+       kde_libs_htmldir=%{_kdedocdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+#files
+#defattr(644,root,root,755)
This page took 0.051849 seconds and 4 git commands to generate.