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-26 05:39:45 -0800
commitae818dd45463c09ca97159bd94a67e1d474710ab (patch)
tree3f1b2c4c11d7bb8388b18b90c10a6677c68149e1 /glusterfs-openstack-swift.spec
parent5bd7bfacb21d406e7bdb5febe861616cd1069c28 (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> Reviewed-on: http://review.gluster.org/6352
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 6006e6c..c8ec54e 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