diff options
author | François Andriot <albator78@libertysurf.fr> | 2016-10-08 16:58:03 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2016-10-08 16:58:03 +0200 |
commit | a10501148c248634a0b0b0fd159bbcdbcabce3f2 (patch) | |
tree | c1cd16588461a30c0faa3b687336ad8a5ee3dedc /redhat/main/tdemultimedia/tdemultimedia-14.0.0.spec | |
parent | 0d8124919ca52d9460ba1e5992a7cfdb69ddd655 (diff) | |
download | tde-packaging-a10501148c248634a0b0b0fd159bbcdbcabce3f2.tar.gz tde-packaging-a10501148c248634a0b0b0fd159bbcdbcabce3f2.zip |
RPM packaging: fix tdemultimedia (with lame enabled) build on OBS
Diffstat (limited to 'redhat/main/tdemultimedia/tdemultimedia-14.0.0.spec')
-rw-r--r-- | redhat/main/tdemultimedia/tdemultimedia-14.0.0.spec | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/redhat/main/tdemultimedia/tdemultimedia-14.0.0.spec b/redhat/main/tdemultimedia/tdemultimedia-14.0.0.spec index e37d30db8..0d3b380e5 100644 --- a/redhat/main/tdemultimedia/tdemultimedia-14.0.0.spec +++ b/redhat/main/tdemultimedia/tdemultimedia-14.0.0.spec @@ -185,7 +185,6 @@ BuildRequires: libxine-devel %endif # LAME support -%if 0%{?mdkversion} || 0%{?mgaversion} || 0%{?suse_version} || 0%{?rhel} %define with_lame 1 %if 0%{?mgaversion} || 0%{?mdkversion} @@ -194,6 +193,7 @@ BuildRequires: liblame-devel %else BuildRequires: %{_lib}lame-devel %endif +%endif %if 0%{?suse_version} BuildRequires: libmp3lame-devel @@ -203,8 +203,6 @@ BuildRequires: libmp3lame-devel BuildRequires: lame-devel %endif -%endif -%endif Requires: trinity-artsbuilder = %{version}-%{release} Requires: trinity-juk = %{version}-%{release} |