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