rpms/xen/devel xen-3.1.0-no-xenapi-docs.patch, NONE, 1.1 xen.spec, 1.187, 1.188

Daniel P. Berrange (berrange) fedora-extras-commits at redhat.com
Mon Sep 24 23:47:02 UTC 2007


Author: berrange

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

Modified Files:
	xen.spec 
Added Files:
	xen-3.1.0-no-xenapi-docs.patch 
Log Message:
Fix xm man page

xen-3.1.0-no-xenapi-docs.patch:

--- NEW FILE xen-3.1.0-no-xenapi-docs.patch ---
diff -rup xen-3.1.0-src/docs/Makefile xen-3.1.0-src.new/docs/Makefile
--- xen-3.1.0-src/docs/Makefile	2007-05-18 10:45:21.000000000 -0400
+++ xen-3.1.0-src.new/docs/Makefile	2007-06-14 16:29:21.000000000 -0400
@@ -22,9 +22,6 @@ all: build
 
 .PHONY: build
 build: ps pdf html man-pages
-	@if which $(DOT) 1>/dev/null 2>/dev/null ; then              \
-	$(MAKE) -C xen-api build ; else                              \
-        echo "Graphviz (dot) not installed; skipping xen-api." ; fi
 	rm -f *.aux *.dvi *.bbl *.blg *.glo *.idx *.ilg *.log *.ind *.toc
 
 .PHONY: dev-docs
@@ -67,7 +64,6 @@ man5/%.5: man/%.pod.5 Makefile
 
 .PHONY: clean
 clean:
-	$(MAKE) -C xen-api clean
 	rm -rf .word_count *.aux *.dvi *.bbl *.blg *.glo *.idx *~ 
 	rm -rf *.ilg *.log *.ind *.toc *.bak core
 	rm -rf $(GFX) ps pdf html
@@ -83,8 +79,6 @@ install: all
 	rm -rf $(DESTDIR)$(pkgdocdir)
 	$(INSTALL_DIR) $(DESTDIR)$(pkgdocdir)
 
-	$(MAKE) -C xen-api install
-
 	cp -dR ps $(DESTDIR)$(pkgdocdir)
 	cp -dR pdf $(DESTDIR)$(pkgdocdir)
 	$(INSTALL_DIR) $(DESTDIR)$(mandir)
Only in xen-3.1.0-src.new/docs: Makefile~


Index: xen.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xen/devel/xen.spec,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- xen.spec	24 Sep 2007 23:09:22 -0000	1.187
+++ xen.spec	24 Sep 2007 23:46:30 -0000	1.188
@@ -29,6 +29,7 @@
 Patch31: xen-tpm-functions.patch
 Patch32: xen-clobber-vif-type.patch
 Patch33: xen-vmxassist-irqs.patch
+Patch34: xen-3.1.0-no-xenapi-docs.patch
 
 # Patches to modify the default config of xend
 Patch100: xen-config-dom0-minmem.patch
@@ -131,6 +132,7 @@
 %patch31 -p1
 %patch32 -p1
 %patch33 -p1
+%patch34 -p1
 
 # config patches
 %patch100 -p1
@@ -276,8 +278,11 @@
 %{_libdir}/*.a
 
 %changelog
+* Mon Sep 24 2007 Daniel P. Berrange <berrange at redhat.com> - 3.1.0-9.fc8
+- Fix generation of manual pages (rhbz #250791)
+
 * Mon Sep 24 2007 Daniel P. Berrange <berrange at redhat.com> - 3.1.0-8.fc8
-- Make 32-bit FC-6 guest PVFB work on x86_64 host 
+- Make 32-bit FC-6 guest PVFB work on x86_64 host
 
 * Mon Sep 24 2007 Daniel P. Berrange <berrange at redhat.com> - 3.1.0-7.fc8
 - Re-add support for back-compat FC6 PVFB support




More information about the scm-commits mailing list