rpms/xenwatch/EL-5 xenwatch.spec,NONE,1.1 sources,1.1,1.2

Gerd Hoffmann (kraxel) fedora-extras-commits at redhat.com
Tue Dec 11 11:00:59 UTC 2007


Author: kraxel

Update of /cvs/pkgs/rpms/xenwatch/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11304

Modified Files:
	sources 
Added Files:
	xenwatch.spec 
Log Message:
copy from ../devel


--- NEW FILE xenwatch.spec ---
Name:         xenwatch
License:      GPLv2+
Version:      0.5.2
Release:      2%{?dist}
Summary:      Virtualization utilities, mostly for Xen
Group:        Applications/Emulators
Source:       %{name}-%{version}.tar.gz
URL:          http://dl.bytesex.org/releases/%{name}/%{name}-%{version}.tar.gz
Buildroot:    %{_tmppath}/root-%{name}-%{version}-%{release}
Requires:     screen
BuildRequires: desktop-file-utils
BuildRequires: gtk2-devel
BuildRequires: libvirt-devel libxml2-devel

%ifnarch ppc ppc64
BuildRequires: xen-devel
%endif

%if "%{?fedora}" != ""
BuildRequires: gnutls-devel gtk-vnc-devel
%endif

# Don't build experimental/broken mDNS bits.
#BuildRequires: avahi-glib-devel

%description
This is a bunch of utilities for virtualization hosts.  All except
xenscreen are using xenstore and thus are xen-specific.

xenscreen - attach xen domain consoles to screen windows.
xenlog - Log xenstore activity to stdout.
xenstore - gtk xenstore browser.
xenwatch - list running domains with some properties, allow
           connecting to text and graphical (vnc) consoles.
vnc-client - built-in vnc client from xenwatch as standalone
             application.

%prep
%setup -q

%build
export CFLAGS="%{optflags}"
make prefix="%{_prefix}"

%install
rm -rf %{buildroot}
make prefix="%{_prefix}" DESTDIR=%{buildroot} STRIP="" install
for df in %{buildroot}/%{_datadir}/applications/*.desktop; do
  desktop-file-install --vendor="fedora" --delete-original  \
    --dir=%{buildroot}%{_datadir}/applications/ $df
done

%files
%defattr(-,root,root)
%doc README COPYING
%config(noreplace) %{_sysconfdir}/xen/xenscreenrc
%{_bindir}/*
%{_datadir}/applications/fedora-*.desktop

%clean
rm -rf %{buildroot}

%changelog
* Tue Nov 27 2007 Gerd Hoffmann <kraxel at redhat.com> - 0.5.2-2
- make it build on rhel5 & fedora8.
* Thu Nov 08 2007 Gerd Hoffmann <kraxel at redhat.com> - 0.5.2-1
- update to version 0.5.2.
* Mon Sep 03 2007 Gerd Hoffmann <kraxel at redhat.com> - 0.5.1-2
- use more macros instead of hard-coded paths.
* Mon Sep 03 2007 Gerd Hoffmann <kraxel at redhat.com> - 0.5.1-1
- initial release


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xenwatch/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Dec 2007 16:54:31 -0000	1.1
+++ sources	11 Dec 2007 11:00:22 -0000	1.2
@@ -0,0 +1 @@
+c0ff0bc66945f2e664ca6a7afb7b67e5  xenwatch-0.5.2.tar.gz




More information about the fedora-extras-commits mailing list