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