Summary: BuildBot build automation system Name: buildbot Version: 0.7.9 Release: 2 License: GPL v2 Group: Development/Building Source0: http://dl.sourceforge.net/buildbot/%{name}-%{version}.tar.gz # Source0-md5: 616c193a2508935499f26bcbfc56c08a Patch0: %{name}-fixes.patch URL: http://www.buildbot.net/ BuildRequires: python-devel >= 1:2.5 BuildRequires: rpmbuild(macros) >= 1.219 %pyrequires_eq python-modules Requires: python-TwistedConch Requires: python-TwistedCore Requires: python-TwistedMail Requires: python-TwistedWeb Requires: python-TwistedWords BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. The guilty developer can be identified and harassed without human intervention. By running the builds on a variety of platforms, developers who do not have the facilities to test their changes everywhere before checkin will at least know shortly afterwards whether they have broken the build or not. Warning counts, lint checks, image size, compile time, and other build parameters can be tracked over time, are more visible, and are therefore easier to improve. %prep %setup -q %patch0 -p1 %build python setup.py build %install rm -rf $RPM_BUILD_ROOT python setup.py install \ --root=$RPM_BUILD_ROOT \ --optimize=2 %py_postclean %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc CREDITS NEWS README docs/*.html docs/examples docs/images %doc contrib %attr(755,root,root) %{_bindir}/buildbot %{py_sitescriptdir}/buildbot*.egg-info %dir %{py_sitescriptdir}/buildbot %{py_sitescriptdir}/buildbot