SPECS: kvm.spec - don't process kernel subdir

arekm arekm at pld-linux.org
Tue Aug 5 12:26:07 CEST 2008


Author: arekm                        Date: Tue Aug  5 10:26:07 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't process kernel subdir

---- Files affected:
SPECS:
   kvm.spec (1.45 -> 1.46) 

---- Diffs:

================================================================
Index: SPECS/kvm.spec
diff -u SPECS/kvm.spec:1.45 SPECS/kvm.spec:1.46
--- SPECS/kvm.spec:1.45	Tue Aug  5 12:23:36 2008
+++ SPECS/kvm.spec	Tue Aug  5 12:26:02 2008
@@ -40,6 +40,7 @@
 %if %{with userspace}
 BuildRequires:	SDL-devel
 BuildRequires:	alsa-lib-devel
+BuildRequireS:	perl-tools-pod
 BuildRequires:	zlib-devel
 %if %{with internal_qemu}
 Conflicts:	qemu
@@ -105,7 +106,7 @@
 %prep
 %setup -q -n %{pname}-%{version}
 
-sed -e 's#rsync#-rsync#' kernel/Makefile
+%{!?with_kernel:sed -e 's# kernel ##g' Makefile}
 
 %build
 # not ac stuff
@@ -193,6 +194,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.46  2008/08/05 10:26:02  arekm
+- don't process kernel subdir
+
 Revision 1.45  2008/08/05 10:23:36  arekm
 - omg, rsync used in build process
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kvm.spec?r1=1.45&r2=1.46&f=u



More information about the pld-cvs-commit mailing list