1 |
%define beta rc1 |
%define beta rc1 |
2 |
%define beta_version 0.1.91 |
%define beta_version 0.1.91 |
3 |
%define rel 1 |
%define rel 2 |
4 |
|
|
5 |
Name: zanshin |
Name: zanshin |
6 |
Version: 0.2 |
Version: 0.2 |
10 |
License: GPLv2+ LGPLv2+ |
License: GPLv2+ LGPLv2+ |
11 |
URL: http://ervin.ipsquad.net/tags/zanshin/ |
URL: http://ervin.ipsquad.net/tags/zanshin/ |
12 |
Source0: http://files.kde.org/%{name}/%{name}-%{beta_version}.tar.bz2 |
Source0: http://files.kde.org/%{name}/%{name}-%{beta_version}.tar.bz2 |
13 |
|
# zanshin-l10n contains a ruby script adapted from neoclust's script for digikam to fetch translation |
14 |
|
Source1: zanshin-l10n.tar.xz |
15 |
|
Patch1: zanshin-0.1.91-add-po-in-cmakelist.patch |
16 |
BuildRequires: kdepimlibs4-devel |
BuildRequires: kdepimlibs4-devel |
17 |
|
#BuildRequires: gettext |
18 |
%description |
%description |
19 |
A Getting Things Done application which aims at getting your mind like water. |
A Getting Things Done application which aims at getting your mind like water. |
20 |
|
|
21 |
%files |
%files -f %{name}.lang |
22 |
%doc AUTHORS COPYING COPYING.LIB HACKING TODO |
%doc AUTHORS COPYING COPYING.LIB HACKING TODO |
23 |
%{_kde_bindir}/%{name} |
%{_kde_bindir}/%{name} |
24 |
%{_kde_libdir}/kde4/kontact_zanshinplugin.so |
%{_kde_libdir}/kde4/kontact_zanshinplugin.so |
26 |
%{_kde_libdir}/kde4/zanshin_part.so |
%{_kde_libdir}/kde4/zanshin_part.so |
27 |
%{_kde_appsdir}/%{name} |
%{_kde_appsdir}/%{name} |
28 |
%{_kde_applicationsdir}/%{name}.desktop |
%{_kde_applicationsdir}/%{name}.desktop |
29 |
%{_kde_services}/kontact/ |
%{_kde_services}/kontact/zanshin_plugin.desktop |
30 |
%{_kde_services}/plasma-runner-zanshin.desktop |
%{_kde_services}/plasma-runner-zanshin.desktop |
31 |
%{_kde_services}/zanshin_part.desktop |
%{_kde_services}/zanshin_part.desktop |
32 |
%{_kde_iconsdir}/hicolor/*/apps/%{name}.png |
%{_kde_iconsdir}/hicolor/*/apps/%{name}.png |
37 |
|
|
38 |
%prep |
%prep |
39 |
%setup -qn %{name}-%{beta_version} |
%setup -qn %{name}-%{beta_version} |
40 |
|
%setup -qn %{name}-%{beta_version} -a 1 |
41 |
|
|
42 |
|
%apply_patches |
43 |
|
|
44 |
%build |
%build |
45 |
%cmake_kde4 |
%cmake_kde4 |
49 |
%install |
%install |
50 |
rm -rf %{buildroot} |
rm -rf %{buildroot} |
51 |
%makeinstall_std -C build |
%makeinstall_std -C build |
52 |
|
%find_lang %{name} |