[python-tahrir] Copy the fedora-sitedocs contents into /usr/share.

Ralph Bean ralph at fedoraproject.org
Fri Aug 16 15:14:49 UTC 2013


commit af6755ec1e35140c1019df1cf095606fbe2a4862
Author: Ralph Bean <rbean at redhat.com>
Date:   Fri Aug 16 11:14:35 2013 -0400

    Copy the fedora-sitedocs contents into /usr/share.

 python-tahrir.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-tahrir.spec b/python-tahrir.spec
index 55945ae..9324a54 100644
--- a/python-tahrir.spec
+++ b/python-tahrir.spec
@@ -2,7 +2,7 @@
 
 Name:             python-tahrir
 Version:          0.3.5
-Release:          2%{?dist}
+Release:          3%{?dist}
 Summary:          A pyramid app for issuing your own Open Badges
 
 Group:            Development/Languages
@@ -74,6 +74,7 @@ sed -i 's/%%(here)s/\/var\/lib\/tahrir/' apache/%{modname}.ini
 %{__install} -m 640 apache/%{modname}.ini  %{buildroot}%{_sysconfdir}/%{modname}/
 %{__install} -m 644 apache/%{modname}.conf %{buildroot}%{_sysconfdir}/httpd/conf.d/%{modname}.conf
 %{__install} -m 644 -d tahrir/static %{buildroot}%{_datadir}/%{modname}/static
+%{__install} -m 644 -d fedora-sitedocs/ %{buildroot}%{_datadir}/%{modname}/sitedocs
 
 %pre
 %{_sbindir}/groupadd -r %{modname} &>/dev/null || :
@@ -94,6 +95,9 @@ sed -i 's/%%(here)s/\/var\/lib\/tahrir/' apache/%{modname}.ini
 %attr(-,%{modname},root) %config(noreplace) %{_var}/lib/%{modname}
 
 %changelog
+* Fri Aug 16 2013 Ralph Bean <rbean at redhat.com> - 0.3.5-3
+- Copy the fedora-sitedocs contents in /usr/share/
+
 * Thu Aug 15 2013 Ralph Bean <rbean at redhat.com> - 0.3.5-2
 - Add requires on python-openid as per
   https://github.com/fedora-infra/tahrir/issues/154


More information about the scm-commits mailing list