]> git.pld-linux.org Git - packages/buildbot.git/commitdiff
- initial
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 3 Dec 2008 18:12:51 +0000 (18:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    buildbot.spec -> 1.1

buildbot.spec [new file with mode: 0644]

diff --git a/buildbot.spec b/buildbot.spec
new file mode 100644 (file)
index 0000000..6b242dc
--- /dev/null
@@ -0,0 +1,58 @@
+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
This page took 0.091229 seconds and 4 git commands to generate.