rpms/xenner/F-8 xenner.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Gerd Hoffmann (kraxel) fedora-extras-commits at redhat.com
Fri Jan 25 12:49:12 UTC 2008


Author: kraxel

Update of /cvs/pkgs/rpms/xenner/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19962

Modified Files:
	.cvsignore sources 
Added Files:
	xenner.spec 
Log Message:
- copy from devel.



--- NEW FILE xenner.spec ---
Name:         xenner
License:      GPLv2+
Version:      0.23
Release:      1%{?dist}
Summary:      Xen emulator for kvm
Group:        Applications/Emulators
Source:       %{name}-%{version}.tar.gz
URL:          http://dl.bytesex.org/releases/%{name}/%{name}-%{version}.tar.gz
Requires:     xen
Buildroot:    %{_tmppath}/root-%{name}-%{version}-%{release}
ExclusiveArch: i386 i686 x86_64
BuildRequires: xen-devel
BuildRequires: e2fsprogs-devel
BuildRequires: libaio-devel
BuildRequires: zlib-devel
BuildRequires: python util-linux-ng
BuildRequires: /usr/include/gnu/stubs-32.h

%description
xenner is a utility which is able to boot xen paravirtualized kernels,
without the xen hypervisor, using kvm instead.

%prep
%setup -q

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

%install
rm -rf %{buildroot}
make prefix="%{_prefix}" DESTDIR=%{buildroot} STRIP="" install
chmod 644 vivm # make rpmlint happy (this goes to %doc)

%files
%defattr(-,root,root)
%doc README USAGE TODO MANAGEMENT COPYING libvirt.xml vivm
%dir %{_libdir}/xenner
/etc/rc.d/init.d/xenner
%{_bindir}/*
%{_sbindir}/*
%{_libdir}/xenner/*

%post
chkconfig --add xenner

%preun
if test "$1" = "0"; then
    chkconfig --del xenner
fi

%clean
rm -rf %{buildroot}

%changelog
* Fri Jan 25 2008 Gerd Hoffmann <kraxel at redhat.com> - 0.23-1.fc8
- initial release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xenner/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Jan 2008 18:49:13 -0000	1.1
+++ .cvsignore	25 Jan 2008 12:48:34 -0000	1.2
@@ -0,0 +1 @@
+xenner-0.23.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xenner/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Jan 2008 18:49:13 -0000	1.1
+++ sources	25 Jan 2008 12:48:34 -0000	1.2
@@ -0,0 +1 @@
+deee136de71d5ec400bd70c76b4150d7  xenner-0.23.tar.gz




More information about the fedora-extras-commits mailing list