summaryrefslogtreecommitdiffstats
path: root/glusterfs-openstack-swift.spec
diff options
context:
space:
mode:
authorChetan Risbud <crisbud@redhat.com>2013-11-15 18:48:45 +0530
committerLuis Pabon <lpabon@redhat.com>2013-11-25 18:41:23 -0800
commitb6a6621ded41fb56c1a2797d9590a79f14d4c1f4 (patch)
tree1945d1bb55d27cac3b31abb0b2fac8f2803bea40 /glusterfs-openstack-swift.spec
parent3f18f021bd83bb63639c621e0650eace062f463f (diff)
Man(8) page for gluster-swift-gen-builder
Man page provides details on gluster-swift-gen-builder script and its usage. Man page will be placed in section 8. Bug: 1001033 https://bugzilla.redhat.com/show_bug.cgi?id=1001033 Change-Id: Ie172173d3873256facb55eb3be0accebe360025e Signed-off-by: Chetan Risbud <crisbud@redhat.com> Reviewed-on: http://review.gluster.org/6294 Reviewed-by: pushpesh sharma <psharma@redhat.com> Tested-by: pushpesh sharma <psharma@redhat.com> Reviewed-by: Luis Pabon <lpabon@redhat.com> Tested-by: Luis Pabon <lpabon@redhat.com>
Diffstat (limited to 'glusterfs-openstack-swift.spec')
-rw-r--r--glusterfs-openstack-swift.spec7
1 files changed, 7 insertions, 0 deletions
diff --git a/glusterfs-openstack-swift.spec b/glusterfs-openstack-swift.spec
index 0faba2b..951c22a 100644
--- a/glusterfs-openstack-swift.spec
+++ b/glusterfs-openstack-swift.spec
@@ -58,6 +58,12 @@ rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_confdir}/
cp -r etc/* %{buildroot}/%{_confdir}/
+# Man Pages
+install -d -m 755 %{buildroot}%{_mandir}/man8
+for page in doc/man/*.8; do
+ install -p -m 0644 $page %{buildroot}%{_mandir}/man8
+done
+
# Remove tests
%{__rm} -rf %{buildroot}/%{python_sitelib}/test
@@ -78,6 +84,7 @@ cp -r etc/* %{buildroot}/%{_confdir}/
%{_bindir}/swauth-list
%{_bindir}/swauth-prep
%{_bindir}/swauth-set-account-service
+%{_mandir}/man8/*
%dir %{_confdir}
%config(noreplace) %{_confdir}/account-server.conf-gluster