]> git.pld-linux.org Git - packages/xfce4-mailwatch-plugin.git/blob - xfce4-mailwatch-plugin.spec
c09b94e6815d1f198a223fd43e065c8a464a226b
[packages/xfce4-mailwatch-plugin.git] / xfce4-mailwatch-plugin.spec
1 Summary:        Multi-protocol, multi-mailbox mail watcher plugin for Xfce4 panel
2 Summary(pl.UTF-8):      Wtyczka powiadamiania o poczcie dla panelu Xfce4
3 Name:           xfce4-mailwatch-plugin
4 Version:        1.2.0
5 Release:        3
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/1.2/%{name}-%{version}.tar.bz2
9 # Source0-md5:  7263114ec0f2987a3aff15afeeb45577
10 Patch0:         mbox-refresh-interval.patch
11 URL:            http://spuriousinterrupt.org/projects/xfce4-mailwatch-plugin/
12 BuildRequires:  autoconf >= 2.63
13 BuildRequires:  automake
14 BuildRequires:  intltool
15 BuildRequires:  gnutls-devel >= 1.2.0
16 BuildRequires:  libtool
17 BuildRequires:  libxfce4ui-devel >= 4.8.0
18 BuildRequires:  xfce4-dev-tools >= 4.8.0
19 BuildRequires:  xfce4-panel-devel >= 4.8.0
20 Requires(post,postun):  gtk-update-icon-cache
21 Requires(post,postun):  hicolor-icon-theme
22 Requires:       xfce4-dirs >= 4.6
23 Requires:       xfce4-panel >= 4.4.0
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 The Xfce4 Mailwatch Plugin is a multi-protocol, multi-mailbox
28 mail watcher.
29 Currently, the protocols supported are:
30   * IMAP (SSL/TLS and cleartext, CRAM-MD5)
31   * POP3 (SSL/TLS and cleartext, CRAM-MD5)
32   * Mbox mail spool (local)
33   * Maildir mail spool (local)
34   * MH-Maildir mail spool (local)
35   * Google Mail (GMail) mailbox (remote)
36
37 %description -l pl.UTF-8
38 Wtyczka Mailwatch służy do powiadamiania o nadejściu nowej poczty,
39 Obecnie obsługuje następujące protokoły:
40   * IMAP (SSL/TLS i czysty tekst, CRAM-MD5)
41   * POP3 (SSL/TLS i czysty tekst, CRAM-MD5)
42   * Mbox (lokalny)
43   * Maildir (lokalny)
44   * MH-Maildir (lokalny)
45   * Google Mail (GMail) (zdalny)
46
47 %prep
48 %setup -q
49 %patch0 -p1
50
51 %build
52 %{__intltoolize}
53 %{__libtoolize}
54 %{__aclocal}
55 %{__autoconf}
56 %{__autoheader}
57 %{__automake}
58 %configure \
59         --disable-static
60
61 %{__make}
62
63 %install
64 rm -rf $RPM_BUILD_ROOT
65
66 %{__make} install \
67         DESTDIR=$RPM_BUILD_ROOT
68
69 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/libmailwatch.la
70 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ur_PK
71
72 %find_lang %{name}
73
74 %clean
75 rm -rf $RPM_BUILD_ROOT
76
77 %post
78 %update_icon_cache hicolor
79
80 %postun
81 %update_icon_cache hicolor
82
83 %files -f %{name}.lang
84 %defattr(644,root,root,755)
85 %doc AUTHORS ChangeLog README
86 %attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libmailwatch.so
87 %{_datadir}/xfce4/panel/plugins/mailwatch.desktop
88 %{_iconsdir}/hicolor/*/apps/*
This page took 0.05001 seconds and 2 git commands to generate.