Browse Source

update to 10.0.1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5640 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 12 years ago
parent
commit
d689c35bc2
1 changed files with 11 additions and 1 deletions
  1. 11 1
      f/firefox/firefox-vl.spec

+ 11 - 1
f/firefox/firefox-vl.spec

@@ -1,7 +1,7 @@
 # do not include minor version number in MOZILLA_FIVE_HOME
 %global ffmajor 10.0
 %global geckomajor 10.0
-#%%global ffminor 
+%global ffminor 1
 %global ffversion %{ffmajor}%{?ffminor:.%{ffminor}}
 %define ffdir %{_libdir}/firefox
 %global langpackdir %{ffdir}/langpacks
@@ -333,6 +333,13 @@ for langpack in `ls firefox-langpacks/*.xpi`; do
   sed -i -e "s|browser.startup.homepage.*$|browser.startup.homepage=%{homepage}|g;" \
      $extensionID/chrome/$language/locale/branding/browserconfig.properties
 
+  sed -i \
+     -e "s|Mozilla Firefox|Fx ウェブブラウザ|g" \
+     -e "s|Firefox|Fx ウェブブラウザ|g" \
+     -e "s|Mozilla|Project Vine|g" \
+     -e 's|\(.*trademarkInfo.part1.*"\).*">|\1Vine Linux および Vine Linux ロゴは Project Vine および有限会社ヴァインカーブの日本およびその他の国における商標です。">|g' \
+     $extensionID/chrome/$language/locale/branding/brand.*
+
   cd $extensionID
   zip -r9mX ../${extensionID}.xpi *
   cd -
@@ -410,6 +417,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Mon Feb 13 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0.1-1
+- update to 10.0.1
+
 * Wed Feb 01 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0-1
 - update to 10.0
 - use internal libvpx