Daniel Erez has uploaded a new change for review. Change subject: ShellBox UI plugin - rpmbuild ......................................................................
ShellBox UI plugin - rpmbuild Adding rpmbuild: * SPECS/shellbox-uiplugin.spec * SOURCES/shellbox-uiplugin-0.1.tar * RPMS/shellbox-uiplugin-0.1-1.noarch.rpm Change-Id: If916c7cf022e9e903cd06e55f7b8ff34851ab9c8 Signed-off-by: Daniel Erez <de...@redhat.com> --- A shellbox-plugin/rpmbuild/RPMS/noarch/shellbox-uiplugin-0.1-1.noarch.rpm A shellbox-plugin/rpmbuild/SOURCES/shellbox-uiplugin-0.1.tar A shellbox-plugin/rpmbuild/SPECS/shellbox-uiplugin.spec 3 files changed, 44 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/samples-uiplugins refs/changes/98/11198/1 diff --git a/shellbox-plugin/rpmbuild/RPMS/noarch/shellbox-uiplugin-0.1-1.noarch.rpm b/shellbox-plugin/rpmbuild/RPMS/noarch/shellbox-uiplugin-0.1-1.noarch.rpm new file mode 100644 index 0000000..2c99aa7 --- /dev/null +++ b/shellbox-plugin/rpmbuild/RPMS/noarch/shellbox-uiplugin-0.1-1.noarch.rpm Binary files differ diff --git a/shellbox-plugin/rpmbuild/SOURCES/shellbox-uiplugin-0.1.tar b/shellbox-plugin/rpmbuild/SOURCES/shellbox-uiplugin-0.1.tar new file mode 100644 index 0000000..ae175a4 --- /dev/null +++ b/shellbox-plugin/rpmbuild/SOURCES/shellbox-uiplugin-0.1.tar Binary files differ diff --git a/shellbox-plugin/rpmbuild/SPECS/shellbox-uiplugin.spec b/shellbox-plugin/rpmbuild/SPECS/shellbox-uiplugin.spec new file mode 100644 index 0000000..fd6cafa --- /dev/null +++ b/shellbox-plugin/rpmbuild/SPECS/shellbox-uiplugin.spec @@ -0,0 +1,44 @@ +Summary: Shell Box UI Plugin +Name: shellbox-uiplugin +Version: 0.1 +Release: 1 +License: GPL +BuildArch: noarch +Source0: %{name}-%{version}.tar +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root + +%define pluginspath /usr/share/ovirt-engine/ui-plugins + +%description +ShellBox UI plugin - provides SSH connection to a host using +shellinabox - a Web based AJAX terminal emulator +(http://code.google.com/p/shellinabox/) + +%prep +%setup -q + +%build + +%install +%{__rm} -rf %{buildroot} +mkdir -p %{buildroot}/%{pluginspath} +mkdir -p %{buildroot}/%{pluginspath}/shellbox-files +install shellbox.json %{buildroot}/%{pluginspath} +install shellbox-files/start.html %{buildroot}/%{pluginspath}/shellbox-files + +%clean +%{__rm} -rf %{buildroot} + +%preun +%{__rm} -rf %{pluginspath}/shellbox.json +%{__rm} -rf %{pluginspath}/shellbox-files + +%files +%defattr(-, root, root, 0755) +%doc README +%{pluginspath}/shellbox.json +%{pluginspath}/shellbox-files/start.html + +%changelog +* Sun Jan 20 2013 Daniel Erez <de...@redhat.com> +- Initial release. -- To view, visit http://gerrit.ovirt.org/11198 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If916c7cf022e9e903cd06e55f7b8ff34851ab9c8 Gerrit-PatchSet: 1 Gerrit-Project: samples-uiplugins Gerrit-Branch: master Gerrit-Owner: Daniel Erez <de...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches