diff options
author | Martin Stransky <stransky@fedoraproject.org> | 2008-01-04 16:00:00 +0000 |
---|---|---|
committer | Martin Stransky <stransky@fedoraproject.org> | 2008-01-04 16:00:00 +0000 |
commit | d6b2347cbd858e49401da13adb65b1c7252c086c (patch) | |
tree | 66c938f69d9fc2e93d6e13b9b985f28c7ef666d3 | |
parent | - Drop a few patches we don't need anymore (diff) | |
download | librewolf-fedora-ff-d6b2347cbd858e49401da13adb65b1c7252c086c.tar.gz librewolf-fedora-ff-d6b2347cbd858e49401da13adb65b1c7252c086c.tar.bz2 librewolf-fedora-ff-d6b2347cbd858e49401da13adb65b1c7252c086c.zip |
- removed broken langpack
- built against libxul
-rw-r--r-- | firefox.spec | 10 | ||||
-rw-r--r-- | sources | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec index 92e88ae..28010c3 100644 --- a/firefox.spec +++ b/firefox.spec @@ -10,7 +10,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 3.0 -Release: 0.beta2.6%{?dist} +Release: 0.beta2.7%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -20,7 +20,7 @@ Group: Applications/Internet %define tarball firefox-20080103.tar.bz2 %endif Source0: %{tarball} -Source2: firefox-langpacks-20080103.tar.bz2 +Source2: firefox-langpacks-20080104.tar.bz2 Source10: firefox-mozconfig Source11: firefox-mozconfig-branded Source12: firefox-redhat-default-prefs.js @@ -109,7 +109,7 @@ compliance, performance and portability. # Set up SDK path echo "ac_add_options --with-libxul-sdk=\ -`pkg-config --variable=sdkdir xulrunner-xpcom`" >> .mozconfig +`pkg-config --variable=sdkdir libxul`" >> .mozconfig # set up our default bookmarks #%{__cp} %{default_bookmarks_file} $RPM_BUILD_DIR/mozilla/profile/defaults/bookmarks.html @@ -307,6 +307,10 @@ fi #--------------------------------------------------------------------- %changelog +* Fri Jan 4 2008 Martin Stransky <stransky@redhat.com> 3.0-0.beta2.7 +- removed broken langpack +- built against libxul + * Thu Jan 3 2008 Martin Stransky <stransky@redhat.com> 3.0-0.beta2.6 - updated to the latest trunk (20080103) @@ -1,2 +1,2 @@ 8fd88c804672e43fd1b154205ab618ac firefox-20080103.tar.bz2 -dc19b48a885345af16761f18fbac9e24 firefox-langpacks-20080103.tar.bz2 +d04a2981b603b9abbc8a5e0525759c4b firefox-langpacks-20080104.tar.bz2 |