diff options
author | François Andriot <albator78@libertysurf.fr> | 2016-10-08 14:22:00 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2016-10-08 14:22:00 +0200 |
commit | 940731dd083a491c529e2bfe5df90bfa1573bc7a (patch) | |
tree | 257420f65db14679721013e5728c0dbf703d6126 /redhat/applications/k9copy | |
parent | fbd6735c333fc437427370e7cde9919416d493d6 (diff) | |
download | tde-packaging-940731dd083a491c529e2bfe5df90bfa1573bc7a.tar.gz tde-packaging-940731dd083a491c529e2bfe5df90bfa1573bc7a.zip |
RPM packaging: fix k9copy dependency to libGL
Diffstat (limited to 'redhat/applications/k9copy')
-rw-r--r-- | redhat/applications/k9copy/k9copy-14.0.0.spec | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/redhat/applications/k9copy/k9copy-14.0.0.spec b/redhat/applications/k9copy/k9copy-14.0.0.spec index 261f28ba7..ea46402de 100644 --- a/redhat/applications/k9copy/k9copy-14.0.0.spec +++ b/redhat/applications/k9copy/k9copy-14.0.0.spec @@ -88,6 +88,22 @@ BuildRequires: %{_lib}dvdread-devel BuildRequires: libdvdread-devel %endif +# MESA support +%if 0%{?rhel} || 0%{?fedora} +BuildRequires: mesa-libGL-devel +BuildRequires: mesa-libGLU-devel +%endif +%if 0%{?mdkversion} || 0%{?mgaversion} +BuildRequires: mesaglu-devel +%endif +%if 0%{?suse_version} +BuildRequires: Mesa-libGL-devel +BuildRequires: Mesa-libGLU-devel +%endif +%if 0%{?rhel} == 4 +BuildRequires: xorg-x11-Mesa-libGLU +%endif + %description k9copy is a tabbed tool that allows to copy of one or more titles from a DVD9 |