]> git.pld-linux.org Git - packages/gpe-calendar.git/blob - gpe-calendar.spec
a890f1ee2307757acf475e06a583cc0577a5464e
[packages/gpe-calendar.git] / gpe-calendar.spec
1 Summary:        GPE calendar
2 Summary(pl.UTF-8):      Kalendarz GPE
3 Name:           gpe-calendar
4 Version:        0.90
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://gpe.linuxtogo.org/download/source/%{name}-%{version}.tar.bz2
9 # Source0-md5:  e2834f77e3e9a476fd9a114411cdfa22
10 Patch0:         %{name}-link.patch
11 URL:            http://gpe.linuxtogo.org/projects/GPE-calendar.shtml
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake
14 BuildRequires:  dbus-glib-devel
15 BuildRequires:  gettext-devel
16 BuildRequires:  gtk+2-devel >= 2:2.10.7
17 BuildRequires:  intltool >= 0.23
18 BuildRequires:  libeventdb-devel >= 0.90
19 BuildRequires:  libgpepimc-devel
20 BuildRequires:  libgpevtype-devel >= 0.50
21 BuildRequires:  libgpewidget-devel >= 0.109
22 BuildRequires:  libhandoff-devel
23 BuildRequires:  libmimedir-devel
24 BuildRequires:  libschedule-devel
25 BuildRequires:  libsoup-devel >= 2.2
26 BuildRequires:  libtool
27 BuildRequires:  libxsettings-client-devel >= 0.16
28 BuildRequires:  pkgconfig
29 BuildRequires:  sqlite-devel
30 # optional: hildon-libs hildon-fm libosso
31 Requires:       gpe-icons
32 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34 %description
35 GPE calendar, for embedded devices.
36
37 %description -l pl.UTF-8
38 Kalendarz GPE dla urządzeń wbudowanych.
39
40 %prep
41 %setup -q
42 %patch0 -p1
43
44 %build
45 %{__libtoolize}
46 %{__aclocal}
47 %{__autoconf}
48 %{__automake}
49 %configure
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %find_lang %{name}
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files -f %{name}.lang
64 %defattr(644,root,root,755)
65 %doc ChangeLog
66 %attr(755,root,root) %{_bindir}/%{name}
67 %{_desktopdir}/%{name}.desktop
68 %{_pixmapsdir}/%{name}.png
This page took 0.0542280000000001 seconds and 2 git commands to generate.