]> git.pld-linux.org Git - packages/python-coherence.git/commitdiff
- add D-Bus service file auto/th/python-coherence-0_6_4-2 auto/ti/python-coherence-0_6_4-2
authorPatryk Zawadzki <patrys@room-303.com>
Tue, 11 Aug 2009 22:59:57 +0000 (22:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 2

Changed files:
    org.Coherence.service -> 1.1
    python-coherence.spec -> 1.15

org.Coherence.service [new file with mode: 0644]
python-coherence.spec

diff --git a/org.Coherence.service b/org.Coherence.service
new file mode 100644 (file)
index 0000000..7d21af9
--- /dev/null
@@ -0,0 +1,3 @@
+[D-BUS Service]
+Name=org.Coherence
+Exec=/usr/bin/coherence -o use_dbus:yes -o controlpoint:yes
index 41893626aab9fc0a4d5a6ae4e05fa7a9dd183ee4..e460de91a75f29e1a174bf89c91d36c3524838e2 100644 (file)
@@ -2,11 +2,12 @@ Summary:      A DLNA/UPnP MediaServer protocol implementation
 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
@@ -46,6 +47,9 @@ Wraz z GStreamerem tworzy sterowalny renderer mediów DLNA/UPnP.
 %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
@@ -64,3 +68,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc README
 %attr(755,root,root) %{_bindir}/*
 %{py_sitescriptdir}/*
+%{_datadir}/dbus-1/services/org.Coherence.service
This page took 0.072288 seconds and 4 git commands to generate.