File vmx-manager.spec of Package vmx-manager
#
# spec file for package vmx-manager (Version 0.2.8)
#
# Copyright (c) 2009 SUSE LINUX Products 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/
#
# norootforbuild
Name: vmx-manager
BuildRequires: glade-sharp2 glib-sharp2 gnome-sharp2 gtk-sharp2 intltool mono-devel ndesk-dbus-glib-devel pkgconfig update-desktop-files
Url: http://www.novell.com
License: GPL v2 or later
Group: Productivity/Other
AutoReqProv: on
Version: 0.2.8
Release: 10.<RELEASE192>
Summary: Create, configure, and manage VMware virtual machines
Source: %{name}-%{version}.tar.bz2
Source1: %{name}-po.tar.gz
Patch: %{name}-%{version}.dif
Patch1: vmx-manager-fix-lib-version.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: mono-core glade-sharp2 gtk-sharp2 gnome-sharp2
BuildArch: noarch
%description
vmx-manager allows you to create, configure, and manage VMware virtual
machines.
Authors:
--------
James Willcox <snorp@novell.com>
%prep
%setup -q -a1
%patch
%patch1 -p0
%build
./configure --prefix=/usr \
--libdir=%{_prefix}/lib \
--mandir=%{_mandir}
make
%install
make install DESTDIR=$RPM_BUILD_ROOT
%suse_update_desktop_file vmx-manager
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS NEWS README COPYING
%{_bindir}/vmx-manager
%dir %{_prefix}/lib/vmx-manager
%{_prefix}/lib/vmx-manager/*.dll*
%{_prefix}/lib/vmx-manager/*.exe*
%{_datadir}/applications/vmx-manager.desktop
%{_datadir}/icons/hicolor/*/apps/vmx-manager.*
%post
%postun
%changelog
* Tue Dec 30 2008 crivera@suse.de
- Bump the version of libgnome-desktop-2.so that we attempt to
p/invoke from. This fixes bnc#462652.
* Mon Dec 29 2008 crivera@suse.de
- Remove the internal version of dbus-sharp. This was causing the
crash in bnc#458392.
* Sat Dec 06 2008 mauro@suse.de
- Translations Update.
* Thu Jun 07 2007 sbrabec@suse.cz
- Removed invalid desktop Category "Application" (#254654).
* Fri May 25 2007 james@suse.de
- update to 0.2.8
* Thu May 24 2007 ro@suse.de
- remove X-SuSE-translate from desktop file
* Thu Mar 08 2007 sbrabec@suse.cz
- Removed dangling hicolor icon symlink (#248676).
* Sun Feb 25 2007 james@suse.de
- Don't run gtk-update-icon-cache in install and uninstall scripts
Fixes bug 248038
* Wed Jan 31 2007 ro@suse.de
- GNOME moved to /usr
* Wed Jan 31 2007 james@suse.de
- make new ethernet device default to using NAT on mobile devices
and bridged otherwise.
- when the operating system is changed, also change the ethernet device
type to match the suggested one for that OS.
- constrain the memory spin button to 4 megabyte increments
* Wed Jan 31 2007 james@suse.de
- update to 0.2.4, fixes a regression when setting the amount
of memory to use for a machine
* Thu Jan 18 2007 james@suse.de
- update to 0.2.3, containing two bug fixes - #236385 and #236417
* Fri Jan 12 2007 james@suse.de
- update to 0.2.2, contains a couple small bug fixes
* Wed Jan 03 2007 james@suse.de
- initial package submission per FATE #301095