]> git.pld-linux.org Git - packages/orage.git/blob - orage.spec
- x32 rebuild
[packages/orage.git] / orage.spec
1 %define         xfce_version    4.10.0
2 Summary:        Calendar for Xfce
3 Summary(pl.UTF-8):      Kalendarz dla Xfce
4 Name:           orage
5 Version:        4.10.0
6 Release:        2
7 License:        GPL v2+
8 Group:          X11/Applications
9 Source0:        http://archive.xfce.org/src/apps/orage/4.10/%{name}-%{version}.tar.bz2
10 # Source0-md5:  b33fa272d92f539a224a7a40b1926dfc
11 URL:            http://www.xfce.org/projects/orage
12 BuildRequires:  dbus-glib-devel
13 BuildRequires:  gettext-tools
14 BuildRequires:  glib2-devel >= 1:2.12.4
15 BuildRequires:  libical-devel >= 0.43
16 BuildRequires:  libnotify-devel >= 0.3.2
17 BuildRequires:  libxfce4ui-devel >= %{xfce_version}
18 BuildRequires:  pkgconfig
19 BuildRequires:  popt-devel
20 BuildRequires:  rpmbuild(macros) >= 1.601
21 BuildRequires:  xfce4-dev-tools >= 4.8.0
22 BuildRequires:  xfce4-panel-devel >= %{xfce_version}
23 Requires:       desktop-file-utils
24 Requires:       gtk-update-icon-cache
25 Requires:       hicolor-icon-theme >= 0.12-4
26 Obsoletes:      xfcalendar
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 Orage is a time-managing application that is part of the Xfce Desktop
31 Environment and features a calendar window, lists of events and
32 reminders. It also provides an easy way to archive and manage your old
33 appointments.
34
35 %description -l pl.UTF-8
36 Orage to aplikacja do zarządzania czasem będąca częścią środowiska
37 graficznego Xfce. Zawiera okno kalendarza, listę wydarzeń i
38 przypominajek. Udostępnia także łatwy sposób archiwizowania i
39 zarządzania starymi spotkaniami.
40
41 %prep
42 %setup -q
43
44 %build
45 %configure \
46         --disable-static
47
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT
55
56 # duplicate of ur
57 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
58
59 %find_lang %{name}
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %post
65 %update_icon_cache hicolor
66 %update_desktop_database
67
68 %postun
69 %update_icon_cache hicolor
70
71 %files -f %{name}.lang
72 %defattr(644,root,root,755)
73 %doc AUTHORS ChangeLog NEWS README
74 %attr(755,root,root) %{_bindir}/globaltime
75 %attr(755,root,root) %{_bindir}/orage
76 %attr(755,root,root) %{_bindir}/tz_convert
77 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-orageclock-plugin
78 %{_datadir}/orage
79 %{_desktopdir}/globaltime.desktop
80 %{_desktopdir}/xfcalendar.desktop
81 %{_desktopdir}/xfce-xfcalendar-settings.desktop
82 %{_datadir}/dbus-1/services/org.xfce.calendar.service
83 %{_datadir}/dbus-1/services/org.xfce.orage.service
84 %{_datadir}/xfce4/panel-plugins/xfce4-orageclock-plugin.desktop
85 %{_mandir}/man1/globaltime.1*
86 %{_mandir}/man1/orage.1*
87 %{_mandir}/man1/tz_convert.1*
88 %{_iconsdir}/hicolor/*/*/*.png
89 %{_iconsdir}/hicolor/*/*/*.xpm
90 %{_iconsdir}/hicolor/scalable/*/*.svg
This page took 0.038383 seconds and 3 git commands to generate.