From 65b9c29ffbcb4079a8cb373a5710f6a5ae2723d8 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: May 31 2007 03:23:50 +0000 Subject: - Final version --- diff --git a/add-gecko-provides.in b/add-gecko-provides.in index 2b47376..cd35363 100755 --- a/add-gecko-provides.in +++ b/add-gecko-provides.in @@ -9,10 +9,13 @@ echo $provides # # Now output the stuff we want to add # -core_files=`echo $filelist | grep "libxpcom.so" | wc -l` -devel_files=`echo $filelist | grep "nsISupports" | wc -l` -if [ $devel_files -gt 0 ]; then - echo "gecko-devel = @GECKO_VERSION@" -elif [ $core_files -gt 0 ]; then - echo "gecko-libs = @GECKO_VERSION@" +core_files=`echo $filelist | grep "libxpcom\.so" | wc -l` +devel_files=`echo $filelist | grep "firefox\-xpcom\.pc" | wc -l` +debug_files=`echo $filelist | grep "libxpcom\.so\.debug" | wc -l` +if [ $debug_files -eq 0 ]; then + if [ $devel_files -gt 0 ]; then + echo "gecko-devel = @GECKO_VERSION@" + elif [ $core_files -gt 0 ]; then + echo "gecko-libs = @GECKO_VERSION@" + fi fi diff --git a/firefox.spec b/firefox.spec index cd2a6e4..35ac0b2 100644 --- a/firefox.spec +++ b/firefox.spec @@ -12,7 +12,7 @@ Summary: Mozilla Firefox Web browser. Name: firefox Version: 2.0.0.4 -Release: 0.rc3%{?dist} +Release: 1%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPL/LGPL Group: Applications/Internet @@ -416,6 +416,9 @@ fi #--------------------------------------------------------------------- %changelog +* Wed May 30 2007 Christopher Aillon 2.0.0.4-1 +- Final version + * Wed May 23 2007 Christopher Aillon 2.0.0.4-0.rc3 - Update to 2.0.0.4 RC3