summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@redhat.com>2011-01-25 15:24:40 -0800
committerChristopher Aillon <caillon@redhat.com>2011-01-25 15:24:40 -0800
commit430e7dd338e3739a53543e0907bfd2a7c158559c (patch)
tree347557e3f93afacc0f7d393dcec95f44581cea05
parentFix up optimize flags (diff)
downloadlibrewolf-fedora-ff-430e7dd338e3739a53543e0907bfd2a7c158559c.tar.gz
librewolf-fedora-ff-430e7dd338e3739a53543e0907bfd2a7c158559c.tar.bz2
librewolf-fedora-ff-430e7dd338e3739a53543e0907bfd2a7c158559c.zip
trivial: change the langpacks from source2 to source1
so that source0 and source1 are the two tarballs we always update
-rw-r--r--firefox.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index be56c62..a599af0 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -39,7 +39,7 @@ License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
Source0: ftp://ftp.mozilla.org/pub/firefox/releases/%{version}%{?prever}/source/firefox-%{version}%{?prever}.source.tar.bz2
%if %{build_langpacks}
-Source2: firefox-langpacks-%{version}%{?prever}-20110111.tar.bz2
+Source1: firefox-langpacks-%{version}%{?prever}-20110111.tar.bz2
%endif
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
@@ -270,7 +270,7 @@ echo > ../%{name}.lang
%if %{build_langpacks}
# Install langpacks
%{__mkdir_p} $RPM_BUILD_ROOT/%{mozappdir}/langpacks
-%{__tar} xjf %{SOURCE2}
+%{__tar} xjf %{SOURCE1}
for langpack in `ls firefox-langpacks/*.xpi`; do
language=`basename $langpack .xpi`
extensiondir=$RPM_BUILD_ROOT/%{mozappdir}/langpacks/langpack-$language@firefox.mozilla.org
bgstack15