]> git.pld-linux.org Git - packages/xfce4-mailwatch-plugin.git/blame - xfce4-mailwatch-plugin.spec
- up to 1.3.0
[packages/xfce4-mailwatch-plugin.git] / xfce4-mailwatch-plugin.spec
CommitLineData
ab1de408
JR
1Summary: Multi-protocol, multi-mailbox mail watcher plugin for Xfce4 panel
2Summary(pl.UTF-8): Wtyczka powiadamiania o poczcie dla panelu Xfce4
3Name: xfce4-mailwatch-plugin
fe696929
KM
4Version: 1.3.0
5Release: 1
ab1de408
JR
6License: GPL v2
7Group: X11/Applications
fe696929
KM
8Source0: http://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/1.3/%{name}-%{version}.tar.bz2
9# Source0-md5: 60911e1370c4d69eababede3195d28eb
047114e7 10Patch0: mbox-refresh-interval.patch
315c761b 11URL: http://spuriousinterrupt.org/projects/xfce4-mailwatch-plugin/
bc36584c
JR
12BuildRequires: autoconf >= 2.63
13BuildRequires: automake
fe696929 14BuildRequires: exo-devel >= 0.11.0
ab1de408 15BuildRequires: gnutls-devel >= 1.2.0
fe696929
KM
16BuildRequires: gtk+3-devel >= 3.22
17BuildRequires: intltool
bc36584c 18BuildRequires: libtool
fe696929
KM
19BuildRequires: libxfce4ui-devel >= 4.14.0
20BuildRequires: xfce4-dev-tools >= 4.14.0
21BuildRequires: xfce4-panel-devel >= 4.14.0
d2b2b0be
AF
22Requires(post,postun): gtk-update-icon-cache
23Requires(post,postun): hicolor-icon-theme
8a6b3a89 24Requires: xfce4-dirs >= 4.6
fe696929 25Requires: xfce4-panel >= 4.14.0
ab1de408
JR
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
fe696929
KM
29The Xfce4 Mailwatch Plugin is a multi-protocol, multi-mailbox mail
30watcher. 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)
ab1de408
JR
37
38%description -l pl.UTF-8
39Wtyczka Mailwatch służy do powiadamiania o nadejściu nowej poczty,
40Obecnie obsługuje następujące protokoły:
fe696929
KM
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)
ab1de408
JR
47
48%prep
49%setup -q
bc36584c 50%patch0 -p1
ab1de408
JR
51
52%build
bc36584c
JR
53%{__intltoolize}
54%{__libtoolize}
55%{__aclocal}
56%{__autoconf}
57%{__autoheader}
58%{__automake}
ab1de408
JR
59%configure \
60 --disable-static
61
62%{__make}
63
64%install
65rm -rf $RPM_BUILD_ROOT
66
67%{__make} install \
68 DESTDIR=$RPM_BUILD_ROOT
69
047114e7 70%{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/libmailwatch.la
fe696929 71%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{ie,ur_PK}
ab1de408
JR
72
73%find_lang %{name}
74
75%clean
76rm -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
047114e7
JR
87%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libmailwatch.so
88%{_datadir}/xfce4/panel/plugins/mailwatch.desktop
ab1de408 89%{_iconsdir}/hicolor/*/apps/*
This page took 0.083874 seconds and 4 git commands to generate.