Summary: BuildBot build automation system Name: buildbot Version: 0.7.12 Release: 1 License: GPL v2 Group: Development/Building Source0: http://dl.sourceforge.net/buildbot/%{name}-%{version}.tar.gz # Source0-md5: 5ba9559e2ef0d4e34a26815d95fc2d68 URL: http://www.buildbot.net/ BuildRequires: python-devel BuildRequires: rpmbuild(macros) >= 1.219 %pyrequires_eq python-modules Requires: python-TwistedConch Requires: python-TwistedCore Requires: python-TwistedMail Requires: python-TwistedWeb Requires: python-TwistedWords BuildArch: noarch 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 %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 %{py_sitescriptdir}/buildbot*.egg-info