summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2008-02-12 03:24:43 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2008-02-12 03:24:43 +0000
commitb08096b0a4bfee1f78be0dce0c1bedfbdf48b794 (patch)
treef4da09290da2b037c1fc7e5c9cd6265748bdb3c9 /firefox.spec
parent- Update to latest trunk (2008-02-10) (diff)
downloadlibrewolf-fedora-ff-b08096b0a4bfee1f78be0dce0c1bedfbdf48b794.tar.gz
librewolf-fedora-ff-b08096b0a4bfee1f78be0dce0c1bedfbdf48b794.tar.bz2
librewolf-fedora-ff-b08096b0a4bfee1f78be0dce0c1bedfbdf48b794.zip
- Update to latest trunk (2008-02-11)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index d76d377..d58d378 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -13,14 +13,14 @@
%define build_langpacks 0
%if ! %{official_branding}
-%define cvsdate 20080210
+%define cvsdate 20080211
%define nightly .nightly%{cvsdate}
%endif
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.0
-Release: 0.beta2.18%{?nightly}%{?dist}
+Release: 0.beta2.19%{?nightly}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -142,7 +142,7 @@ MOZ_APP_DIR=%{_libdir}/%{name}-${INTERNAL_GECKO}
export LDFLAGS="-Wl,-rpath,$MOZ_APP_DIR"
export MAKE="gmake %{moz_make_flags}"
-make -f client.mk build
+make -f client.mk build STRIP="/bin/true"
#---------------------------------------------------------------------
@@ -311,6 +311,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Mon Feb 11 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta2.19
+- Update to latest trunk (2008-02-11)
+
* Sun Feb 10 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta2.18
- Update to latest trunk (2008-02-10)
bgstack15