[Erp5-report] r7861 - in /spec/mandriva/2006.0/buildbot: ./ buildbot.spec
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Jun 19 17:24:34 CEST 2006
Author: kevin
Date: Mon Jun 19 17:24:32 2006
New Revision: 7861
URL: http://svn.erp5.org?rev=7861&view=rev
Log:
Commit buildbot-0.7.2-1 spec files and patches
Added:
spec/mandriva/2006.0/buildbot/
spec/mandriva/2006.0/buildbot/buildbot.spec
Added: spec/mandriva/2006.0/buildbot/buildbot.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/buildbot/buildbot.spec?rev=7861&view=auto
==============================================================================
--- spec/mandriva/2006.0/buildbot/buildbot.spec (added)
+++ spec/mandriva/2006.0/buildbot/buildbot.spec Mon Jun 19 17:24:32 2006
@@ -1,0 +1,50 @@
+%define name buildbot
+%define version 0.7.2
+%define release 1
+
+Summary: BuildBot build automation system
+Name: %{name}
+Version: %{version}
+Release: %{release}
+Source0: %{name}-%{version}.tar.gz
+License: GNU GPL
+Group: Development/Libraries
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
+Prefix: %{_prefix}
+BuildArch: noarch
+Vendor: Brian Warner <warner-buildbot at lothar.com>
+Url: http://buildbot.sourceforge.net/
+Packager: Jérôme Perrin <jerome at nexedi.com>
+Requires: python-twisted
+
+%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
+
+%build
+python setup.py build
+
+%install
+python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f INSTALLED_FILES
+%defattr(-,root,root)
+
More information about the Erp5-report
mailing list