Browse Source

* update translation of clock applet manual
* add translation of fish applet manual


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@686 ec354946-7b23-47d6-9f5a-488ba84defc7

yasumichi 14 years ago
parent
commit
b663146c7f
1 changed files with 18 additions and 1 deletions
  1. 18 1
      g/gnome-panel/gnome-panel-vl.spec

+ 18 - 1
g/gnome-panel/gnome-panel-vl.spec

@@ -22,14 +22,19 @@ Summary: GNOME panel
 Summary(ja): GNOME パネル
 Name: gnome-panel
 Version: 2.28.0
-Release: 3%{_dist_release}
+Release: 4%{_dist_release}
 URL: http://www.gnome.org/
 License: GPL 
 Group: User Interface/Desktops
 
 Source0: %{name}-%{version}.tar.bz2
+# Remove this line and next line when upstream adopt Source1
 Source1: clock.gnome-2-28.ja.po
 Source2: vine-panel-default-setup.entries
+# Remove this line and next line when upstream adopt Source3
+Source3: fish.help.Makefile.am
+# Remove this line and next line when upstream adopt Source4
+Source4: gnome-panel.fish.gnome-2-28.ja.po
 Source5: vine-panel-backwards-compat-config.schemas
 Source10: add-translations.sh
 Source12: gnome-compiler-flags.m4
@@ -114,7 +119,15 @@ GNOME パネルは、ウィンドウ一覧・ワークスペース切り換え
 %prep
 %setup -q
 
+# Remove this line and next line when upstream adopt Source1
 cp -f %{SOURCE1} help/clock/ja/ja.po
+# Remove next line when upstream adopt Source3
+cp -f %{SOURCE3} help/fish/Makefile.am
+# Remove next line when upstream adopt Source4
+mkdir help/fish/ja
+# Remove next line when upstream adopt Source4
+cp -f %{SOURCE4} help/fish/ja/ja.po
+
 cp -f %{SOURCE2} gnome-panel/panel-default-setup.entries
 cp -f %{SOURCE12} m4
 cp -f %{SOURCE5} gnome-panel/panel-compatibility.schemas
@@ -274,6 +287,10 @@ fi
 %{_datadir}/gtk-doc
 
 %changelog
+* Sat Mar 27 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.28.0-4
+- update translation of clock applet manual
+- add translation of fish applet manual
+
 * Fri Mar 26 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.28.0-3
 - add libSM(-devel) to (Build)Requires
 - add desktop-file-utils to BuildRequires