diff options
author | François Andriot <albator78@libertysurf.fr> | 2016-10-02 21:22:16 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2016-10-02 21:22:16 +0200 |
commit | fc8df1bb806e01748087c21538df60829647092f (patch) | |
tree | 3ae0a6654f12148aa0bd96940b1dfd034d3f4657 /redhat/applications/tellico | |
parent | 71a88c58e814b2af6c4bb90eb12efb0f06b88699 (diff) | |
download | tde-packaging-fc8df1bb806e01748087c21538df60829647092f.tar.gz tde-packaging-fc8df1bb806e01748087c21538df60829647092f.zip |
RPM packaging: fix tellico build dependency to libkcal-devel
Diffstat (limited to 'redhat/applications/tellico')
-rw-r--r-- | redhat/applications/tellico/tellico-14.0.0.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redhat/applications/tellico/tellico-14.0.0.spec b/redhat/applications/tellico/tellico-14.0.0.spec index 91c5c5767..27b2fd6e8 100644 --- a/redhat/applications/tellico/tellico-14.0.0.spec +++ b/redhat/applications/tellico/tellico-14.0.0.spec @@ -64,6 +64,7 @@ Source0: %{name}-%{tde_version}%{?preversion:~%{preversion}}.tar.gz BuildRequires: trinity-tdelibs-devel >= %{tde_version} BuildRequires: trinity-tdebase-devel >= %{tde_version} BuildRequires: trinity-tdemultimedia-devel >= %{tde_version} +BuildRequires: trinity-libkcal-devel >= %{tde_version} BuildRequires: desktop-file-utils BuildRequires: gettext |