Browse Source

update for 0.1.9

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@563 ec354946-7b23-47d6-9f5a-488ba84defc7
kazutaka 14 years ago
parent
commit
769d16232e
1 changed files with 29 additions and 23 deletions
  1. 29 23
      t/tasque/tasque-vl.spec

+ 29 - 23
t/tasque/tasque-vl.spec

@@ -1,23 +1,22 @@
-Name:           tasque
-Version:        0.1.8
-Release:        2%{?_dist_release}
-Summary:        A simple task management app
-Summary(ja):     シンプルなタスク管理アプリケーション
-
-Group:          Applications/Productivity
-License:        MIT
-URL:            http://live.gnome.org/Tasque
-Source0:        http://ftp.gnome.org/pub/GNOME/sources/tasque/0.1/%{name}-%{version}.tar.bz2
-Patch0:         tasque-0.1.8-libdir.patch
-Patch1:         tasque-0.1.8-smaller-font.patch
-Patch2:         tasque-0.1.8-small-change-ja.po.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  intltool pkgconfig mono-core gtk-sharp2
-BuildRequires:  gnome-sharp2 ndesk-dbus ndesk-dbus-glib
-BuildRequires:  gettext desktop-file-utils mono-data-sqlite
-BuildRequires:  notify-sharp-devel
-Requires:       mono-core gnome-sharp2 gtk-sharp2 ndesk-dbus-glib mono-data-sqlite
-Requires:       notify-sharp
+Name:		tasque
+Version:	0.1.9
+Release:	1%{?_dist_release}
+Summary:	A simple task management app
+Summary(ja):	シンプルなタスク管理アプリケーション
+
+Group:		Applications/Productivity
+License:	MIT
+URL:		http://live.gnome.org/Tasque
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/tasque/0.1/%{name}-%{version}.tar.bz2
+Source1:	tasque-0.1.9-ja.po
+Patch1:		tasque-0.1.8-smaller-font.patch
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:	intltool pkgconfig mono-core gtk-sharp2
+BuildRequires:	gnome-sharp2 ndesk-dbus ndesk-dbus-glib
+BuildRequires:	gettext desktop-file-utils mono-data-sqlite
+BuildRequires:	notify-sharp-devel
+Requires:	mono-core gnome-sharp2 gtk-sharp2 ndesk-dbus-glib mono-data-sqlite
+Requires:	notify-sharp
 #ExcludeArch:    ppc64
 
 Packager:	kazutaka
@@ -44,13 +43,12 @@ tasque の開発用ファイルです。
 
 %prep
 %setup -q
-%patch0
 %patch1 -p1
-%patch2 -p1
 sed -i.nosuse -e 's|X-SuSE-Core-Office;||' data/tasque.desktop.in
+%{__cp} %{SOURCE1} po/ja.po
 
 %build
-%configure --enable-backend-rtm --enable-backend-sqlite
+%configure --disable-standard-backends --enable-backend-rtm --enable-backend-sqlite
 make %{?_smp_mflags}
 
 %install
@@ -92,6 +90,13 @@ fi
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Sat Mar 13 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 0.1.9-1
+- new upstream release
+- drop Patch0 & Patch2
+- update Patch1
+- add configure option --disable-standard-backends
+- add Source1 for updated japanese translation
+
 * Fri Jul 10 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.1.8-2
 - rebuild with latest rpm to update mono-dependencies
 
@@ -141,3 +146,4 @@ fi
 
 * Wed Jun  2 2008 David Kaylor<dkaylor@gmail.com> - 0.1.5-1
 - Initial package
+