[packages/remotebox: 1/2] new, version 0.4

glen glen at pld-linux.org
Wed Oct 24 21:56:14 CEST 2012


commit 91b6fac0693e57980bfbc6db0c1ce372108addf5
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Oct 24 22:35:35 2012 +0300

    new, version 0.4
    
    based on altlinux package
    ftp://ftp.altlinux.org/pub/distributions/ALTLinux/Sisyphus/files/SRPMS/remotebox-0.4-alt1.src.rpm

 remotebox.spec | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)
---
diff --git a/remotebox.spec b/remotebox.spec
new file mode 100644
index 0000000..0a62445
--- /dev/null
+++ b/remotebox.spec
@@ -0,0 +1,44 @@
+%include	/usr/lib/rpm/macros.perl
+Summary:	Open Source VirtualBox Client with Remote Management
+Name:		remotebox
+Version:	0.4
+Release:	0.1
+License:	GPL
+Group:		Daemons
+URL:		http://remotebox.knobgoblin.org.uk/
+Source0:	http://remotebox.knobgoblin.org.uk/downloads/RemoteBox-%{version}.tar
+# Source0-md5:	984c107980053f478be302f136be7f27
+BuildRequires:	perl-Gtk2
+BuildRequires:	perl-SOAP-Lite
+BuildRequires:	rpm-perlprov >= 4.1-13
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+RemoteBox is a GUI tool which lets you administer guests or virtual
+machines running under VirtualBox on a remote server or even the same
+local machine. VirtualBox is traditionally a desktop-side
+virtualisation solution. The goal of RemoteBox is to provide a GUI
+that should be familiar to VirtualBox users whist allowing them to
+administer a remote installation of VirtualBox.
+
+%prep
+%setup -q -n RemoteBox-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}}
+install -p %{name} $RPM_BUILD_ROOT%{_bindir}
+cp -a share/remotebox/* $RPM_BUILD_ROOT%{_datadir}/%{name}
+
+%{__sed} -i -e 's|\$Bin/share/remotebox|%{_datadir}/%{name}|g' \
+	$RPM_BUILD_ROOT%{_bindir}/%{name} $RPM_BUILD_ROOT%{_datadir}/%{name}/rbox_gui_init.pl
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc docs/*
+%attr(755,root,root) %{_bindir}/%{name}
+%{_datadir}/%{name}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/remotebox.git/commitdiff/2955c5267d3d49dd14838e9a6660ad73f3c331eb



More information about the pld-cvs-commit mailing list