Author: cieciwa Date: Wed Jun 8 07:05:07 2011 GMT Module: packages Tag: HEAD ---- Log message: - update.
---- Files affected: packages/python-django-celery: python-django-celery.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/python-django-celery/python-django-celery.spec diff -u packages/python-django-celery/python-django-celery.spec:1.1 packages/python-django-celery/python-django-celery.spec:1.2 --- packages/python-django-celery/python-django-celery.spec:1.1 Tue Jun 7 10:12:49 2011 +++ packages/python-django-celery/python-django-celery.spec Wed Jun 8 09:04:58 2011 @@ -4,7 +4,7 @@ %bcond_without tests # do not perform "make test" %define module django-celery -Summary: +Summary: - Name: python-%module Version: 2.2.4 Release: 0.1 @@ -12,14 +12,14 @@ Group: Development/Languages URL: http://code.google.com/p/%{module}/ Source0: http://pypi.python.org/packages/source/d/%{module}/%{module}-%{version}.tar.gz -# Source0-md5: 8cc00d8247e8a612deaa355044b59939 -BuildRequires: python-coverage -BuildRequires: python-devel +# Source0-md5: 08ea1ce14af8a09c8eeae7fcfcaefaae +#BuildRequires: python-coverage +#BuildRequires: python-devel BuildRequires: python-django -BuildRequires: python-nose -BuildRequires: python-pyflakes -BuildRequires: python-setuptools -BuildRequires: python-sqlite +#BuildRequires: python-nose +#BuildRequires: python-pyflakes +#BuildRequires: python-setuptools +#BuildRequires: python-sqlite BuildRequires: rpmbuild(macros) >= 1.219 BuildRequires: sed >= 4.0 Requires: python-django @@ -37,18 +37,13 @@ over time, and to update the database to reflect those changes. %prep -%setup -q -n django_evolution-%{version} +%setup -q -n %{module}-%{version} %{__sed} -i -e 's/^from ez_setup/#from ez_setup/' setup.py %{__sed} -i -e 's/^use_setuptools()/#use_setuptools()/' setup.py %build %{__python} setup.py build -%if %{with tests} -%{__python} tests/runtests.py -%{__python} tests/run-pyflakes.py -%endif - %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install \ @@ -58,7 +53,7 @@ %py_postclean -rm -rf $RPM_BUILD_ROOT%{py_sitescriptdir}/django_evolution/tests +rm -rf $RPM_BUILD_ROOT%{py_sitescriptdir}/%{module}/tests rm -rf $RPM_BUILD_ROOT%{py_sitescriptdir}/tests %clean @@ -67,9 +62,9 @@ %files %defattr(644,root,root,755) %doc AUTHORS LICENSE README docs -%{py_sitescriptdir}/django_evolution +%{py_sitescriptdir}/%{module} %if "%{py_ver}" > "2.4" -%{py_sitescriptdir}/django_evolution-%{version}-*.egg-info +%{py_sitescriptdir}/%{module}-%{version}-*.egg-info %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -78,7 +73,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2011/06/08 07:04:58 cieciwa +- update. + Revision 1.1 2011/06/07 08:12:49 cieciwa - initial, based on python-django-evolution. - -Revision 1.1 2011/02/17 07:10:07 glen \ No newline at end of file ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-django-celery/python-django-celery.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
