packages: ReviewBoard/ReviewBoard.spec - rbssh and rbsite already executabl...

glen glen at pld-linux.org
Thu Feb 17 07:31:11 CET 2011


Author: glen                         Date: Thu Feb 17 06:31:11 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rbssh and rbsite already executable in bindir

---- Files affected:
packages/ReviewBoard:
   ReviewBoard.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/ReviewBoard/ReviewBoard.spec
diff -u packages/ReviewBoard/ReviewBoard.spec:1.2 packages/ReviewBoard/ReviewBoard.spec:1.3
--- packages/ReviewBoard/ReviewBoard.spec:1.2	Thu Feb 17 07:29:30 2011
+++ packages/ReviewBoard/ReviewBoard.spec	Thu Feb 17 07:31:06 2011
@@ -54,11 +54,9 @@
 
 %py_postclean
 
-# These scripts have a shebang and are meaningful to run; make them executable:
-# reinstall as py_postclean removed them
+# scripts that have a shebang and are meaningful to run; make executable:
+# need to reinstall as py_postclean has removed .py
 install -p reviewboard/manage.py $RPM_BUILD_ROOT%{py_sitescriptdir}/reviewboard/manage.py
-install -p reviewboard/cmdline/rbssh.py $RPM_BUILD_ROOT%{py_sitescriptdir}/reviewboard/cmdline/rbssh.py
-install -p reviewboard/cmdline/rbsite.py $RPM_BUILD_ROOT%{py_sitescriptdir}/reviewboard/cmdline/rbsite.py
 
 # Remove test data from the installed packages
 rm -rf $RPM_BUILD_ROOT%{py_sitescriptdir}/reviewboard/diffviewer/testdata \
@@ -92,11 +90,7 @@
 %{py_sitescriptdir}/reviewboard/webapi
 %{py_sitescriptdir}/reviewboard/*.py[co]
 %attr(755,root,root) %{py_sitescriptdir}/reviewboard/manage.py
-%dir %{py_sitescriptdir}/reviewboard/cmdline
-%{py_sitescriptdir}/reviewboard/cmdline/*.py[co]
-%{py_sitescriptdir}/reviewboard/cmdline/conf
-%attr(755,root,root) %{py_sitescriptdir}/reviewboard/cmdline/rbssh.py
-%attr(755,root,root) %{py_sitescriptdir}/reviewboard/cmdline/rbsite.py
+%{py_sitescriptdir}/reviewboard/cmdline
 %{py_sitescriptdir}/webtests/*.py*
 %if "%{py_ver}" > "2.4"
 %{py_sitescriptdir}/ReviewBoard-%{version}-*.egg-info
@@ -108,6 +102,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2011/02/17 06:31:06  glen
+- rbssh and rbsite already executable in bindir
+
 Revision 1.2  2011/02/17 06:29:30  glen
 - py_postclean, and executable workaround in pld ways
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ReviewBoard/ReviewBoard.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list