diff options
Diffstat (limited to 'redhat/applications/tellico')
-rw-r--r-- | redhat/applications/tellico/tellico-14.0.0.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/redhat/applications/tellico/tellico-14.0.0.spec b/redhat/applications/tellico/tellico-14.0.0.spec index 731363619..744397f36 100644 --- a/redhat/applications/tellico/tellico-14.0.0.spec +++ b/redhat/applications/tellico/tellico-14.0.0.spec @@ -1,5 +1,5 @@ # -# spec file for package tellico (version R14.0.0) +# spec file for package tellico (version R14) # # Copyright (c) 2014 Trinity Desktop Environment # @@ -17,7 +17,9 @@ # TDE variables %define tde_epoch 2 +%if "%{?tde_version}" == "" %define tde_version 14.0.0 +%endif %define tde_pkg tellico %define tde_prefix /opt/trinity %define tde_bindir %{tde_prefix}/bin @@ -98,8 +100,8 @@ BuildRequires: libv4l-devel BuildRequires: %{_lib}v4l-devel %endif -Requires: %{name}-data = %{version}-%{release} -Requires: %{name}-scripts = %{version}-%{release} +Requires: %{name}-data = %{?epoch:%{epoch}:}%{version}-%{release} +Requires: %{name}-scripts = %{?epoch:%{epoch}:}%{version}-%{release} %description |