Hello community,
here is the log from the commit of package python-django-celery for
openSUSE:Factory checked in at 2012-04-02 10:30:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-celery (Old)
and /work/SRC/openSUSE:Factory/.python-django-celery.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-celery", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-celery/python-django-celery.changes
2012-03-26 11:04:54.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-celery.new/python-django-celery.changes
2012-04-02 10:30:40.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Mar 21 19:41:04 UTC 2012 - [email protected]
+
+- Spec file cleanup:
+ * Simplified macro usage
+ * Don't install tests
+ * Require python-celerymon
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-celery.spec ++++++
--- /var/tmp/diff_new_pack.W8xgGz/_old 2012-04-02 10:30:41.000000000 +0200
+++ /var/tmp/diff_new_pack.W8xgGz/_new 2012-04-02 10:30:41.000000000 +0200
@@ -11,13 +11,10 @@
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-#
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-
Name: python-django-celery
Version: 2.5.1
Release: 0
@@ -29,15 +26,17 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-distribute
+#BuildRequires: python-Sphinx
+#BuildRequires: python-sphinxcontrib-issuetracker
+BuildRequires: python-django
Requires: python-celery >= 2.5.1
+Requires: python-celerymon
Requires: python-django-picklefield
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
BuildArch: noarch
%endif
-%endif
-
%description
Django-celery provides Celery integration for Django. Using the Django
@@ -49,13 +48,20 @@
%build
python setup.py build
+# Building HTML docs currently not possible, needs internet access:
+#cd docs && make html && rm .build/html/.buildinfo # Build HTML documentation
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+rm -rf %{buildroot}%{python_sitelib}/djcelery/tests # Don't ship tests
+
+#%%check
+#python setup.py test
%files
%defattr(-,root,root,-)
-%{python_sitelib}/*
+%doc AUTHORS LICENSE README examples
%{_bindir}/djcelerymon
+%{python_sitelib}/*
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]