[vdr-streamdev] move streamdevhosts.conf to the right directory

Felix Kaechele heffer at fedoraproject.org
Sat Oct 8 13:42:15 UTC 2011


commit c7ea6da977cee389a512b98603187f58bdffac21
Author: Felix Kaechele <heffer at fedoraproject.org>
Date:   Sat Oct 8 15:41:53 2011 +0200

    move streamdevhosts.conf to the right directory

 vdr-streamdev.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/vdr-streamdev.spec b/vdr-streamdev.spec
index 31990d1..266e7a4 100644
--- a/vdr-streamdev.spec
+++ b/vdr-streamdev.spec
@@ -6,7 +6,7 @@
 
 Name:           vdr-%{pname}
 Version:        0.5.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Streaming plug-in for VDR
 
 Group:          Applications/Multimedia
@@ -59,10 +59,10 @@ make %{?_smp_mflags} LIBDIR=. VDRDIR=%{_libdir}/vdr LOCALEDIR=$RPM_BUILD_ROOT%{_
 %install
 rm -rf $RPM_BUILD_ROOT
 install -dm 755 $RPM_BUILD_ROOT%{plugindir}
-install -dm 755 $RPM_BUILD_ROOT%{configdir}/plugins
+install -dm 755 $RPM_BUILD_ROOT%{configdir}/plugins/streamdev-server
 install -pm 755 server/libvdr-%{pname}-server.so.%{apiver} $RPM_BUILD_ROOT%{plugindir}
 install -pm 755 client/libvdr-%{pname}-client.so.%{apiver} $RPM_BUILD_ROOT%{plugindir}
-install -Dpm 644 streamdev-server/streamdevhosts.conf $RPM_BUILD_ROOT%{configdir}/plugins/streamdevhosts.conf
+install -Dpm 644 streamdev-server/streamdevhosts.conf $RPM_BUILD_ROOT%{configdir}/plugins/streamdev-server/streamdevhosts.conf
 install -Dpm 755 streamdev-server/externremux.sh $RPM_BUILD_ROOT%{_libdir}/vdr/bin/externremux.sh 
 install -Dpm 644 %{SOURCE1} \
   $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}-server.conf
@@ -77,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT
 %{plugindir}/libvdr-%{pname}-server.so.%{apiver}
 %{_libdir}/vdr/bin/externremux.sh
 %config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}-server.conf
-%config(noreplace) %{configdir}/plugins/streamdevhosts.conf
+%config(noreplace) %{configdir}/plugins/streamdev-server/streamdevhosts.conf
 %doc CONTRIBUTORS COPYING HISTORY PROTOCOL README
 
 %files client
@@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc CONTRIBUTORS COPYING HISTORY PROTOCOL README
 
 %changelog
+* Sat Oct 08 2011 Felix Kaechele <heffer at fedoraproject.org> - 0.5.1-2
+- move streamdevhosts.conf to the right directory
+
 * Sat Feb 12 2011 Felix Kaechele <heffer at fedoraproject.org> - 0.5.1-1
 - update to latest upstream release
 - see HISTORY for full changelog


More information about the scm-commits mailing list