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