Author: glen Date: Thu Mar 17 08:14:40 2011 GMT Module: packages Tag: HEAD ---- Log message: - fix django-evolution dep - exclude webtests from packaging
---- Files affected: packages/ReviewBoard: ReviewBoard.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: packages/ReviewBoard/ReviewBoard.spec diff -u packages/ReviewBoard/ReviewBoard.spec:1.6 packages/ReviewBoard/ReviewBoard.spec:1.7 --- packages/ReviewBoard/ReviewBoard.spec:1.6 Thu Feb 17 08:16:38 2011 +++ packages/ReviewBoard/ReviewBoard.spec Thu Mar 17 09:14:35 2011 @@ -4,7 +4,7 @@ Summary: Web-based code review tool Name: ReviewBoard Version: 1.5.3 -Release: 1 +Release: 2 License: MIT Group: Applications/Networking URL: http://www.review-board.org/ @@ -14,11 +14,11 @@ BuildRequires: python-setuptools BuildRequires: rpmbuild(macros) >= 1.219 BuildRequires: sed >= 4.0 -Requires: django-evolution >= 0.6.2 Requires: patchutils Requires: python-PIL Requires: python-dateutil Requires: python-django >= 1.1.3 +Requires: python-django-evolution >= 0.6.2 Requires: python-djblets >= 0.6.7 Requires: python-flup Requires: python-memcached @@ -62,7 +62,8 @@ # Remove test data from the installed packages rm -rf $RPM_BUILD_ROOT%{py_sitescriptdir}/reviewboard/diffviewer/testdata \ - $RPM_BUILD_ROOT%{py_sitescriptdir}/reviewboard/scmtools/testdata + $RPM_BUILD_ROOT%{py_sitescriptdir}/reviewboard/scmtools/testdata \ + $RPM_BUILD_ROOT%{py_sitescriptdir}/webtests %clean rm -rf $RPM_BUILD_ROOT @@ -93,7 +94,6 @@ %{py_sitescriptdir}/reviewboard/*.py[co] %attr(755,root,root) %{py_sitescriptdir}/reviewboard/manage.py %{py_sitescriptdir}/reviewboard/cmdline -%{py_sitescriptdir}/webtests/*.py* %if "%{py_ver}" > "2.4" %{py_sitescriptdir}/ReviewBoard-%{version}-*.egg-info %endif @@ -104,6 +104,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2011/03/17 08:14:35 glen +- fix django-evolution dep +- exclude webtests from packaging + Revision 1.6 2011/02/17 07:16:38 glen - todo: webservers integration ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ReviewBoard/ReviewBoard.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
