]> git.pld-linux.org Git - packages/gnome-calendar.git/blame - gnome-calendar.spec
- updated to 3.20.2
[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
43a8fd20 4Version: 3.20.2
42140e27 5Release: 1
6a3117cf
JB
6License: GPL v2+
7Group: X11/Applications
a4bc5536 8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-calendar/3.20/%{name}-%{version}.tar.xz
43a8fd20 9# Source0-md5: bd7b8cdd47659c92cbae4efb34fc0669
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
a4ddcffc 19BuildRequires: gtk+3-devel >= 3.20.0
6a3117cf
JB
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 29Requires: glib2 >= 1:2.44.0
43a8fd20 30Requires: gnome-online-accounts >= 3.2.0
a4ddcffc 31Requires: gtk+3 >= 3.20.0
6a3117cf
JB
32Requires: hicolor-icon-theme
33Requires: libical >= 1.0.1
34BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36%description
37GNOME Calendar is a simple and beautiful calendar application designed
38to perfectly fit the GNOME desktop. By reusing the components which
39the GNOME desktop is build on, Calendar nicely integrates with the
40GNOME ecosystem.
41
42%description -l pl.UTF-8
43GNOME Calendar to prosta i ładna aplikacja kalendarza zaprojektowana
44tak, aby idealnie pasowała do środowiska GNOME. Poprzez używanie tych
45samych 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
64rm -rf $RPM_BUILD_ROOT
65
66%{__make} install \
67 DESTDIR=$RPM_BUILD_ROOT
68
69%find_lang %{name}
70
71%clean
72rm -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
a4bc5536
MB
92%{_iconsdir}/hicolor/*x*/apps/org.gnome.Calendar.png
93%{_iconsdir}/hicolor/symbolic/apps/org.gnome.Calendar-symbolic.svg
This page took 0.101381 seconds and 4 git commands to generate.