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