[packages/bash-completion-VBoxManage] - initial, version 5.0.32

adwol adwol at pld-linux.org
Tue Mar 28 21:11:38 CEST 2017


commit 2d44f637ce6842b44d920e329fe4764a68a4a8a6
Author: Adam Osuchowski <adwol at pld-linux.org>
Date:   Tue Mar 28 21:11:16 2017 +0200

    - initial, version 5.0.32

 bash-completion-VBoxManage.spec | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
---
diff --git a/bash-completion-VBoxManage.spec b/bash-completion-VBoxManage.spec
new file mode 100644
index 0000000..a98eebe
--- /dev/null
+++ b/bash-completion-VBoxManage.spec
@@ -0,0 +1,32 @@
+#
+Summary:	bash-completion for VBoxManage command
+Name:		bash-completion-VBoxManage
+Version:	5.0.32
+Release:	1
+License:	BSD
+Group:		Applications/Shells
+Source0:	https://github.com/gryf/vboxmanage-bash-completion/raw/%{version}/VBoxManage
+# Source0-md5:	be1693611ab91abc62b342ce5f7c6097
+URL:		https://github.com/gryf/vboxmanage-bash-completion/
+Requires:	bash-completion
+Requires:	VirtualBox
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_sysconfdir /etc/bash_completion.d
+
+%description
+bash-completion for VBoxManage command.
+
+%prep
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -D %{SOURCE0} $RPM_BUILD_ROOT%{_sysconfdir}/VBoxManage
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_sysconfdir}/*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/bash-completion-VBoxManage.git/commitdiff/2d44f637ce6842b44d920e329fe4764a68a4a8a6



More information about the pld-cvs-commit mailing list