diff options
author | François Andriot <[email protected]> | 2016-10-02 22:40:59 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2016-10-02 22:40:59 +0200 |
commit | 3a7f48e0ad26f92021aa95da10c90c32769b698b (patch) | |
tree | c6d706d93cfcab285580af41796d256140f6ab45 | |
parent | fc8df1bb806e01748087c21538df60829647092f (diff) | |
download | tde-packaging-3a7f48e0ad26f92021aa95da10c90c32769b698b.tar.gz tde-packaging-3a7f48e0ad26f92021aa95da10c90c32769b698b.zip |
RPM packaging: fix tellico dependency to exempi-devel
-rw-r--r-- | redhat/applications/tellico/tellico-14.0.0.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/redhat/applications/tellico/tellico-14.0.0.spec b/redhat/applications/tellico/tellico-14.0.0.spec index 27b2fd6e8..c31743928 100644 --- a/redhat/applications/tellico/tellico-14.0.0.spec +++ b/redhat/applications/tellico/tellico-14.0.0.spec @@ -108,7 +108,11 @@ BuildRequires: %{_lib}v4l-devel %endif # EXEMPI support +%if 0%{?suse_version} +BuildRequires: libexempi-devel +%else BuildRequires: exempi-devel +%endif Requires: %{name}-data = %{?epoch:%{epoch}:}%{version}-%{release} Requires: %{name}-scripts = %{?epoch:%{epoch}:}%{version}-%{release} |