Author: patrys Date: Tue Aug 11 23:00:02 2009 GMT Module: packages Tag: HEAD ---- Log message: - add D-Bus service file - rel 2
---- Files affected: packages/python-coherence: python-coherence.spec (1.14 -> 1.15) , org.Coherence.service (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/python-coherence/python-coherence.spec diff -u packages/python-coherence/python-coherence.spec:1.14 packages/python-coherence/python-coherence.spec:1.15 --- packages/python-coherence/python-coherence.spec:1.14 Wed Aug 12 00:53:56 2009 +++ packages/python-coherence/python-coherence.spec Wed Aug 12 00:59:57 2009 @@ -3,11 +3,12 @@ Summary(pl.UTF-8): Implementacja protokoĊu DLNA/UPnP MediaServer Name: python-coherence Version: 0.6.4 -Release: 1 +Release: 2 License: MIT Group: Libraries/Python Source0: https://coherence.beebits.net/download/Coherence-%{version}.tar.gz # Source0-md5: d8e78089928a894d87073cdeedf8d2df +Source1: org.Coherence.service URL: https://coherence.beebits.net/ BuildRequires: python-devel >= 1:2.5 BuildRequires: python-setuptools @@ -47,6 +48,9 @@ %install rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_datadir}/dbus-1/services +install %SOURCE1 $RPM_BUILD_ROOT%{_datadir}/dbus-1/services/org.Coherence.service + %{__python} setup.py install \ --optimize=2 \ --root=$RPM_BUILD_ROOT @@ -65,6 +69,7 @@ %doc README %attr(755,root,root) %{_bindir}/* %{py_sitescriptdir}/* +%{_datadir}/dbus-1/services/org.Coherence.service %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -72,6 +77,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2009/08/11 22:59:57 patrys +- add D-Bus service file +- rel 2 + Revision 1.14 2009/08/11 22:53:56 patrys - 0.6.4 ================================================================ Index: packages/python-coherence/org.Coherence.service diff -u /dev/null packages/python-coherence/org.Coherence.service:1.1 --- /dev/null Wed Aug 12 01:00:02 2009 +++ packages/python-coherence/org.Coherence.service Wed Aug 12 00:59:57 2009 @@ -0,0 +1,3 @@ +[D-BUS Service] +Name=org.Coherence +Exec=/usr/bin/coherence -o use_dbus:yes -o controlpoint:yes ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-coherence/python-coherence.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
