|
@@ -2,8 +2,9 @@ Summary: gnome panel applet to select and tile windows
|
|
Summary(ja): ウィンドウを整列させる Gnome パネルアプレット
|
|
Summary(ja): ウィンドウを整列させる Gnome パネルアプレット
|
|
Name: x-tile
|
|
Name: x-tile
|
|
Version: 1.6
|
|
Version: 1.6
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
Source0: http://www.giuspen.com/software/%{name}-%{version}.tar.gz
|
|
Source0: http://www.giuspen.com/software/%{name}-%{version}.tar.gz
|
|
|
|
+Source1: x-tile-1.6-ja.po
|
|
License: GPLv2
|
|
License: GPLv2
|
|
Group: User Interface/Desktops
|
|
Group: User Interface/Desktops
|
|
URL: http://www.giuspen.com/x-tile/
|
|
URL: http://www.giuspen.com/x-tile/
|
|
@@ -40,9 +41,10 @@ Gnome パネルアプレットです。
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
-
|
|
|
|
%build
|
|
%build
|
|
-#%{__python} setup.py build
|
|
|
|
|
|
+# install japanese translation
|
|
|
|
+%{__mkdir_p} locale/ja/LC_MESSAGES
|
|
|
|
+msgfmt %{SOURCE1} -o locale/ja/LC_MESSAGES/%{name}.mo
|
|
|
|
|
|
%install
|
|
%install
|
|
%{__rm} -rf $RPM_BUILD_ROOT
|
|
%{__rm} -rf $RPM_BUILD_ROOT
|
|
@@ -93,5 +95,8 @@ update-desktop-database %{_datadir}/applications >& /dev/null ||:
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Jul 19 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 1.6-2
|
|
|
|
+- add Source1: japanese translation (thanks iwai-san)
|
|
|
|
+
|
|
* Fri Jul 16 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 1.6-1
|
|
* Fri Jul 16 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 1.6-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|