be0bc1e
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
be0bc1e
%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
be0bc1e
be0bc1e
Name:           bodhi
4fd4c96
Version:        0.5.27
3fb71bb
Release:        1%{?dist}
be0bc1e
Summary:        A modular framework that facilitates publishing software updates
be0bc1e
Group:          Applications/Internet
be0bc1e
License:        GPLv2+
f94b636
URL:            https://fedorahosted.org/bodhi
be0bc1e
Source0:        bodhi-%{version}.tar.bz2
f94b636
be0bc1e
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
be0bc1e
BuildArch:      noarch
be0bc1e
1fae154
BuildRequires: python-setuptools 
f94b636
BuildRequires: python-setuptools-devel
f94b636
BuildRequires: python-devel
1fae154
1fae154
BuildRequires: TurboGears python-bugzilla
1fae154
BuildRequires: python-fedora python-TurboMail TurboGears yum koji
be0bc1e
be0bc1e
%description
f94b636
Bodhi is a web application that facilitates the process of publishing
be0bc1e
updates for a software distribution.
be0bc1e
92371b4
A modular piece of the Fedora Infrastructure stack
92371b4
* Utilizes the Koji Buildsystem for tracking RPMs
92371b4
* Creates the update repositories using Mash, which composes a repository based
92371b4
  on tagged builds in Koji. 
92371b4
f94b636
be0bc1e
%package client
be0bc1e
Summary: Bodhi Client
be0bc1e
Group: Applications/Internet
0b27315
Requires: python-simplejson koji yum
0b27315
Requires: python-fedora >= 0.3.5
be0bc1e
f94b636
%description client
be0bc1e
Client tools for interacting with bodhi
be0bc1e
be0bc1e
be0bc1e
%package server
be0bc1e
Summary: A modular framework that facilitates publishing software updates
be0bc1e
Group: Applications/Internet
f94b636
Requires: TurboGears
f94b636
Requires: python-TurboMail
f94b636
Requires: intltool
f94b636
Requires: mash
f94b636
Requires: cvs
f94b636
Requires: koji
f94b636
Requires: python-fedora
6dfcb46
Requires: python-bugzilla
f94b636
Requires: python-imaging
f94b636
Requires: python-crypto
f94b636
Requires: python-turboflot
f94b636
Requires: python-tgcaptcha
f94b636
Requires: python-decorator
f94b636
Requires: mod_wsgi
3fb71bb
Requires: httpd
f94b636
be0bc1e
be0bc1e
%description server
be0bc1e
Bodhi is a modular framework that facilitates the process of publishing
be0bc1e
updates for a software distribution.
be0bc1e
be0bc1e
%prep
be0bc1e
%setup -q
be0bc1e
rm -rf bodhi/tests bodhi/tools/test-bodhi.py
be0bc1e
be0bc1e
%build
f94b636
%{__python} setup.py build --install-data=%{_datadir}
be0bc1e
be0bc1e
%install
f94b636
%{__rm} -rf %{buildroot}
f94b636
%{__python} setup.py install -O1 --skip-build \
be0bc1e
    --install-data=%{_datadir} --root %{buildroot}
f94b636
f94b636
%{__mkdir_p} %{buildroot}/var/lib/bodhi
f94b636
%{__mkdir_p} %{buildroot}%{_sysconfdir}/httpd/conf.d
f94b636
%{__mkdir_p} %{buildroot}%{_sysconfdir}/bodhi
f94b636
%{__mkdir_p} %{buildroot}%{_datadir}/%{name}
f94b636
%{__mkdir_p} -m 0755 %{buildroot}/%{_localstatedir}/log/bodhi
f94b636
f94b636
%{__install} -m 640 apache/%{name}.conf %{buildroot}%{_sysconfdir}/httpd/conf.d/%{name}.conf
f94b636
%{__install} -m 640 %{name}.cfg %{buildroot}%{_sysconfdir}/%{name}/
f94b636
%{__install} -m 640 %{name}/config/*mash* %{buildroot}%{_sysconfdir}/%{name}/
f94b636
%{__install} apache/%{name}.wsgi %{buildroot}%{_datadir}/%{name}/%{name}.wsgi
be0bc1e
8c53154
%{__install} %{name}/tools/client.py %{buildroot}%{_bindir}/%{name}
8c53154
be0bc1e
be0bc1e
%clean
f94b636
%{__rm} -rf %{buildroot}
be0bc1e
be0bc1e
be0bc1e
%files server
be0bc1e
%defattr(-,root,root,-)
be0bc1e
%doc README COPYING
f94b636
%{python_sitelib}/%{name}/
f94b636
%{_bindir}/start-%{name}
f94b636
%{_bindir}/%{name}-*
f94b636
%{_sysconfdir}/httpd/conf.d/bodhi.conf
08d923a
%dir %{_sysconfdir}/bodhi/
f94b636
%attr(-,apache,root) %{_datadir}/%{name}
f94b636
%attr(-,apache,root) %config(noreplace) %{_sysconfdir}/bodhi/*
f94b636
%attr(-,apache,root) %{_localstatedir}/log/bodhi
5994108
%{python_sitelib}/%{name}-%{version}-py%{pyver}.egg-info/
f94b636
be0bc1e
be0bc1e
%files client
7729a24
%defattr(-,root,root,-)
be0bc1e
%{_bindir}/bodhi
c82c7c9
%{_mandir}/man1/bodhi.1.gz
be0bc1e
be0bc1e
be0bc1e
%changelog
4fd4c96
* Mon Jun 22 2009 Luke Macken <lmacken@redhat.com> - 0.5.27-01
4fd4c96
- Latest upstream release to bring in fixed mash config files.
4fd4c96
4fd4c96
* Fri Jun 12 2009 Luke Macken <lmacken@redhat.com> - 0.5.26-1
4fd4c96
- Latest upstream release with a variety of fixes and pkgdb-0.4 support.
4fd4c96
4fd4c96
* Tue May 12 2009 Luke Macken <lmacken@redhat.com> - 0.5.25-1
4fd4c96
- Latest upstream bugfix release to work around some TG 1.0.8
4fd4c96
  brokenness, and make our masher a bit more robust.
4fd4c96
4fd4c96
* Tue May 12 2009 Luke Macken <lmacken@redhat.com> - 0.5.24-1
4fd4c96
- 0.5.24 bugfix release
4fd4c96
4fd4c96
* Thu May 07 2009 Luke Macken <lmacken@redhat.com> - 0.5.23-1
4fd4c96
- Add mash configs for F11, with deltarpm support.
4fd4c96
4fd4c96
* Thu Apr 30 2009 Luke Macken <lmacken@redhat.com> - 0.5.22-1
4fd4c96
- Remove pagination patch, as Fedora Infrastructure is now TG 1.0.8
4fd4c96
4fd4c96
* Thu Apr 30 2009 Luke Macken <lmacken@redhat.com> - 0.5.21-1
4fd4c96
- Update to TG 1.0.8 API (fixes a @paginate issue)
4fd4c96
4fd4c96
* Mon Apr 06 2009 Luke Macken <lmacken@redhat.com> - 0.5.20-1
4fd4c96
- Fix a bug when sending mash requests through the ProxyClient
4fd4c96
- More Python2.4 workarounds
4fd4c96
4fd4c96
* Mon Apr 06 2009 Luke Macken <lmacken@redhat.com> - 0.5.19-3
4fd4c96
- Update to work with Python2.4
4fd4c96
4fd4c96
* Mon Apr 06 2009 Luke Macken <lmacken@redhat.com> - 0.5.19-2
4fd4c96
- Revision bump to bring it up to speed with the fedora infra package
4fd4c96
4fd4c96
* Sat Mar 21 2009 Luke Macken <lmacken@redhat.com> - 0.5.19-1
3fb71bb
- 0.5.19
4fd4c96
- Add a patch to get pagination working in TG 1.0.4.4
3fb71bb
3fb71bb
* Sat Mar 14 2009 Luke Macken <lmacken@redhat.com> - 0.5.17-4
3fb71bb
- Require httpd
3fb71bb
3fb71bb
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.17-3
3fb71bb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
3fb71bb
4fd4c96
* Tue Feb 10 2009 Luke Macken <lmacken@redhat.com> - 0.5.18-1
4fd4c96
- Bugfix release, and to stop using deprecated python-fedora APIs.
4fd4c96
08d923a
* Mon Feb 2 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 0.5.17-2
08d923a
- Own the %%{_sysconfdir}/bodhi directory.
08d923a
2b0dbe2
* Thu Jan 22 2009 Luke Macken <lmacken@redhat.com> - 0.5.17-1
2b0dbe2
- Latest upstream bugfix release.
2b0dbe2
1fd15a6
* Mon Jan 05 2009 Luke Macken <lmacken@redhat.com> - 0.5.16-1
1fd15a6
- Latest upstream bugfix release.
1fd15a6
1fd15a6
* Mon Dec 22 2008 Luke Macken <lmacken@redhat.com> - 0.5.15-1
1fd15a6
- Latest release, with more masher improvements.
1fd15a6
8690027
* Fri Dec 19 2008 Luke Macken <lmacken@redhat.com> - 0.5.14-1
8690027
- Latest upstream release, containing some masher improvements.
8690027
7729a24
* Wed Dec 10 2008 Luke Macken <lmacken@redhat.com> - 0.5.13-1
7729a24
- Latest upstream release to fix various metrics/rss issues
7729a24
7729a24
* Mon Nov 24 2008 Luke Macken <lmacken@redhat.com> - 0.5.12-1
7729a24
- Latest upstream release, to fix the 10k bug
7729a24
7729a24
* Fri Nov 21 2008 Luke Macken <lmacken@redhat.com> - 0.5.11-1
7729a24
- Various F10 release tweaks
7729a24
7729a24
* Fri Oct 24 2008 Luke Macken <lmacken@redhat.com> - 0.5.10-3
7729a24
- Latest upstream release
7729a24
7729a24
* Wed Oct 15 2008 Luke Macken <lmacken@redhat.com> - 0.5.9-2
7729a24
- Fix a trivial module import issue
7729a24
7729a24
* Tue Oct 14 2008 Luke Macken <lmacken@redhat.com> - 0.5.9-1
7729a24
- Fix a variety of bugs, including a race-condition when editing.
7729a24
7729a24
* Thu Oct 13 2008 Steve 'Ashcrow' Milner <smilner@redhat.com> - 0.5.8-2
7729a24
- Added default attributes to client files.
7729a24
7729a24
* Sun Oct 12 2008 Luke Macken <lmacken@redhat.com> - 0.5.8-1
7729a24
- Minor release to fix some new update creation bugs
7729a24
7729a24
* Thu Oct 09 2008 Luke Macken <lmacken@redhat.com> - 0.5.7-1
7729a24
- Latest release, containing some API improvements
7729a24
7729a24
* Tue Oct 07 2008 Luke Macken <lmacken@redhat.com> - 0.5.6-1
7729a24
- Latest upstream release.
7729a24
0b27315
* Mon Oct 06 2008 Luke Macken <lmacken@redhat.com> - 0.5.5-1
0b27315
- Latest upstream release.
0b27315
0b27315
* Sat Oct 04 2008 Luke Macken <lmacken@redhat.com> - 0.5.4-2
0b27315
- Make our masher extension point less obtrusive.
0b27315
0b27315
* Tue Sep 16 2008 Luke Macken <lmacken@redhat.com> - 0.5.4-1
0b27315
- Latest upstream release, containing various bugfixes
0b27315
- Make our python-fedora requirement explicit (#461518)
0b27315
1fae154
* Wed Sep 10 2008 Luke Macken <lmacken@redhat.com> - 0.5.3-1
1fae154
- Latest upstream release
1fae154
1fae154
* Wed Sep 03 2008 Luke Macken <lmacken@redhat.com> - 0.5.2-2
1fae154
- Add the masher deps to BuildRequires, since it now resides
1fae154
  on the turbogears.extensions entry point and will be
1fae154
  imported by pkg_resources at build time.
1fae154
8bcbdc8
* Wed Sep 03 2008 Luke Macken <lmacken@redhat.com> - 0.5.2-1
8bcbdc8
- Latest upstream bugfix release
8bcbdc8
8c53154
* Fri Aug 29 2008 Luke Macken <lmacken@redhat.com> - 0.5.1-3
8c53154
- Fix some setuptools issues with our client subpackage
8c53154
5994108
* Mon Aug 25 2008 Luke Macken <lmacken@redhat.com> - 0.5.1-2
5994108
- Include the egg-info in the client subpackage.
5994108
3ab4586
* Fri Aug 22 2008 Luke Macken <lmacken@redhat.com> - 0.5.1-1
3ab4586
- Latest upstream release
3ab4586
3ab4586
* Sun Jul 06 2008 Luke Macken <lmacken@redhat.com> - 0.5.0-1
f94b636
- Latest upstream release
f94b636
f94b636
* Thu Jun 12 2008 Todd Zullinger <tmz@pobox.com> - 0.4.10-5
f94b636
- update URL to point to fedorahosted.org
f94b636
f94b636
* Fri Apr 04 2008 Luke Macken <lmacken@redhat.com> - 0.4.10-4
f94b636
- Add python-tgcaptcha to our server requirements
1d63ff0
6dfcb46
* Tue Feb 26 2008 Luke Macken <lmacken@redhat.com> - 0.4.10-3
6dfcb46
- Add python-bugzilla to our server requirements
6dfcb46
4eed563
* Fri Jan 25 2008 Luke Macken <lmacken@redhat.com> - 0.4.10-2
4eed563
- Add python-elixir to BuildRequires to make the new TG happy
4eed563
f5901e8
* Fri Jan 25 2008 Luke Macken <lmacken@redhat.com> - 0.4.10-1
f5901e8
- 0.4.10
f5901e8
- Remove yum-utils requirement from bodhi-server
f5901e8
83fe465
* Sun Jan  6 2008 Luke Macken <lmacken@redhat.com> - 0.4.9-1
83fe465
- 0.4.9
83fe465
c82c7c9
* Sat Dec  7 2007 Luke Macken <lmacken@redhat.com> - 0.4.8-1
c82c7c9
- 0.4.8
c82c7c9
c82c7c9
* Wed Nov 28 2007 Luke Macken <lmacken@redhat.com> - 0.4.7-1
c82c7c9
- 0.4.7
c82c7c9
30a12e0
* Tue Nov 20 2007 Luke Macken <lmacken@redhat.com> - 0.4.6-1
30a12e0
- 0.4.6
30a12e0
59f40c9
* Sun Nov 18 2007 Luke Macken <lmacken@redhat.com> - 0.4.5-2
59f40c9
- Add python-genshi to BuildRequires
59f40c9
5ba4754
* Sat Nov 17 2007 Luke Macken <lmacken@redhat.com> - 0.4.5-1
5ba4754
- 0.4.5
5ba4754
4497be1
* Wed Nov 14 2007 Luke Macken <lmacken@redhat.com> - 0.4.4-1
4497be1
- 0.4.4
4497be1
99fa271
* Mon Nov 12 2007 Luke Macken <lmacken@redhat.com> - 0.4.3-1
99fa271
- 0.4.3
99fa271
54891c8
* Mon Nov 12 2007 Luke Macken <lmacken@redhat.com> - 0.4.2-1
54891c8
- 0.4.2
54891c8
005576e
* Mon Nov 12 2007 Luke Macken <lmacken@redhat.com> - 0.4.1-1
005576e
- 0.4.1
005576e
92371b4
* Sun Nov 11 2007 Luke Macken <lmacken@redhat.com> - 0.4.0-1
92371b4
- Lots of bodhi-client features
92371b4
1edbde1
* Wed Nov  7 2007 Luke Macken <lmacken@redhat.com> - 0.3.3-1
1edbde1
- 0.3.3
1edbde1
be0bc1e
* Thu Oct 18 2007 Luke Macken <lmacken@redhat.com> - 0.3.2-2
be0bc1e
- Add TurboGears to BuildRequires
be0bc1e
- Make some scripts executable to silence rpmlint
be0bc1e
be0bc1e
* Sat Oct 16 2007 Luke Macken <lmacken@redhat.com> - 0.3.2-1
be0bc1e
- 0.3.2
be0bc1e
- Add COPYING file
be0bc1e
- s/python-json/python-simplejson/
be0bc1e
be0bc1e
* Sat Oct  6 2007 Luke Macken <lmacken@redhat.com> - 0.3.1-1
be0bc1e
- 0.3.1
be0bc1e
be0bc1e
* Wed Oct  3 2007 Luke Macken <lmacken@redhat.com> - 0.2.0-5
be0bc1e
- Add python-fedora to bodhi-client Requires
be0bc1e
be0bc1e
* Mon Sep 17 2007 Luke Macken <lmacken@redhat.com> - 0.2.0-4
be0bc1e
- Add python-json to bodhi-client Requires
be0bc1e
be0bc1e
* Sun Sep 16 2007 Luke Macken <lmacken@redhat.com> - 0.2.0-3
be0bc1e
- Add cvs to bodhi-server Requires
be0bc1e
be0bc1e
* Thu Sep 15 2007 Luke Macken <lmacken@redhat.com> - 0.2.0-2
be0bc1e
- Handle python-setuptools-devel changes in Fedora 8
be0bc1e
- Update license to GPLv2+
be0bc1e
be0bc1e
* Thu Sep 13 2007 Luke Macken <lmacken@redhat.com> - 0.2.0-1
be0bc1e
- Split spec file into client/server subpackages