Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:yukoff:openSUSE:Leap:42.1:Backports
RemoteBox
RemoteBox.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File RemoteBox.spec of Package RemoteBox
# # spec file for package RemoteBox # # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # We need to filter some dependencies that the RPM auto-dependency # gatherer picks up as they reside within this RPM. %global __requires_exclude ^perl\\(.*\\.pl\\)|^perl\\(vboxService\\) # We don't want to be a provider of vboxService as it's private # to remotebox so filter it %global __provides_exclude ^perl\\(vboxService\\) Name: RemoteBox Version: 2.0 Release: 0 Summary: A VirtualBox client with remote management License: GPL-2.0+ Group: System/Emulators/PC Url: http://knobgoblin.org.uk Source0: http://knobgoblin.org.uk/downloads/%{name}-%{version}.tar.bz2 BuildRequires: desktop-file-utils BuildRequires: fdupes Requires: freerdp Requires: perl-Gtk2 Requires: perl-SOAP-Lite Requires: xdg-utils BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description VirtualBox is traditionally considered to be a virtualization solution aimed at the desktop as opposed to other solutions such as KVM, Xen and VMWare ESX which are considered more server orientated solutions. While it is certainly possible to install VirtualBox on a server, it offers few remote management features beyond using the vboxmanage command line. RemoteBox aims to fill this gap by providing a graphical VirtualBox client which is able to communicate with and manage a VirtualBox server installation. %prep %setup -q -n %{name}-%{version} # Set the locations of Remotebox's files sed -i 's|\$Bin/share/remotebox|%{_datadir}/%{name}|g' remotebox sed -i 's|\$Bin/docs|%{_docdir}/%{name}|g' remotebox # We need to update the reference to the .desktop file, as this package provides RemoteBox, instead of remotebox sed -i 's|remotebox.desktop|RemoteBox.desktop|' packagers-readme/remotebox.appdata.xml %build # Create a desktop file cat >%{name}.desktop <<EOF [Desktop Entry] Type=Application Name=RemoteBox GenericName=RemoteBox Comment=Remote VirtualBox client Exec=%{name} %c Icon=%{name} Terminal=false StartupNotify=false Categories=Emulator;System; X-SuSE-translate=false EOF %install mkdir -p -m0755 %{buildroot}%{_datadir}/{%{name},pixmaps,applications,appdata} mkdir -m0755 %{buildroot}%{_bindir} install -p -m0755 remotebox %{buildroot}%{_bindir}/%{name} cp -a share/remotebox/* %{buildroot}%{_datadir}/%{name} # Install the .desktop file desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{name}.desktop # Install an icon for the desktop file install -p -m0644 share/remotebox/icons/remotebox.png %{buildroot}%{_datadir}/pixmaps/%{name}.png # link the icon back to the install directory. In preparation for app containerisation, as well # as AppStream metadata generation, we need a real file in /usr/share/icons # fdupes later on is likely to put the symlink there though ln -sf %{_datadir}/pixmaps/%{name}.png %{buildroot}%{_datadir}/%{name}/icons/remotebox.png # Install upstream provided appdata.xml install -p -m0644 packagers-readme/remotebox.appdata.xml %{buildroot}%{_datadir}/appdata/RemoteBox.appdata.xml %fdupes -s %{buildroot} %check desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop %files %defattr(-,root,root,-) %doc docs/changelog.txt docs/remotebox.pdf docs/COPYING %dir %{_datadir}/appdata %{_datadir}/appdata/%{name}.appdata.xml %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png %{_datadir}/%{name} %{_bindir}/%{name} %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor