|
@@ -1,7 +1,7 @@
|
|
|
## do not include minor version number in MOZILLA_FIVE_HOME
|
|
|
%global ffmajor 6.0
|
|
|
%global geckomajor 6.0
|
|
|
-#global ffminor 1
|
|
|
+%global ffminor 2
|
|
|
%global ffversion %{ffmajor}%{?ffminor:.%{ffminor}}
|
|
|
%define ffdir %{_libdir}/firefox-%{ffmajor}
|
|
|
%global langpackdir %{ffdir}/langpacks
|
|
@@ -22,7 +22,7 @@
|
|
|
%define build_vine5 1
|
|
|
%endif
|
|
|
|
|
|
-%define ffrelease 2%{?_dist_release}
|
|
|
+%define ffrelease 1%{?_dist_release}
|
|
|
|
|
|
%define desktop_file_utils_version 0.6
|
|
|
%define nspr_version 4.8.7
|
|
@@ -32,7 +32,7 @@
|
|
|
#define gecko_version %{geckomajor}%{?ffminor:.%{ffminor}}
|
|
|
%define gecko_version %{geckomajor}
|
|
|
|
|
|
-ExclusiveArch: i386 i586 i686 x86_64 ia64 ppc s390 s390x
|
|
|
+ExclusiveArch: i386 i586 i686 x86_64 ia64 ppc
|
|
|
|
|
|
# Separated plugins are supported on x86(64) only
|
|
|
%ifarch %{ix86} x86_64
|
|
@@ -385,6 +385,9 @@ fi
|
|
|
#---------------------------------------------------------------------
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Sep 06 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.2-1
|
|
|
+- update to 6.0.2
|
|
|
+
|
|
|
* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.0-2
|
|
|
- rebuild with libnotify-0.7
|
|
|
|