]> git.pld-linux.org Git - packages/gnome-calendar.git/blob - gnome-calendar.spec
8bcbdc3f2aa2cd2681f3ca422c78b07adbfa75a8
[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 BuildRequires:  tar >= 1:1.22
24 BuildRequires:  xz
25 Requires(post,postun):  gtk-update-icon-cache
26 Requires(post,postun):  glib2 >= 1:2.44.0
27 Requires:       evolution-data-server >= 3.13.90
28 Requires:       glib2 >= 1:2.44.0
29 Requires:       gtk+3 >= 3.16.0
30 Requires:       hicolor-icon-theme
31 Requires:       libical >= 1.0.1
32 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34 %description
35 GNOME Calendar is a simple and beautiful calendar application designed
36 to perfectly fit the GNOME desktop. By reusing the components which
37 the GNOME desktop is build on, Calendar nicely integrates with the
38 GNOME ecosystem.
39
40 %description -l pl.UTF-8
41 GNOME Calendar to prosta i ładna aplikacja kalendarza zaprojektowana
42 tak, aby idealnie pasowała do środowiska GNOME. Poprzez używanie tych
43 samych komponentów, z których zbudowane jest środowisko, Calendar
44 ładnie integruje się z ekosystemem GNOME.
45
46 %prep
47 %setup -q
48
49 %build
50 %{__intltoolize}
51 %{__libtoolize}
52 %{__aclocal}
53 %{__autoconf}
54 %{__autoheader}
55 %{__automake}
56 %configure \
57         --disable-silent-rules
58
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 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %post
73 %glib_compile_schemas
74 %update_icon_cache hicolor
75
76 %postun
77 %glib_compile_schemas
78 %update_icon_cache hicolor
79
80 %files -f %{name}.lang
81 %defattr(644,root,root,755)
82 %doc AUTHORS ChangeLog NEWS README THANKS TODO
83 %attr(755,root,root) %{_bindir}/gnome-calendar
84 %{_datadir}/appdata/org.gnome.Calendar.appdata.xml
85 %{_datadir}/dbus-1/services/org.gnome.Calendar.service
86 %{_datadir}/glib-2.0/schemas/org.gnome.calendar.enums.xml
87 %{_datadir}/glib-2.0/schemas/org.gnome.calendar.gschema.xml
88 %{_datadir}/gnome-shell/search-providers/org.gnome.Calendar.search-provider.ini
89 %{_desktopdir}/org.gnome.Calendar.desktop
90 %{_iconsdir}/hicolor/*x*/apps/gnome-calendar.png
This page took 0.050188 seconds and 3 git commands to generate.