SPECS: buildbot.spec (NEW) - initial

arekm arekm at pld-linux.org
Wed Dec 3 19:12:56 CET 2008


Author: arekm                        Date: Wed Dec  3 18:12:56 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   buildbot.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/buildbot.spec
diff -u /dev/null SPECS/buildbot.spec:1.1
--- /dev/null	Wed Dec  3 19:12:56 2008
+++ SPECS/buildbot.spec	Wed Dec  3 19:12:51 2008
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+Summary:	BuildBot build automation system
+Name:		buildbot
+Version:	0.7.9
+Release:	1
+License:	GPL v2
+Group:		Development/Building
+Source0:	http://dl.sourceforge.net/buildbot/%{name}-%{version}.tar.gz
+# Source0-md5:	616c193a2508935499f26bcbfc56c08a
+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
+
+%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
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/12/03 18:12:51  arekm
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list