diff options
Diffstat (limited to 'redhat/extras/style-ia-ora')
-rw-r--r-- | redhat/extras/style-ia-ora/style-ia-ora-14.0.0.spec | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/redhat/extras/style-ia-ora/style-ia-ora-14.0.0.spec b/redhat/extras/style-ia-ora/style-ia-ora-14.0.0.spec index 9920f039e..ed93d1f4d 100644 --- a/redhat/extras/style-ia-ora/style-ia-ora-14.0.0.spec +++ b/redhat/extras/style-ia-ora/style-ia-ora-14.0.0.spec @@ -21,11 +21,6 @@ %define tde_version 14.0.0 %endif -# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt". -%if "%{?tde_prefix}" != "/usr" -%define _variant .opt -%endif - # TDE specific building variables %define tde_bindir %{tde_prefix}/bin %define tde_datadir %{tde_prefix}/share @@ -46,7 +41,7 @@ Name: trinity-%{tde_pkg} Summary: Mandriva theme for TDE - Widget design Version: 1.0.8 -Release: %{?!preversion:4}%{?preversion:3_%{preversion}}%{?dist}%{?_variant} +Release: %{?!preversion:4}%{?preversion:3_%{preversion}}%{?dist} License: GPL Group: Environment/Desktop @@ -55,7 +50,7 @@ URL: http://www.mandrivalinux.com/ Prefix: %{tde_prefix} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Source0: %{tde_pkg}-14.0.0.tar.gz +Source0: %{tde_pkg}-%{tde_version}.tar.gz Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot |