diff options
author | François Andriot <[email protected]> | 2015-01-01 23:44:45 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2015-01-01 23:44:45 +0100 |
commit | 27e495be3c66ab240e2d7fac8400fe81f9a76ee7 (patch) | |
tree | 591566d6b3e4bdeb5830e8f50e0830af3f3ad866 | |
parent | ee025ae35fa3bd6ed02f7b7515648f50095c717f (diff) | |
download | tde-packaging-27e495be3c66ab240e2d7fac8400fe81f9a76ee7.tar.gz tde-packaging-27e495be3c66ab240e2d7fac8400fe81f9a76ee7.zip |
RPM packaging: update amarok
-rw-r--r-- | redhat/applications/amarok/amarok-14.0.0.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/redhat/applications/amarok/amarok-14.0.0.spec b/redhat/applications/amarok/amarok-14.0.0.spec index 8d8c0f680..a339a085b 100644 --- a/redhat/applications/amarok/amarok-14.0.0.spec +++ b/redhat/applications/amarok/amarok-14.0.0.spec @@ -157,7 +157,7 @@ BuildRequires: %{_lib}inotifytools-devel %endif # XINE support -%if 0%{?fedora} || 0%{?rhel} >= 4 || 0%{?suse_version} || 0%{?mgaversion} || 0%{?mdkversion} +%if 0%{?suse_version} || 0%{?mgaversion} || 0%{?mdkversion} || 0%{?fedora} == 18 || 0%{?fedora} == 19 || 0%{?with_xine} %define with_xine 1 %if 0%{?mgaversion} || 0%{?mdkversion} %if 0%{?pclinuxos} @@ -194,6 +194,9 @@ BuildRequires: libmp4v2-devel # ruby BuildRequires: ruby BuildRequires: ruby-devel +%if 0%{?fedora} >= 19 +BuildRequires: rubypick +%endif # To open the selected browser, works with Patch2 Requires: xdg-utils |