rpms/xenner/devel xenner.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Gerd Hoffmann (kraxel) fedora-extras-commits at redhat.com
Wed Jan 23 19:15:55 UTC 2008


Author: kraxel

Update of /cvs/pkgs/rpms/xenner/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2337/devel

Modified Files:
	.cvsignore sources 
Added Files:
	xenner.spec 
Log Message:
import package.



--- NEW FILE xenner.spec ---
Name:         xenner
License:      GPLv2+
Version:      0.22
Release:      2%{?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
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 23 2008 Gerd Hoffmann <kraxel at redhat.com> - 0.22-3.fc9
- drop kernel-devel build dependency.
* Fri Jan 23 2008 Gerd Hoffmann <kraxel at redhat.com> - 0.22-2.fc9
- fix rpmlint warning on vivm script.
- add ExclusiveArch for x86.
- fix filelist (package should own $libdir/xenner).
- fix preun to handle upgrades correctly.
* Tue Jan 22 2008 Gerd Hoffmann <kraxel at redhat.com> - 0.22-1.fc9
- initial release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xenner/devel/.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	23 Jan 2008 19:15:14 -0000	1.2
@@ -0,0 +1 @@
+xenner-0.22.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xenner/devel/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	23 Jan 2008 19:15:14 -0000	1.2
@@ -0,0 +1 @@
+d4fee3cbdc7e6102e13a0316742f22ab  xenner-0.22.tar.gz




More information about the fedora-extras-commits mailing list