rpms/qemu/devel qemu.spec,1.92,1.93

Mark McLoughlin markmc at fedoraproject.org
Wed May 20 16:36:15 UTC 2009


Author: markmc

Update of /cvs/pkgs/rpms/qemu/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9109

Modified Files:
	qemu.spec 
Log Message:
Really disable docs build



Index: qemu.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qemu/devel/qemu.spec,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -p -r1.92 -r1.93
--- qemu.spec	20 May 2009 16:10:09 -0000	1.92
+++ qemu.spec	20 May 2009 16:35:45 -0000	1.93
@@ -28,9 +28,14 @@ Patch03: qemu-fix-arm-framebuffer-build.
 # Disable preadv()/pwritev() until bug #497429 is fixed
 Patch04: qemu-disable-preadv.patch
 
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-# https://bugzilla.redhat.com/501651
+# FIXME: docs build disabled for now, see:
+#   https://bugzilla.redhat.com/501651
+#
 # BuildRequires: texi2html
+#
+# See all the %{_mandir} bits commented out below too
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: SDL-devel zlib-devel which gnutls-devel cyrus-sasl-devel
 BuildRequires: rsync dev86 iasl
 BuildRequires: pciutils-devel
@@ -295,7 +300,7 @@ make prefix="${RPM_BUILD_ROOT}%{_prefix}
      mandir="${RPM_BUILD_ROOT}%{_mandir}" \
      docdir="${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{version}" \
      datadir="${RPM_BUILD_ROOT}%{_datadir}/%{name}" install
-chmod -x ${RPM_BUILD_ROOT}%{_mandir}/man1/*
+#chmod -x ${RPM_BUILD_ROOT}%{_mandir}/man1/*
 install -D -p -m 0755 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/qemu
 install -D -p -m 0644 -t ${RPM_BUILD_ROOT}/%{qemudocdir} Changelog README TODO COPYING COPYING.LIB LICENSE
 
@@ -369,8 +374,8 @@ fi
 %doc %{qemudocdir}/LICENSE
 %dir %{_datadir}/%{name}/
 %{_datadir}/%{name}/keymaps/
-%{_mandir}/man1/qemu.1*
-%{_mandir}/man8/qemu-nbd.8*
+#%{_mandir}/man1/qemu.1*
+#%{_mandir}/man8/qemu-nbd.8*
 %{_bindir}/qemu-nbd
 %config(noreplace) %{_sysconfdir}/sasl2/qemu.conf
 %files user
@@ -453,7 +458,7 @@ fi
 %defattr(-,root,root)
 %{_bindir}/qemu-img
 %{_bindir}/qemu-io
-%{_mandir}/man1/qemu-img.1*
+#%{_mandir}/man1/qemu-img.1*
 
 %changelog
 * Wed May 20 2009 Mark McLoughlin <markmc at redhat.com> - 2:0.10.50-4.kvm86




More information about the fedora-extras-commits mailing list