]> git.pld-linux.org Git - packages/gnome-calendar.git/blame - gnome-calendar.spec
- new
[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
4Version: 3.16.2
5Release: 1
6License: GPL v2+
7Group: X11/Applications
8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-calendar/3.16/%{name}-%{version}.tar.xz
9# Source0-md5: 987df4b65e1791e4339810b8c0195202
10URL: https://wiki.gnome.org/Apps/Calendar
11BuildRequires: appstream-glib-devel
12BuildRequires: autoconf >= 2.69
13BuildRequires: automake >= 1:1.11.1
14BuildRequires: evolution-data-server-devel >= 3.13.90
15BuildRequires: gettext-tools
16BuildRequires: glib2-devel >= 1:2.44.0
17BuildRequires: gnome-common
18BuildRequires: gtk+3-devel >= 3.16.0
19BuildRequires: intltool >= 0.40.6
20BuildRequires: libical-devel >= 1.0.1
21BuildRequires: libtool >= 2:2.2.6
22BuildRequires: pkgconfig >= 1:0.22
23Requires(post,postun): gtk-update-icon-cache
24Requires(post,postun): glib2 >= 1:2.44.0
25Requires: evolution-data-server >= 3.13.90
26Requires: glib2 >= 1:2.44.0
27Requires: gtk+3 >= 3.16.0
28Requires: hicolor-icon-theme
29Requires: libical >= 1.0.1
30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32%description
33GNOME Calendar is a simple and beautiful calendar application designed
34to perfectly fit the GNOME desktop. By reusing the components which
35the GNOME desktop is build on, Calendar nicely integrates with the
36GNOME ecosystem.
37
38%description -l pl.UTF-8
39GNOME Calendar to prosta i ładna aplikacja kalendarza zaprojektowana
40tak, aby idealnie pasowała do środowiska GNOME. Poprzez używanie tych
41samych 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
60rm -rf $RPM_BUILD_ROOT
61
62%{__make} install \
63 DESTDIR=$RPM_BUILD_ROOT
64
65%find_lang %{name}
66
67%clean
68rm -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.062612 seconds and 4 git commands to generate.