SPECS: vim-plugin-gnupg.spec (NEW) - based on vim-plugin-genutils ...

wrobell wrobell at pld-linux.org
Fri Oct 13 01:26:09 CEST 2006


Author: wrobell                      Date: Thu Oct 12 23:26:09 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- based on vim-plugin-genutils spec

---- Files affected:
SPECS:
   vim-plugin-gnupg.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/vim-plugin-gnupg.spec
diff -u /dev/null SPECS/vim-plugin-gnupg.spec:1.1
--- /dev/null	Fri Oct 13 01:26:09 2006
+++ SPECS/vim-plugin-gnupg.spec	Fri Oct 13 01:26:03 2006
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+Summary:	Transparent editing of GPG public/private-key encrypted files
+Name:		vim-plugin-gnupg
+Version:	1.27
+Release:	1
+License:	GPL
+Group:		Applications/Editors/Vim
+Source0:	gnupg.vim
+# Source0-md5:	b7d56cdb65183bb12fac04316a244297
+URL:		http://vim.sourceforge.net/scripts/script.php?script_id=661
+Requires:	vim >= 4:6.0
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_vimdatadir	%{_datadir}/vim/vimfiles
+
+%description
+This script implements transparent editing of gpg public/private-key
+encrypted files. The filename must have a ".gpg" suffix. When opening such
+a file the content is decrypted, when opening a new file the script will
+ask for the recipients of the encrypted file. The file content will be
+encrypted to all recipients before it is written. The script turns off
+viminfo and swapfile to increase security.
+
+%prep
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_vimdatadir}/plugin
+cp -a %{SOURCE0} $RPM_BUILD_ROOT%{_vimdatadir}/plugin
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_vimdatadir}/plugin/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/10/12 23:26:03  wrobell
+- based on vim-plugin-genutils spec
+
================================================================


More information about the pld-cvs-commit mailing list