Browse Source

update to 10.0.8

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6908 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 11 years ago
parent
commit
23dff9769d
2 changed files with 7 additions and 24 deletions
  1. 1 1
      x/xulrunner/xulrunner-mozconfig-vine
  2. 6 23
      x/xulrunner/xulrunner-vl.spec

+ 1 - 1
x/xulrunner/xulrunner-mozconfig-vine

@@ -16,7 +16,7 @@ ac_add_options --disable-mochitest
 ac_add_options --disable-debug
 ac_add_options --disable-installer
 #ac_add_options --enable-jsd
-ac_add_options --enable-optimize="$RPM_OPT_FLAGS"
+ac_add_options --enable-optimize
 ac_add_options --enable-default-toolkit=cairo-gtk2
 #ac_add_options --enable-xft
 ac_add_options --enable-pango

+ 6 - 23
x/xulrunner/xulrunner-vl.spec

@@ -17,36 +17,16 @@
 %global mozappdir         %{_libdir}/%{name}-%{gecko_dir_ver}
 %global tarballdir  mozilla-esr10
 
-%if %{alpha_version} > 0
-%global pre_version a%{alpha_version}
-%global tarballdir  mozilla-beta
-%endif
-%if %{beta_version} > 0
-%global pre_version b%{beta_version}
-%global tarballdir  mozilla-beta
-%endif
-%if %{rc_version} > 0
-%global pre_version rc%{rc_version}
-%global tarballdir  mozilla-release
-%endif
-
-%if %{defined pre_version}
-%global gecko_verrel %{expand:%%{version}}-%{pre_version}
-%global pre_tag .%{pre_version}
-%else
-%global gecko_verrel %{expand:%%{version}}
-%endif
-
 Summary:        XUL Runtime for Gecko Applications
 Summary(ja):    Gecko アプリケーションのための XUL ランタイム
 Name:           xulrunner
-Version:        10.0.6
+Version:        10.0.8
 Release:        1%{?_dist_release}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
-# You can get sources at ftp://ftp.mozilla.org/pub/firefox/releases/%{version}%{?pre_ver}/source
-Source0:        %{name}-%{version}%{?pre_version}.source.tar.bz2
+# You can get sources at ftp://ftp.mozilla.org/pub/firefox/releases/%{version}/source
+Source0:        %{name}-%{version}esr.source.tar.bz2
 Source10:       %{name}-mozconfig-vine
 Source12:       %{name}-redhat-default-prefs.js
 Source21:       %{name}.sh.in
@@ -363,6 +343,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Wed Oct 10 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0.8-1
+- update to 10.0.8esr
+
 * Sat Jul 14 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0.6-1
 - update to 10.0.6 (based on firefox-10.0.6esr source)