diff options
Diffstat (limited to 'redhat/applications/wlassistant/wlassistant-14.0.0.spec')
-rw-r--r-- | redhat/applications/wlassistant/wlassistant-14.0.0.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/redhat/applications/wlassistant/wlassistant-14.0.0.spec b/redhat/applications/wlassistant/wlassistant-14.0.0.spec index 2ad812d24..535aa004a 100644 --- a/redhat/applications/wlassistant/wlassistant-14.0.0.spec +++ b/redhat/applications/wlassistant/wlassistant-14.0.0.spec @@ -1,5 +1,5 @@ # -# spec file for package wlassistant (version R14.0.0) +# spec file for package wlassistant (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 wlassistant %define tde_prefix /opt/trinity %define tde_bindir %{tde_prefix}/bin @@ -53,7 +55,7 @@ Prefix: %{tde_prefix} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: %{name}-%{tde_version}%{?preversion:~%{preversion}}.tar.gz -Patch0: %{tde_pkg}-%{tde_version}.patch +Patch0: %{tde_pkg}-14.0.0.patch BuildRequires: trinity-tdelibs-devel >= %{tde_version} BuildRequires: trinity-tdebase-devel >= %{tde_version} |