]> git.pld-linux.org Git - packages/buildbot.git/blame - buildbot.spec
- updated to 0.7.12
[packages/buildbot.git] / buildbot.spec
CommitLineData
837ca963
AM
1Summary: BuildBot build automation system
2Name: buildbot
250804ab 3Version: 0.7.12
4Release: 1
837ca963
AM
5License: GPL v2
6Group: Development/Building
7Source0: http://dl.sourceforge.net/buildbot/%{name}-%{version}.tar.gz
250804ab 8# Source0-md5: 5ba9559e2ef0d4e34a26815d95fc2d68
837ca963 9URL: http://www.buildbot.net/
1d0c8109 10BuildRequires: python-devel
837ca963
AM
11BuildRequires: rpmbuild(macros) >= 1.219
12%pyrequires_eq python-modules
13Requires: python-TwistedConch
14Requires: python-TwistedCore
15Requires: python-TwistedMail
16Requires: python-TwistedWeb
17Requires: python-TwistedWords
1d0c8109 18BuildArch: noarch
837ca963
AM
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22The BuildBot is a system to automate the compile/test cycle required
23by most software projects to validate code changes. By automatically
24rebuilding and testing the tree each time something has changed, build
25problems are pinpointed quickly, before other developers are
26inconvenienced by the failure. The guilty developer can be identified
27and harassed without human intervention. By running the builds on a
28variety of platforms, developers who do not have the facilities to
29test their changes everywhere before checkin will at least know
30shortly afterwards whether they have broken the build or not. Warning
31counts, lint checks, image size, compile time, and other build
32parameters can be tracked over time, are more visible, and are
33therefore easier to improve.
34
35%prep
36%setup -q
37
38%build
1d0c8109 39%{__python} setup.py build
837ca963
AM
40
41%install
42rm -rf $RPM_BUILD_ROOT
1d0c8109 43%{__python} setup.py install \
837ca963
AM
44 --root=$RPM_BUILD_ROOT \
45 --optimize=2
46%py_postclean
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(644,root,root,755)
53%doc CREDITS NEWS README docs/*.html docs/examples docs/images
54%doc contrib
55%attr(755,root,root) %{_bindir}/buildbot
837ca963 56%{py_sitescriptdir}/buildbot
1d0c8109 57%{py_sitescriptdir}/buildbot*.egg-info
This page took 0.061689 seconds and 4 git commands to generate.