rpms/virt-viewer/F-7 virt-viewer.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Daniel P. Berrange (berrange) fedora-extras-commits at redhat.com
Mon Aug 20 14:22:58 UTC 2007


Author: berrange

Update of /cvs/pkgs/rpms/virt-viewer/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13072

Modified Files:
	.cvsignore sources 
Added Files:
	virt-viewer.spec 
Log Message:
Initial commit


--- NEW FILE virt-viewer.spec ---
# -*- rpm-spec -*-

Name: virt-viewer
Version: 0.0.1
Release: 1%{?dist}
Summary: Virtual Machine Viewer

Group: Applications/System
License: GPLv2+
URL: http://virt-manager.org/
Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: gtk2-devel
BuildRequires: libvirt-devel
BuildRequires: libxml2-devel
BuildRequires: gtk-vnc-devel >= 0.1.0
BuildRequires: /usr/bin/pod2man
# XXX Temporary hack because libvirt-devel is missing this dep. To be removed
BuildRequires: gnutls-devel

# Because libvirt is only built on these arches. 
ExclusiveArch: i386 x86_64 ia64


%description
Virtual Machine Viewer provides a graphical console client for connecting
to virtual machines. It uses the GTK-VNC widget to provide the display,
and libvirt for looking up VNC server details.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install  DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README COPYING AUTHORS NEWS
%{_bindir}/%{name}
%{_mandir}/man1/%{name}*

%changelog
* Mon Aug 20 2007 Daniel P. Berrange <berrange at redhat.com> - 0.0.1-1.fc7
- First release
- Restrict built to x86 & ia64 because libvirt is only on those arches




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/virt-viewer/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Aug 2007 18:50:49 -0000	1.1
+++ .cvsignore	20 Aug 2007 14:22:25 -0000	1.2
@@ -0,0 +1 @@
+virt-viewer-0.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/virt-viewer/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Aug 2007 18:50:49 -0000	1.1
+++ sources	20 Aug 2007 14:22:25 -0000	1.2
@@ -0,0 +1 @@
+1bb5b589b20f45922a59da25d71c95b3  virt-viewer-0.0.1.tar.gz




More information about the fedora-extras-commits mailing list