[vdr-streamdev] Make vdr(abi) deps arch qualified.

Ville Skyttä scop at fedoraproject.org
Thu Jul 19 05:59:32 UTC 2012


commit 917ccbd2f2fa5ee8c1fb3089be0e5a86c8ed6f7f
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Thu Jul 19 08:59:20 2012 +0300

    Make vdr(abi) deps arch qualified.

 vdr-streamdev.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/vdr-streamdev.spec b/vdr-streamdev.spec
index 512ec8c..daaf531 100644
--- a/vdr-streamdev.spec
+++ b/vdr-streamdev.spec
@@ -6,7 +6,7 @@
 
 Name:           vdr-%{pname}
 Version:        0.6.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Streaming plug-in for VDR
 
 Group:          Applications/Multimedia
@@ -27,7 +27,7 @@ The streamdev plug-in adds streaming capabilities to your VDR.
 %package server
 Summary:        Streaming server plug-in for VDR
 Group:          Applications/Multimedia
-Requires:       vdr(abi) = %{apiver}
+Requires:       vdr(abi)%{?_isa} = %{apiver}
 
 %description server
 Lets your VDR act as a streaming server for other clients.
@@ -36,7 +36,7 @@ This will let you watch TV or Recordings across the network.
 %package client
 Summary:        Streaming client plug-in for VDR
 Group:          Applications/Multimedia
-Requires:       vdr(abi) = %{apiver}
+Requires:       vdr(abi)%{?_isa} = %{apiver}
 
 %description client
 Lets your VDR in conjunction with a streamdev-server act as a streaming client.
@@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc CONTRIBUTORS COPYING HISTORY PROTOCOL README
 
 %changelog
+* Thu Jul 19 2012 Ville Skyttä <ville.skytta at iki.fi> - 0.6.0-2
+- Make vdr(abi) deps arch qualified.
+
 * Wed Jul 04 2012 Felix Kaechele <heffer at fedoraproject.org> - 0.6.0-1
 - update to 0.6.0
 - drop all patches as upstream includes them already


More information about the scm-commits mailing list