Remove the %{thunderbird_version} define
It's no longer needed now that lightning has been dropped.
This commit is contained in:
parent
79e360fca3
commit
22a8bcd316
@ -5,7 +5,6 @@
|
||||
%define sqlite_version 3.6.14
|
||||
%define libnotify_version 0.4
|
||||
%define build_langpacks 1
|
||||
%define thunderbird_version 3.1.9
|
||||
%define moz_objdir objdir-tb
|
||||
%define thunderbird_app_id \{3550f703-e582-4d05-9a08-453d09bdfdc6\}
|
||||
|
||||
@ -30,7 +29,7 @@
|
||||
|
||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||
Name: thunderbird
|
||||
Version: %{thunderbird_version}
|
||||
Version: 3.1.9
|
||||
Release: 4%{?dist}
|
||||
URL: http://www.mozilla.org/projects/thunderbird/
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
@ -239,7 +238,7 @@ install -Dm755 %{SOURCE30} $RPM_BUILD_ROOT/%{mozappdir}/open-browser.sh
|
||||
%{__sed} -i -e 's|LIBDIR|%{_libdir}|g' $RPM_BUILD_ROOT/%{mozappdir}/open-browser.sh
|
||||
|
||||
# set up our default preferences
|
||||
%{__cat} %{SOURCE12} | %{__sed} -e 's,THUNDERBIRD_RPM_VR,%{thunderbird_version}-%{release},g' \
|
||||
%{__cat} %{SOURCE12} | %{__sed} -e 's,THUNDERBIRD_RPM_VR,%{version}-%{release},g' \
|
||||
-e 's,COMMAND,%{mozappdir}/open-browser.sh,g' > \
|
||||
$RPM_BUILD_ROOT/rh-default-prefs
|
||||
%{__install} -D $RPM_BUILD_ROOT/rh-default-prefs $RPM_BUILD_ROOT/%{mozappdir}/greprefs/all-redhat.js
|
||||
@ -308,7 +307,7 @@ touch $RPM_BUILD_ROOT%{mozappdir}/components/xpti.dat
|
||||
# Debug symbols are stored in /usr/lib even in x86_64 arch
|
||||
DEBUG_LIB_DIR=`echo %{_libdir}|sed -e "s/lib64/lib/"`
|
||||
mkdir -p $RPM_BUILD_ROOT$DEBUG_LIB_DIR/debug%{mozappdir}
|
||||
cp objdir-tb/mozilla/dist/%{name}-%{thunderbird_version}*.crashreporter-symbols.zip $RPM_BUILD_ROOT$DEBUG_LIB_DIR/debug%{mozappdir}
|
||||
cp objdir-tb/mozilla/dist/%{name}-%{version}*.crashreporter-symbols.zip $RPM_BUILD_ROOT$DEBUG_LIB_DIR/debug%{mozappdir}
|
||||
%endif
|
||||
|
||||
#===============================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user