|
@@ -9,7 +9,7 @@ Summary: File Roller is a tool for viewing and creating archives.
|
|
Summary(ja): File Roller - アーカイブの表示・作成ツール
|
|
Summary(ja): File Roller - アーカイブの表示・作成ツール
|
|
Name: file-roller
|
|
Name: file-roller
|
|
Version: 2.32.2
|
|
Version: 2.32.2
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
|
|
|
|
License: GPL
|
|
License: GPL
|
|
Group: Applications/Archiving
|
|
Group: Applications/Archiving
|
|
@@ -17,7 +17,11 @@ Source0: http://ftp.gnome.org/pub/GNOME/sources/file-roller/2.32/%{name}-%{versi
|
|
Source1: file-roller.help.Makefile.am
|
|
Source1: file-roller.help.Makefile.am
|
|
Source2: file-roller.help.gnome-2-30.ja.po
|
|
Source2: file-roller.help.gnome-2-30.ja.po
|
|
Source3: file-roller-ja-figures.tar.bz2
|
|
Source3: file-roller-ja-figures.tar.bz2
|
|
-Source4: file-roller.gnome-2-30.ja.po
|
|
|
|
|
|
+Source4: file-roller-2.32.2-ja.po
|
|
|
|
+# i18n fix for ui strings
|
|
|
|
+# refer https://bugzilla.gnome.org/show_bug.cgi?id=649159
|
|
|
|
+# and also http://git.gnome.org/browse/file-roller/commit/src/ui.h?id=c5f7cb8dab9740ff10b46c2dc9a2d2970b2f7cfe
|
|
|
|
+Patch1: file-roller-2.32.2-i18n-fix.patch
|
|
URL: http://ftp.gnome.org/pub/gnome/sources/file-roller/
|
|
URL: http://ftp.gnome.org/pub/gnome/sources/file-roller/
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
@@ -45,6 +49,7 @@ File Roller は tar ファイルのようなアーカイブの表示や作成を
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
+%patch1 -p1 -b .i18n-fix
|
|
|
|
|
|
## # add Japanese help
|
|
## # add Japanese help
|
|
## cp -f %{SOURCE1} help/Makefile.am
|
|
## cp -f %{SOURCE1} help/Makefile.am
|
|
@@ -135,6 +140,10 @@ fi
|
|
%{_libdir}/nautilus/extensions-2.0/libnautilus-fileroller.so
|
|
%{_libdir}/nautilus/extensions-2.0/libnautilus-fileroller.so
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jul 15 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 2.32.2-2
|
|
|
|
+- add Patch1 to fix non-translatable string
|
|
|
|
+- update Source4: file-roller-2-32.2-ja.po
|
|
|
|
+
|
|
* Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
|
|
* Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|