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