Name: darkserver Version: 0.5.4 Release: 1%{?dist} Summary: GNU build-id service Group: Applications/Publishing License: GPLv2+ URL: https://github.com/kushaldas/darkserver Source0: http://kushal.fedorapeople.org/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python-setuptools python-devel Requires: Django Requires: koji Requires: httpd Requires: mod_wsgi Requires: mysql %description Service to provide details of GNU build-id. This is a Django based web-service which keeps records of GNU build-ids of various ELF files imported from RPMs and provide them in JSON format through web. %prep %setup -q %build %{__python} setup.py build %install %{__python} setup.py install -O1 --skip-build --root %{buildroot} %files %doc README %{_sbindir}/darkserver.wsgi %config %{_sysconfdir}/%{name}/settings* %config(noreplace) %{_sysconfdir}/%{name}/darkserverweb.conf %config(noreplace) %{_sysconfdir}/httpd/conf.d/darkserver-httpd.conf %dir %{_sysconfdir}/%{name} %dir %{python_sitelib}/darkserverweb/ %dir %{python_sitelib}/darkserverweb/buildid/ %dir %{_datadir}/darkserver/ %dir %{_datadir}/darkserver/static/ %{python_sitelib}/darkserverweb/*.py* %{python_sitelib}/darkserverweb/buildid/*.py* %{_datadir}/darkserver/static/*.* %{python_sitelib}/darkserver*.egg-info %package kojiplugin Requires: elfutils rpmdevtools koji-hub-plugins MySQL-python Summary: The koji plugin for darkserver %description kojiplugin The koji plugin for darkserver. %files kojiplugin %{_prefix}/lib/koji-hub-plugins/darkserver-plugin.py* %config(noreplace) %{_sysconfdir}/koji-hub/plugins/darkserver.conf %changelog * Wed May 02 2012 Kushal Das - 0.5.4-1 - Updated the source to 0.5.4, for bz#817625 * Thu Mar 22 2012 Kushal Das - 0.5.3-1 - Updated the source to 0.5.3, for bz#806013 * Thu Mar 22 2012 Kushal Das - 0.5.2-1 - Updated the source to 0.5.2 * Wed Mar 14 2012 Kushal Das - 0.5.1-1 - Updated the source to 0.5.1 * Wed Mar 14 2012 Kushal Das - 0.5-1 - Updated the source to 0.5, subpackage kojiplugin * Tue Mar 13 2012 Kushal Das - 0.4.1-1 - Updated the source to 0.4.1, fixed syncdb issue * Tue Mar 13 2012 Kushal Das - 0.4-1 - Updated the source to 0.4, removed the subpackage * Fri Jan 13 2012 Fedora Release Engineering - 0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Dec 27 2011 Kushal Das - 0.3-1 - New release of the source * Tue Dec 05 2011 Kushal Das - 0.2-1 - New release of the source * Tue Nov 22 2011 Kushal Das - 0.1-3 - Fixing the dir issues from bz#752771 * Fri Nov 11 2011 Kushal Das - 0.1-2 - fixing the spec file better description and other ideas from review request bz#752771 * Thu Nov 10 2011 Kushal Das - 0.1-1 - initial release