]> git.pld-linux.org Git - packages/virt-viewer.git/commitdiff
- new auto/th/virt-viewer-0_4_2-1
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 18 Feb 2012 13:02:57 +0000 (13:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    virt-viewer.spec -> 1.1

virt-viewer.spec [new file with mode: 0644]

diff --git a/virt-viewer.spec b/virt-viewer.spec
new file mode 100644 (file)
index 0000000..a75e723
--- /dev/null
@@ -0,0 +1,98 @@
+#
+# Conditional build:
+%bcond_with    gtk2
+%bcond_without gtk3
+%bcond_without spice
+%bcond_with    plugin
+#
+Summary:       Virtual Machine Viewer
+Name:          virt-viewer
+Version:       0.4.2
+Release:       1
+License:       GPL v2+
+Group:         X11/Applications/Networking
+Source0:       http://virt-manager.org/download/sources/virt-viewer/%{name}-%{version}.tar.gz
+# Source0-md5: 4fc003cb655aa45b77c9f2ee45ba6d4f
+URL:           http://virt-manager.org/
+%if %{with gtk3}
+BuildRequires: gtk+3-devel >= 3.0.0
+BuildRequires: gtk3-vnc-devel >= 0.4.3
+%{?with_spice:BuildRequires: spice-gtk-devel >= 0.6}
+%else
+BuildRequires: gtk+2-devel >= 2.12.0
+BuildRequires: gtk-vnc-devel >= 0.4.3
+%{?with_spice:BuildRequires: spice-gtk2-devel >= 0.6}
+%endif
+BuildRequires: libvirt-devel >= 0.6.0
+BuildRequires: libxml2-devel
+%{?with_plugin:BuildRequires: xulrunner-devel}
+BuildRequires: gettext-devel >= 0.14.1
+BuildRequires: glib2-devel
+BuildRequires: intltool >= 0.35.0
+BuildRequires: perl-tools-pod
+Suggests:      openssh-clients
+Suggests:      gnome-keyring >= 0.4.9
+ExclusiveArch: %{ix86} x86_64 ia64
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Virtual Machine Viewer provides a graphical console client for
+connecting to virtual machines. It uses the GTK-VNC or SPICE-GTK
+widgets to provide the display, and libvirt for looking up VNC/SPICE
+server details.
+
+Virtual Machine Viewer provides a graphical console client for
+connecting to virtual machines. It uses the GTK-VNC or SPICE-GTK
+widgets to provide the display, and libvirt for looking up VNC/SPICE
+server details.
+
+%package plugin
+Summary:       Mozilla plugin for the gtk-vnc library
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description plugin
+Virtual Machine Viewer provides a graphical
+console client for connecting to virtual machines. It uses the GTK-VNC
+or SPICE-GTK widgets to provide the display, and libvirt for looking
+up VNC/SPICE server details.
+
+This package provides a web browser plugin for Mozilla compatible
+browsers.
+
+%prep
+%setup -q
+
+%build
+%configure \
+       %{__enable_disable plugin} \
+       %{__with_without spice spice-gtk} \
+       %{__with_without gtk2 gtk 2.0} \
+       %{__with_without gtk3 gtk 3.0}
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/%{name}
+%dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/ui
+%{_datadir}/%{name}/ui/*.xml
+%{_mandir}/man1/%{name}.1*
+
+%if %{with plugin}
+%files plugin
+%defattr(644,root,root,755)
+%endif
This page took 0.097478 seconds and 4 git commands to generate.