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ä - 0.6.0-2 +- Make vdr(abi) deps arch qualified. + * Wed Jul 04 2012 Felix Kaechele - 0.6.0-1 - update to 0.6.0 - drop all patches as upstream includes them already