123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- Name: tasque
- Version: 0.1.9
- 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
- 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
- %description
- Tasque is a simple task management app (TODO list) for the Linux Desktop.
- %description -l ja
- Tasque は Linux デスクトップ向けのシンプルなタスク管理 (TODO
- リスト) アプリケーションです。
- %package devel
- Summary: Development files for tasque
- Summary(ja): tasque の開発用ファイル
- Group: Documentation
- Requires: %{name} = %{version}-%{release} pkgconfig
- %description devel
- Development files for tasque
- %description devel -l ja
- tasque の開発用ファイルです。
- %prep
- %setup -q
- %patch1 -p1
- sed -i.nosuse -e 's|X-SuSE-Core-Office;||' data/tasque.desktop.in
- %{__cp} %{SOURCE1} po/ja.po
- %build
- %configure --disable-standard-backends --enable-backend-rtm --enable-backend-sqlite
- make %{?_smp_mflags}
- %install
- rm -rf ${RPM_BUILD_ROOT}
- make install DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p"
- %find_lang %{name}
- desktop-file-install --delete-original --vendor="vine" \
- --dir=%{buildroot}%{_datadir}/applications \
- ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
- %clean
- rm -rf ${RPM_BUILD_ROOT}
- %post
- touch --no-create %{_datadir}/icons/hicolor
- if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
- fi
- %postun
- touch --no-create %{_datadir}/icons/hicolor
- if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
- fi
- %files -f %{name}.lang
- %defattr(-,root,root,-)
- %doc AUTHORS COPYING ChangeLog MAINTAINERS NEWS README TODO
- %{_bindir}/%{name}
- %{_libdir}/%{name}
- %{_datadir}/%{name}
- %{_datadir}/applications/vine-%{name}.desktop
- %{_datadir}/dbus-1/services/org.gnome.Tasque.service
- %{_datadir}/icons/hicolor/*/apps/%{name}.*
- %{_datadir}/pixmaps/*
- %files devel
- %defattr (-,root,root,-)
- %{_libdir}/pkgconfig/%{name}.pc
- %changelog
- * Thu Sep 30 2010 Shu KONNO <owa@bg.wakwak.com> 0.1.9-2
- - rebuilt with rpm-4.8.1 for pkg-config
- * 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
- * Wed Jun 17 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.1.8-1
- - initial build for Vine Linux based of fedora development
- - add Patch1&2 to slightly change apperance and translation
- * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.8-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- * Mon Dec 29 2008 David Kaylor<dkaylor@gmail.com> - 0.1.8-1
- - Update to version 0.1.8
- - libdir bug is partially fixed. Create a patch for the remaining files.
- * Mon Dec 22 2008 David Kaylor<dkaylor@gmail.com> - 0.1.7-5
- - Add mono-data-sqlite dep for sqlite backend
- * Mon Dec 22 2008 Maxime Carron <mxcarron@fedoraproject.org> - 0.1.7-4
- - Enable sqlite backend for standalone mode
- * Tue Oct 22 2008 David Kaylor<dkaylor@gmail.com> - 0.1.7-3
- - Add NEWS and TODO doc files
- - Add notify-sharp deps for Fedora 10+
- * Tue Oct 20 2008 David Kaylor<dkaylor@gmail.com> - 0.1.7-2
- - Put link to upstream bug in patch file
- * Tue Sep 16 2008 David Kaylor<dkaylor@gmail.com> - 0.1.7-1
- - Update to 0.1.7
- * Mon Jul 30 2008 David Kaylor<dkaylor@gmail.com> - 0.1.6-4
- - Properly install .desktop file
- * Mon Jul 16 2008 David Kaylor<dkaylor@gmail.com> - 0.1.6-3
- - Remove "X-SuSE-Core-Office" from groups in desktop file
- - Add ndesk-dbus-glib dependency
- * Mon Jul 14 2008 David Kaylor<dkaylor@gmail.com> - 0.1.6-2
- - Replace hardcoded /usr/lib paths with libdir
- - Add gtk2-sharp to Requires
- - Add docs files
- - Stop generating debug package
- * Wed Jul 3 2008 David Kaylor<dkaylor@gmail.com> - 0.1.6-1
- - Update to 0.1.6
- - Incorporate suggested improvements from https://bugzilla.redhat.com/show_bug.cgi?id=449869
- * Wed Jun 2 2008 David Kaylor<dkaylor@gmail.com> - 0.1.5-1
- - Initial package
|