From efe23299a56bddb2fc6336390d03646a5b6e0057 Mon Sep 17 00:00:00 2001 From: Georgi Georgiev Date: Wed, 12 Oct 2011 15:46:41 +0900 Subject: Issues when build_langpacks is 0 --- thunderbird.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/thunderbird.spec b/thunderbird.spec index fb4561c..5dbc2e5 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -140,7 +140,9 @@ debug %{name}, you want to install %{name}-debuginfo instead. %prep echo CIBLE = %{name}-%{version}-%{release} +%if %{build_langpacks} [ -f %{SOURCE1} ] || exit 1 +%endif %setup -q -c sed -e "s/^Name=.*/Name=Thunderbird %{version} %{?relcan}/" \ @@ -388,7 +390,9 @@ fi %{mozappdir}/dictionaries %dir %{mozappdir}/extensions %{mozappdir}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} +%if %{build_langpacks} %dir %{mozappdir}/langpacks +%endif %{mozappdir}/greprefs %{mozappdir}/isp %{mozappdir}/mozilla-xremote-client -- cgit