]> git.pld-linux.org Git - packages/orage.git/blob - orage.spec
- up for 4.3.99.1
[packages/orage.git] / orage.spec
1 Summary:        Calendar for Xfce
2 Summary(pl):    Kalendarz dla Xfce
3 Name:           orage
4 Version:        4.3.99.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
9 # Source0-md5:  511dce3a93aa6e34973989e4441f23ec
10 Patch0:         %{name}-locale-names.patch
11 URL:            http://www.xfce.org/
12 BuildRequires:  autoconf >= 2.52
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel
15 BuildRequires:  glib2-devel >= 1:2.6.4
16 BuildRequires:  intltool >= 0.35.0
17 BuildRequires:  libtool
18 BuildRequires:  libxfce4mcs-devel >= %{version}
19 BuildRequires:  libxfcegui4-devel >= %{version}
20 BuildRequires:  pkgconfig
21 BuildRequires:  rpmbuild(macros) >= 1.311
22 BuildRequires:  xfce-mcs-manager-devel >= %{version}
23 BuildRequires:  xfce4-dev-tools >= %{version}
24 Requires(post,postun):  hicolor-icon-theme
25 Obsoletes:      xfcalendar
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 Orage is a time-managing application that is part of the Xfce Desktop
30 Environment and features a calendar window, lists of events and
31 reminders. It also provides an easy way to archive and manage your old
32 appointments.
33
34 %description -l pl
35 Orage to aplikacja do zarz±dzania czasem bêd±ca czê¶ci± ¶rodowiska
36 graficznego Xfce. Zawiera okno kalendarza, listê wydarzeñ i
37 przypominajek. Udostêpnia tak¿e ³atwy sposób archiwizowania i
38 zarz±dzania starymi spotkaniami.
39
40 %prep
41 %setup -q
42 %patch0 -p1
43
44 mv -f po/{pt_PT,pt}.po
45 mv -f po/{nb_NO,nb}.po
46
47 %build
48 %{__libtoolize}
49 %{__aclocal}
50 %{__autoheader}
51 %{__automake}
52 %{__autoconf}
53 %configure \
54         --disable-static
55
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/mcs-plugins/*.la
65
66 %find_lang %{name}
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %post
72 %update_icon_cache hicolor
73
74 %postun
75 %update_icon_cache hicolor
76
77 %files -f %{name}.lang
78 %defattr(644,root,root,755)
79 %doc AUTHORS ChangeLog NEWS README
80 %attr(755,root,root) %{_bindir}/*
81 %attr(755,root,root) %{_libdir}/xfce4/mcs-plugins/*.so
82 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*
83 %{_datadir}/orage
84 %{_desktopdir}/*.desktop
85 %{_datadir}/xfce4/panel-plugins/*.desktop
86 %{_iconsdir}/hicolor/*/*/*
This page took 0.080482 seconds and 3 git commands to generate.