packages: python-celery/python-celery.spec - fixed error in path in %%insta...

cieciwa cieciwa at pld-linux.org
Fri Jun 17 13:13:50 CEST 2011


Author: cieciwa                      Date: Fri Jun 17 11:13:50 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fixed error in path in %%install part.

---- Files affected:
packages/python-celery:
   python-celery.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: packages/python-celery/python-celery.spec
diff -u packages/python-celery/python-celery.spec:1.16 packages/python-celery/python-celery.spec:1.17
--- packages/python-celery/python-celery.spec:1.16	Thu Jun 16 21:12:16 2011
+++ packages/python-celery/python-celery.spec	Fri Jun 17 13:13:45 2011
@@ -5,7 +5,7 @@
 Summary:	Distributed Task Query
 Name:		python-%{module}
 Version:	2.2.6
-Release:	0.5
+Release:	0.6
 License:	BSD-like
 Group:		Development/Languages/Python
 Source0:	http://pypi.python.org/packages/source/c/%{module}/%{module}-%{version}.tar.gz
@@ -50,7 +50,7 @@
 cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 install -D %{SOURCE1} $RPM_BUILD_ROOT/etc/sysconfig/celeryd
-install -D %{SOURCE2} $RPM_BUILD_ROOT/etc/{sysconfig,rc.d/init.d/celeryd
+install -D %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/celeryd
 
 %py_postclean
 
@@ -104,6 +104,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2011/06/17 11:13:45  cieciwa
+- fixed error in path in %%install part.
+
 Revision 1.16  2011/06/16 19:12:16  zbyniu
 - pldized celeryd.init added; rel 0.5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-celery/python-celery.spec?r1=1.16&r2=1.17&f=u



More information about the pld-cvs-commit mailing list