Browse Source

shotwell 0.8.1-5

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4172 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
4b78dd1af2
1 changed files with 14 additions and 5 deletions
  1. 14 5
      s/shotwell/shotwell-vl.spec

+ 14 - 5
s/shotwell/shotwell-vl.spec

@@ -1,8 +1,8 @@
 Name:           shotwell
 Version:        0.8.1
-Release:        4%{?_dist_release}
-Summary:        A photo organizer for the GNOME desktop
-Summary(ja):    GNOME デスクトップ向けの画像整理ソフト
+Release:        5%{?_dist_release}
+Summary:        A photo manager for the GNOME desktop
+Summary(ja):    GNOME デスクトップ向けの写真管理ツール
 
 Group:          Applications/Graphics
 # LGPLv2+ for the code
@@ -13,6 +13,7 @@ URL:            http://www.yorba.org/shotwell/
 Source0:        http://www.yorba.org/download/shotwell/0.8/shotwell-%{version}.tar.bz2
 # http://trac.yorba.org/ticket/3379
 Source1:        shotwell-icons.tar.bz2
+Source2:	shotwell-0.8.1-vine2-ja.po
 Patch1:         shotwell-0.8.1-vala.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
@@ -44,13 +45,13 @@ Distribution: Vine Linux
 Packager: kudoh
 
 %description
-Shotwell is a new open source photo organizer designed for the GNOME desktop
+Shotwell is a new open source photo manager designed for the GNOME desktop
 environment. It allows you to import photos from your camera, view and edit
 them, and share them with others.
 
 %description -l ja
 Shotwell は GNOME デスクトップ環境用に設計された新しいオープンソースの
-画像整理ソフトです。
+画像管理ツールです。
 あなたのカメラから写真を取り込んだり、それらを表示・編集したり、
 他の人々と共有するなどができます。
 
@@ -58,6 +59,10 @@ Shotwell は GNOME デスクトップ環境用に設計された新しいオー
 %setup -q -n %{name}-%{version}
 #%patch0 -p1
 %patch1 -p1
+pushd po
+%__rm -f ja.po
+%__cp %{SOURCE2} ja.po
+popd
 
 %build
 ./configure --prefix=/usr --disable-schemas-install --assume-pkgs
@@ -132,6 +137,10 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sat Jun 18 2011 IWAI, Masaharu <iwai@alib.jp> 0.8.1-5
+- add ja.po (Source2): fix <BTS:VineLinux:1142>
+- update Summary and description
+
 * Fri Jun 10 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.1-4
 - add hi-res icons (SOURCE1)
 - add LANG=en_US.utf8 to get gettext to actually generate translated strings