]> git.pld-linux.org Git - packages/gnome-calendar.git/blob - gnome-calendar.spec
3221825f201edd6da64cec24f5d506f308d36ef2
[packages/gnome-calendar.git] / gnome-calendar.spec
1 Summary:        Calendar application for GNOME
2 Summary(pl.UTF-8):      Aplikacja kalendarza dla GNOME
3 Name:           gnome-calendar
4 Version:        3.16.2
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-calendar/3.16/%{name}-%{version}.tar.xz
9 # Source0-md5:  987df4b65e1791e4339810b8c0195202
10 URL:            https://wiki.gnome.org/Apps/Calendar
11 BuildRequires:  appstream-glib-devel
12 BuildRequires:  autoconf >= 2.69
13 BuildRequires:  automake >= 1:1.11.1
14 BuildRequires:  evolution-data-server-devel >= 3.13.90
15 BuildRequires:  gettext-tools
16 BuildRequires:  glib2-devel >= 1:2.44.0
17 BuildRequires:  gnome-common
18 BuildRequires:  gtk+3-devel >= 3.16.0
19 BuildRequires:  intltool >= 0.40.6
20 BuildRequires:  libical-devel >= 1.0.1
21 BuildRequires:  libtool >= 2:2.2.6
22 BuildRequires:  pkgconfig >= 1:0.22
23 Requires(post,postun):  gtk-update-icon-cache
24 Requires(post,postun):  glib2 >= 1:2.44.0
25 Requires:       evolution-data-server >= 3.13.90
26 Requires:       glib2 >= 1:2.44.0
27 Requires:       gtk+3 >= 3.16.0
28 Requires:       hicolor-icon-theme
29 Requires:       libical >= 1.0.1
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 GNOME Calendar is a simple and beautiful calendar application designed
34 to perfectly fit the GNOME desktop. By reusing the components which
35 the GNOME desktop is build on, Calendar nicely integrates with the
36 GNOME ecosystem.
37
38 %description -l pl.UTF-8
39 GNOME Calendar to prosta i ładna aplikacja kalendarza zaprojektowana
40 tak, aby idealnie pasowała do środowiska GNOME. Poprzez używanie tych
41 samych komponentów, z których zbudowane jest środowisko, Calendar
42 ładnie integruje się z ekosystemem GNOME.
43
44 %prep
45 %setup -q
46
47 %build
48 %{__intltoolize}
49 %{__libtoolize}
50 %{__aclocal}
51 %{__autoconf}
52 %{__autoheader}
53 %{__automake}
54 %configure \
55         --disable-silent-rules
56
57 %{__make}
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61
62 %{__make} install \
63         DESTDIR=$RPM_BUILD_ROOT
64
65 %find_lang %{name}
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %post
71 %glib_compile_schemas
72 %update_icon_cache hicolor
73
74 %postun
75 %glib_compile_schemas
76 %update_icon_cache hicolor
77
78 %files -f %{name}.lang
79 %defattr(644,root,root,755)
80 %doc AUTHORS ChangeLog NEWS README THANKS TODO
81 %attr(755,root,root) %{_bindir}/gnome-calendar
82 %{_datadir}/appdata/org.gnome.Calendar.appdata.xml
83 %{_datadir}/dbus-1/services/org.gnome.Calendar.service
84 %{_datadir}/glib-2.0/schemas/org.gnome.calendar.enums.xml
85 %{_datadir}/glib-2.0/schemas/org.gnome.calendar.gschema.xml
86 %{_datadir}/gnome-shell/search-providers/org.gnome.Calendar.search-provider.ini
87 %{_desktopdir}/org.gnome.Calendar.desktop
88 %{_iconsdir}/hicolor/*x*/apps/gnome-calendar.png
This page took 0.040621 seconds and 2 git commands to generate.