]> git.pld-linux.org Git - SPECS.git/blob - tasks.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / tasks.spec
1 Summary:        Tiny GNOME tasklist application
2 Summary(pl.UTF-8):      Mała aplikacja listy zadań dla GNOME
3 Name:           tasks
4 Version:        0.20
5 Release:        2
6 License:        GPL v2+
7 Group:          Applications/Communications
8 Source0:        http://download.gnome.org/sources/tasks/0.20/%{name}-%{version}.tar.xz
9 # Source0-md5:  f4602cd39af10f5b327d9a59a22ea034
10 Patch0:         %{name}-configure.patch
11 URL:            http://pimlico-project.org/tasks.html
12 BuildRequires:  autoconf >= 2.52
13 BuildRequires:  automake
14 BuildRequires:  evolution-data-server-devel >= 1.2
15 BuildRequires:  gettext-tools
16 BuildRequires:  glib2-devel >= 1:2.14
17 BuildRequires:  gnome-common
18 BuildRequires:  gtk+2-devel >= 2:2.10.7
19 BuildRequires:  intltool >= 0.35.0
20 BuildRequires:  libglade2-devel >= 1:2.6.0
21 # not released yet; earlier versions are not used
22 #BuildRequires: libsexy-devel >= 0.1.12
23 BuildRequires:  libtool
24 BuildRequires:  libxml2-devel >= 1:2.6.27
25 BuildRequires:  pkgconfig
26 Requires(post,postun):  gtk-update-icon-cache
27 Requires(post,postun):  hicolor-icon-theme
28 Requires(post,postun):  scrollkeeper
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 Tasks is a simple To Do list application that eschews complicated
33 features for a lean interface and functionality that just does the
34 right thing. It has a simple interface with little cruft around the
35 list of tasks, is ported to the OpenMoko framework, and there are
36 plans for focused ports to other frameworks (such as Maemo as used on
37 the Nokia N800).
38
39 %description -l pl.UTF-8
40 Tasks to mała aplikacja listy zadań, w której zrezygnowano z bardziej
41 złożonych możliwości dla skromnego interfejsu i funkcjonalności
42 robiącej to co trzeba. Ma prosty interfejs z małymi sztuczkami przy
43 liście zadań, jest portowany do środowiska OpenMoko i są plany portów
44 na inne platformy (takie jak Maemo używane na Nokii N800).
45
46 %prep
47 %setup -q
48 %patch0 -p1
49
50 %build
51 %{__glib_gettextize}
52 %{__libtoolize}
53 %{__intltoolize}
54 %{__aclocal}
55 %{__autoheader}
56 %{__automake}
57 %{__autoconf}
58 %configure
59 %{__make}
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63
64 %{__make} install \
65         DESTDIR=$RPM_BUILD_ROOT
66
67 %find_lang %{name}
68
69 # weird unsupported dimension
70 rm -rf $RPM_BUILD_ROOT%{_iconsdir}/hicolor/26x26
71
72 %clean
73 rm -rf $RPM_BUILD_ROOT
74
75 %post
76 %scrollkeeper_update_post
77 %update_icon_cache hicolor
78
79 %postun
80 %update_icon_cache hicolor
81 %scrollkeeper_update_postun
82
83 %files -f %{name}.lang
84 %defattr(644,root,root,755)
85 %doc AUTHORS ChangeLog NEWS README
86 %attr(755,root,root) %{_bindir}/tasks
87 %{_desktopdir}/tasks.desktop
88 %{_iconsdir}/hicolor/*/apps/tasks.png
89 %{_iconsdir}/hicolor/scalable/apps/tasks.svg
This page took 0.93703 seconds and 3 git commands to generate.