SPECS: bash-completion-vserver.spec (NEW) - new
glen
glen at pld-linux.org
Tue Nov 18 02:13:20 CET 2008
Author: glen Date: Tue Nov 18 01:13:20 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
bash-completion-vserver.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/bash-completion-vserver.spec
diff -u /dev/null SPECS/bash-completion-vserver.spec:1.1
--- /dev/null Tue Nov 18 02:13:20 2008
+++ SPECS/bash-completion-vserver.spec Tue Nov 18 02:13:14 2008
@@ -0,0 +1,43 @@
+# $Revision$, $Date$
+# TODO
+# - add (v)poldek support
+Summary: bash-completion for vserver command
+Name: bash-completion-vserver
+Version: 0.4.1
+Release: 0.1
+License: GPL
+Group: Applications/Shells
+Source0: %{name}.sh
+# Source0-md5: 20d9b2d8c50fe0ca9bb381d16daf2d7d
+URL: http://linux-vserver.org/util-vserver:Bash_Completion
+Requires: bash-completion
+Requires: util-vserver
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define _sysconfdir /etc/bash_completion.d
+
+%description
+bash-completion for vserver command.
+
+%prep
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -D %{SOURCE0} $RPM_BUILD_ROOT%{_sysconfdir}/vserver
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_sysconfdir}/*
+
+%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 2008/11/18 01:13:14 glen
+- new
================================================================
More information about the pld-cvs-commit
mailing list