]> git.pld-linux.org Git - packages/xen.git/commitdiff
- fix for python 2.7 and ncurses headers
authormarcus <marcus@pld-linux.org>
Mon, 31 Jan 2011 12:20:25 +0000 (12:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xen.spec -> 1.85

xen.spec

index ace4303950b48a24c0ad3977e3c2f7c03a7062d8..215647ebbdd26495e1ecc10dddde0b707d15813e 100644 (file)
--- a/xen.spec
+++ b/xen.spec
@@ -30,6 +30,8 @@ Source2:      %{name}-xendomains.init
 Patch0:                %{name}-python_scripts.patch
 Patch1:                %{name}-gcc.patch
 Patch2:                %{name}-symbols.patch
+Patch3:                %{name}-curses.patch
+Patch4:                %{name}-python27.patch
 URL:           http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html
 BuildRequires: SDL-devel
 %{?with_hvm:BuildRequires:     bcc}
@@ -178,6 +180,8 @@ ModuĊ‚y Pythona dla xena.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 find '(' -name '*~' -o -name '*.orig' -o -name '.gitignore' ')' -print0 | xargs -0 -r -l512 rm -fv
 
@@ -217,19 +221,10 @@ cp -a dist/install/etc/hotplug $RPM_BUILD_ROOT%{_sysconfdir}
 # remove unneeded files
 %{__rm} $RPM_BUILD_ROOT%{_includedir}/%{name}/COPYING
 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/xen
-%{__rm} $RPM_BUILD_ROOT%{_docdir}/qemu/qemu-doc.html
 %{__rm} -r $RPM_BUILD_ROOT/''etc/init.d
 %{__rm} $RPM_BUILD_ROOT/boot/xen-3.4.gz
 %{__rm} $RPM_BUILD_ROOT/boot/xen-3.gz
 
-# strip - Unable to recognise the format of the input file
-# %{__rm} $RPM_BUILD_ROOT%{_datadir}/xen/qemu/openbios-sparc32
-# %{__rm} $RPM_BUILD_ROOT%{_datadir}/xen/qemu/openbios-sparc64
-
-# conflict with qemu
-%{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/qemu-img.1
-%{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/qemu.1
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.181403 seconds and 4 git commands to generate.