[openstack-heat] Disable doc building for now

Jeff Peeler jpeeler at fedoraproject.org
Mon Feb 10 17:24:26 UTC 2014


commit b1114cbe6cfa68bef79bf3a579d26bab38297d64
Author: Jeff Peeler <jpeeler at redhat.com>
Date:   Mon Feb 10 12:24:46 2014 -0500

    Disable doc building for now

 openstack-heat.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openstack-heat.spec b/openstack-heat.spec
index 72aad90..f860109 100644
--- a/openstack-heat.spec
+++ b/openstack-heat.spec
@@ -3,7 +3,7 @@
 %global milestone 2
 %global full_release heat-%{version}.%{release_letter}%{milestone}
 
-%global with_doc %{!?_without_doc:1}%{?_without_doc:0}
+%global with_doc 0
 
 Name:		openstack-heat
 Summary:	OpenStack Orchestration (heat)
@@ -140,7 +140,7 @@ rm -rf %{buildroot}/var/lib/heat/.dummy
 rm -f %{buildroot}/usr/bin/cinder-keystone-setup
 rm -rf %{buildroot}/%{python_sitelib}/heat/tests
 rm -f %{buildroot}/usr/bin/heat-db-setup
-rm %{buildroot}%{_mandir}/man1/heat-db-setup.1
+rm -rf %{buildroot}%{_mandir}/man1/heat-db-setup.1
 
 install -p -D -m 640 %{_builddir}/%{full_release}/etc/heat/heat.conf.sample %{buildroot}/%{_sysconfdir}/heat/heat.conf
 install -p -D -m 640 %{SOURCE20} %{buildroot}%{_datadir}/heat/heat-dist.conf


More information about the scm-commits mailing list