[packages/reviewboard] package cachedir

glen glen at pld-linux.org
Thu Jan 24 23:54:34 CET 2013


commit 46f725a5c4a6e651d3123c5006034fbec08f3b4b
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Jan 24 18:10:46 2013 +0200

    package cachedir

 reviewboard.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/reviewboard.spec b/reviewboard.spec
index b35d3f0..daaad23 100644
--- a/reviewboard.spec
+++ b/reviewboard.spec
@@ -84,6 +84,7 @@ take much of the stress and time out of the code review process.
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/var/cache/reviewboard/cache
 %{__python} setup.py install \
 	--skip-build \
 	--optimize=2 \
@@ -112,6 +113,8 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS COPYING INSTALL NEWS README
 %attr(755,root,root) %{_bindir}/rb-site
 %attr(755,root,root) %{_bindir}/rbssh
+%dir %attr(770,root,http) /var/cache/reviewboard
+%dir %attr(770,root,http) /var/cache/reviewboard/cache
 %dir %{py_sitescriptdir}/reviewboard
 %{py_sitescriptdir}/reviewboard/nose.cfg
 %{py_sitescriptdir}/reviewboard/*.py[co]
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/reviewboard.git/commitdiff/5100cf569725b8c70789785a6748930f130f0b30



More information about the pld-cvs-commit mailing list